Commit Graph

3531 Commits

Author SHA1 Message Date
terrafrost
6ae67ef790 BigInteger: fix PHP 7.4 deprecations 2019-08-03 08:58:51 -05:00
terrafrost
0832fb2fd6 Merge branch '2.0' 2019-08-03 07:28:14 -05:00
terrafrost
68256d209b Merge branch '1.0' into 2.0 2019-08-03 07:28:03 -05:00
terrafrost
e473078703 ASN1: fix PHP 7.4 deprecation 2019-08-03 07:27:26 -05:00
terrafrost
2286c834bd Merge branch '2.0' 2019-08-02 23:41:40 -05:00
terrafrost
d51b07597a Merge branch '1.0' into 2.0 2019-08-02 22:55:22 -05:00
terrafrost
511f55de3d X509: fix issue with explicit time tags whose maps expect implicit 2019-08-02 22:00:33 -05:00
terrafrost
de8903d2f2 Merge branch '2.0' 2019-07-30 21:06:22 -05:00
terrafrost
e26fcce1f4 Merge branch '1.0' into 2.0 2019-07-30 08:07:51 -05:00
terrafrost
19ad5d27da X509: ips in nameconstraints ext include netmask 2019-07-30 07:37:16 -05:00
terrafrost
e1f265e613 Merge branch '2.0' 2019-07-15 00:22:30 -05:00
terrafrost
bba31ebe20 Changelog: add 2.0.21 entry 2019-07-15 00:21:54 -05:00
terrafrost
eb36430ff1 another update to .travis.yml 2019-07-14 12:02:10 -05:00
terrafrost
a9d796f1cd Merge branch 'update-auto-channel-close-master' 2019-07-14 11:26:52 -05:00
terrafrost
d448dba5a1 Travis: allow failures on 7.4snapshot 2019-07-14 10:52:24 -05:00
terrafrost
353ad158b4 Merge branch 'update-auto-channel-close-2.0' into update-auto-channel-close-master 2019-07-12 07:55:31 -05:00
terrafrost
9f1287e68b SSH2: update constant for last commit 2019-07-12 07:53:49 -05:00
terrafrost
560e6d2fb1 Merge branch 'update-auto-channel-close-2.0' into update-auto-channel-close-master 2019-07-12 07:39:59 -05:00
terrafrost
d25a3a9248 Merge branch 'update-auto-channel-close-1.0' into update-auto-channel-close-2.0 2019-07-12 07:38:47 -05:00
terrafrost
9015d987f7 only auto close the channel for exec() timeouts 2019-07-12 07:38:08 -05:00
terrafrost
b6e5b81a26
FUNDING.yml: another update 2019-07-09 08:18:28 -05:00
terrafrost
d9b42c1617
update FUNDING.yml 2019-07-04 21:34:07 -05:00
terrafrost
e743d900b4
FUNDING: update for tidelift 2019-07-02 07:31:12 -05:00
terrafrost
53c249a9b5
FUNDING: i am not yet approved as a GitHub Sponsor 2019-07-02 07:29:56 -05:00
terrafrost
338eb2e4d3
create FUNDING.yml 2019-07-02 07:26:30 -05:00
terrafrost
113f8dec08 Merge branch '2.0' 2019-07-02 07:12:24 -05:00
terrafrost
c583406f18 Merge branch '1.0' into 2.0 2019-07-02 07:04:02 -05:00
terrafrost
e942f9b1c3 README: misc updates 2019-07-02 07:03:46 -05:00
terrafrost
da5df07948 Merge branch '2.0' 2019-07-02 06:43:51 -05:00
terrafrost
db8d7efcb1 Merge branch '1.0' into 2.0 2019-07-02 06:43:34 -05:00
terrafrost
2f241644b6 update copyright years on license 2019-07-02 06:42:17 -05:00
terrafrost
cb1e6b285c for private key's, load works but loadFormat would be better 2019-06-28 09:30:46 -05:00
terrafrost
eb659a5544 set password in load methods for each pubkey instead of in loader 2019-06-28 08:58:20 -05:00
terrafrost
5573187f3d rm $type parameter from AsymmetricKey::load and add loadFormat() 2019-06-28 08:51:12 -05:00
terrafrost
289ae55f9f rename ECDSA -> EC 2019-06-27 23:15:25 -05:00
terrafrost
0abce39e39 move $enableBlinding property from AsymmetricKey to RSA 2019-06-27 00:30:55 -05:00
terrafrost
25dab4b5ae move traits to Traits subfolder 2019-06-26 00:42:02 -05:00
terrafrost
7012e72488 mv Keys/ and Signature/ to Formats/* 2019-06-25 07:52:45 -05:00
terrafrost
d7abfaadbc X509: rm $signatureAlgorithm parameter from signature methods 2019-06-24 18:24:14 -05:00
terrafrost
640e3788f4 Merge branch '2.0' 2019-06-23 11:33:59 -05:00
terrafrost
d6819a55b0 Merge branch '1.0' into 2.0 2019-06-23 11:33:11 -05:00
terrafrost
9e27b4305e BigInteger: !count -> count 2019-06-23 11:32:46 -05:00
terrafrost
9b3fa8d8a7 Merge branch '2.0' 2019-06-23 11:17:59 -05:00
terrafrost
13a84a5627 CHANGELOG: add 2.0.19 and 2.0.20 entries 2019-06-23 11:17:42 -05:00
terrafrost
33ed294b76 Merge branch '2.0' 2019-06-23 11:14:17 -05:00
terrafrost
bad47d9b00 Merge branch '1.0' into 2.0 2019-06-23 11:13:09 -05:00
terrafrost
4af1bb4c17 BigInteger: the !== [] check only works on PHP 5.4+ 2019-06-23 11:12:17 -05:00
terrafrost
a7c9e7a4d6 Merge branch '2.0' 2019-06-23 11:08:42 -05:00
terrafrost
af4e5e7760 Merge branch '1.0' into 2.0 2019-06-23 11:04:43 -05:00
terrafrost
61423b217f Merge remote-tracking branch 'upstream/1.0-php7.4' into 1.0 2019-06-23 11:04:37 -05:00