aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* centralize our bytes check (#4622)Paul Kehrer2018-12-0217-92/+50
* switch osrandom engine to blocking mode when getting entropy (#4620)Paul Kehrer2018-12-022-15/+3
* reuse the libressl branch for OpenSSL built with OPENSSL_NO_PSK (#4619)Paul Kehrer2018-12-011-1/+1
* refactor some code into separate functions in asn1 encode (#4617)Paul Kehrer2018-12-011-20/+31
* allow multi-valued RDNs (#4616)Paul Kehrer2018-11-302-1/+18
* IssuingDistributionPoint support (parse only) (#4552)Paul Kehrer2018-11-306-3/+519
* PKCS12 Basic Parsing (#4553)Paul Kehrer2018-11-286-0/+222
* fix certbot downstream, show commit hash for all downstreams (#4614)Paul Kehrer2018-11-288-4/+14
* Add a retry on docker pull to be more resilient to intermittent failures (#4609)Alex Gaynor2018-11-251-1/+1
* add ed448 test vectors (#4608)Paul Kehrer2018-11-242-0/+59
* Move SSH serialization to it's own file (#4607)Alex Gaynor2018-11-244-148/+158
* refactor serialization module into package (#4606)Paul Kehrer2018-11-233-11/+35
* Added comments reminding us to improve this code when we go 1.1.1+ only (#4605)Alex Gaynor2018-11-231-0/+4
* X448 support (#4580)Paul Kehrer2018-11-226-0/+377
* refactor x25519 exchange into utils (#4603)Paul Kehrer2018-11-222-24/+27
* Import idna lazily to reduce our memory consumption (#4601)Alex Gaynor2018-11-231-2/+12
* Debian sid is now Python 3.7 (#4602)Alex Gaynor2018-11-221-2/+2
* add sha3 support (#4573)Paul Kehrer2018-11-224-0/+134
* port 2.4.2 changelog (#4599)Paul Kehrer2018-11-201-0/+8
* Bump 1.1.1 to a in travis (#4597)Alex Gaynor2018-11-211-3/+3
* Bump 1.1.0 in travis to j (#4595)Alex Gaynor2018-11-211-4/+4
* Adjust DTLS check (#4593)Rosen Penev2018-11-191-1/+1
* add EVPDigestFinalXOF for extendable output functions (#4589)Paul Kehrer2018-11-132-0/+14
* refactor x25519 keygen into evp_pkey_keygen (#4587)Paul Kehrer2018-11-131-7/+7
* Ed bindings (#4586)Paul Kehrer2018-11-133-0/+30
* this hasn't worked in...years (#4585)Paul Kehrer2018-11-121-3/+0
* error if the key length for x25519 isn't 32 bytes (#4584)Paul Kehrer2018-11-122-0/+11
* add SHA512/224 and SHA512/256 support (#4575)Paul Kehrer2018-11-124-0/+66
* add bindings for early data (#4582)Paul Kehrer2018-11-122-0/+13
* add a little bit of x25519 interface docs we missed (#4574)Paul Kehrer2018-11-121-3/+9
* upgrade docs to 1.1.1 (#4581)Paul Kehrer2018-11-121-1/+1
* x448 bindings (#4577)Paul Kehrer2018-11-123-0/+24
* x448 test vectors (#4576)Paul Kehrer2018-11-122-1/+17
* add EVP raw key bindings (#4578)Paul Kehrer2018-11-122-0/+28
* disable healthchecks on the rest of the hypothesis tests (#4579)Paul Kehrer2018-11-121-1/+3
* add a few more EC OIDs (#4572)Paul Kehrer2018-11-112-0/+91
* Remove unnecessary use of six.binary_type (#4569)Jon Dufresne2018-11-111-1/+1
* reopen master for 2.5 development (#4571)Paul Kehrer2018-11-113-2/+9
* Revert O_CLOEXEC change to fix builds (#4570)Alex Gaynor2018-11-114-4/+18
* bump versions and update changelog for 2.4 release (#4568)Paul Kehrer2018-11-113-6/+4
* parametrize a bunch of tests (#4365)Paul Kehrer2018-11-041-281/+58
* another pkcs12 vector (#4557)Paul Kehrer2018-11-043-2/+8
* additional pkcs12 test vector (#4554)Paul Kehrer2018-11-032-0/+3
* add various new TLS bindings (#4555)Paul Kehrer2018-11-032-0/+31
* add EC OIDs (#4435)Paul Kehrer2018-10-302-0/+42
* move ObjectIdentifier to break an upcoming import cycle (#4550)Paul Kehrer2018-10-302-59/+68
* suppress healthcheck too slow error (#4548)Paul Kehrer2018-10-301-6/+2
* add pkcs12 test vectors (#4535)Paul Kehrer2018-10-306-0/+35
* Whitelist NTT for linkcheck (#4547)Alex Gaynor2018-10-301-0/+2
* Add eq/ne/hash to PrecertificateSignedCertificateTimestamps (#4534)Paul Kehrer2018-10-293-0/+189