Commit Graph

3980 Commits

Author SHA1 Message Date
terrafrost
523372cb7f Merge branch '3.0' 2021-01-13 01:21:38 -06:00
terrafrost
9b24cc87d0 Merge branch 'ssh-auth-alteration-2.0' into ssh-auth-alteration-3.0 2021-01-12 23:23:26 -06:00
terrafrost
2eae2989f4 SSH2: adjustments for 2.0 branch 2021-01-12 23:20:47 -06:00
terrafrost
dc7f8dafbc Merge branch 'ssh-auth-alteration-1.0' into ssh-auth-alteration-2.0 2021-01-12 23:18:16 -06:00
terrafrost
7f1b53fb67 SSH2: behave like putty with broken publickey auth 2021-01-12 23:12:19 -06:00
terrafrost
b3bff1eb2c Merge branch '3.0' 2021-01-12 11:12:51 -06:00
Simon Podlipsky
b82766486a Fix imports in PublicKeyLoader 2021-01-12 11:12:31 -06:00
terrafrost
fcf691124e
Merge pull request #1578 from kylekatarnls/fix/end-as-date-time
Allow to pass end date as DateTime
2021-01-12 10:31:24 -06:00
terrafrost
ee74b22c01
Merge pull request #1575 from kylekatarnls/fix/phpdoc
Fix encodeDER() PHPDoc
2021-01-12 10:28:33 -06:00
terrafrost
6470c492c5
Merge pull request #1574 from kylekatarnls/fix/unit-test-windows-compatibility
Allow tests to pass even on Windows with git core.autocrlf on
2021-01-12 10:27:40 -06:00
terrafrost
d812384c2d Merge branch '3.0' 2021-01-08 19:20:17 -06:00
terrafrost
05d934c89f RSA: improve identification of public / private PKCS1 / PKCS8 keys 2021-01-08 09:01:31 -06:00
terrafrost
9a1c87fbcc Merge branch '3.0' 2021-01-07 20:36:33 -06:00
terrafrost
010ca94cb4 Merge branch '2.0' into 3.0 2021-01-07 20:36:27 -06:00
terrafrost
78e04f4ab6 Merge branch '1.0' into 2.0 2021-01-07 20:36:21 -06:00
terrafrost
df94788edf Tests/X509: update unit test 2021-01-07 20:36:09 -06:00
terrafrost
f4a93d71c1 Merge branch '3.0' 2021-01-07 20:24:37 -06:00
terrafrost
d9b8341e9c Merge branch '2.0' into 3.0 2021-01-07 20:24:15 -06:00
terrafrost
649609d4b2 Merge branch '1.0' into 2.0 2021-01-07 20:21:59 -06:00
terrafrost
9de5f3f8ed X509: always parse the first cert of a bundle 2021-01-07 20:21:27 -06:00
terrafrost
d365f1f1d5 Merge branch '3.0' 2021-01-07 19:36:15 -06:00
terrafrost
e14e9e92ca EC: use the correct case up front 2021-01-07 19:35:34 -06:00
Bastien Miclo
cce21f077f
Allow to pass end date as DateTime 2021-01-07 22:05:17 +01:00
Bastien Miclo
619253cdfb
Allow tests to pass even on Windows with git core.autocrlf on 2021-01-07 00:00:26 +01:00
Bastien Miclo
0be984fd80
Fix encodeDER() PHPDoc 2021-01-06 23:57:47 +01:00
terrafrost
bef6b2159c Merge branch '3.0' 2020-12-30 09:08:16 -06:00
terrafrost
7b7d254a6c rm docblock templates 2020-12-30 09:08:05 -06:00
terrafrost
3bff661c00 Merge branch '3.0' 2020-12-30 06:08:16 -06:00
David Prévot
5fd81cff55 ChaCha20 testsuite: tfix (missing quote) 2020-12-30 06:08:09 -06:00
terrafrost
6e7aacaa56 Merge branch '3.0' 2020-12-30 05:36:44 -06:00
Tobias Nyholm
aa638b1c75 Added changelog for 3.0.2 2020-12-30 05:36:37 -06:00
terrafrost
ac2770e359 Merge branch '3.0' 2020-12-30 05:25:11 -06:00
terrafrost
b14caee559 Merge branch '2.0' into 3.0 2020-12-30 05:25:02 -06:00
terrafrost
d2cadfd329 Merge branch '1.0' into 2.0 2020-12-30 05:24:54 -06:00
terrafrost
6c090804e7
Merge pull request #1554 from williamdes/1.0
Fix a Doctum 5.3.0-dev phpdoc reported error
2020-12-30 05:24:37 -06:00
terrafrost
1ee5c3971d Merge branch '3.0' 2020-12-30 05:23:39 -06:00
terrafrost
f8d9aa8c49
Merge pull request #1550 from remicollet/patch-1
Simplify test
2020-12-30 05:23:14 -06:00
terrafrost
4926098440 Merge branch '3.0' 2020-12-30 05:21:13 -06:00
terrafrost
a19b5b4ca8 update how @internal phpdoc attributes are used 2020-12-30 05:05:54 -06:00
terrafrost
a2b390d725 Merge branch '3.0' 2020-12-23 10:41:04 -06:00
terrafrost
7a9418e4e0 SSH2: suppress errors on stream_select calls 2020-12-23 10:39:00 -06:00
terrafrost
44a4dfb7ac Merge branch '3.0' 2020-12-23 10:27:20 -06:00
terrafrost
19afa6300a CHANGELOG: add note about namespace change 2020-12-23 10:27:03 -06:00
terrafrost
1e44f1fc8d Merge branch '3.0' 2020-12-23 08:17:43 -06:00
Bastien Miclo
ba89cdbf0f Support DateTimeImmutable 2020-12-23 08:16:22 -06:00
terrafrost
f77930aa83 Merge branch '3.0' 2020-12-23 07:49:30 -06:00
Bastien Miclo
224abbc1f9 Show array-failure in load() method 2020-12-23 07:49:08 -06:00
terrafrost
18ae08bfdf Merge branch '3.0' 2020-12-23 07:06:53 -06:00
terrafrost
02fa3b142e EC/PKCS1: throw exception when trying to load non-strings 2020-12-23 07:06:04 -06:00
William Desportes
1f66009c1b
Fix a Doctum 5.3.0-dev phpdoc reported error 2020-12-19 21:28:29 +01:00