aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* add sha3 support (#4573)Paul Kehrer2018-11-221-0/+24
* 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
* error if the key length for x25519 isn't 32 bytes (#4584)Paul Kehrer2018-11-121-0/+4
* add SHA512/224 and SHA512/256 support (#4575)Paul Kehrer2018-11-121-0/+14
* 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
* x448 bindings (#4577)Paul Kehrer2018-11-123-0/+24
* add EVP raw key bindings (#4578)Paul Kehrer2018-11-122-0/+28
* add a few more EC OIDs (#4572)Paul Kehrer2018-11-111-0/+13
* Remove unnecessary use of six.binary_type (#4569)Jon Dufresne2018-11-111-1/+1
* reopen master for 2.5 development (#4571)Paul Kehrer2018-11-111-1/+1
* Revert O_CLOEXEC change to fix builds (#4570)Alex Gaynor2018-11-112-3/+10
* bump versions and update changelog for 2.4 release (#4568)Paul Kehrer2018-11-111-1/+1
* add various new TLS bindings (#4555)Paul Kehrer2018-11-032-0/+31
* add EC OIDs (#4435)Paul Kehrer2018-10-301-0/+10
* move ObjectIdentifier to break an upcoming import cycle (#4550)Paul Kehrer2018-10-302-59/+68
* Add eq/ne/hash to PrecertificateSignedCertificateTimestamps (#4534)Paul Kehrer2018-10-292-0/+35
* do not pass conversion on Solaris (#4545)Bernát Gábor2018-10-301-1/+1
* create & use _evp_md_from_algorithm and _evp_md_non_null_from_algorithm (#4542)Paul Kehrer2018-10-294-47/+37
* add SCT_get0_signature (#4540)Paul Kehrer2018-10-282-0/+4
* OCSP response builder (#4485)Paul Kehrer2018-10-283-10/+279
* add IDP OID and docs (#4533)Paul Kehrer2018-10-281-0/+4
* refactor _decode_dist_points (#4536)Paul Kehrer2018-10-281-64/+67
* add bindings for supporting the issuing distribution point CRL extension (#4532)Paul Kehrer2018-10-271-0/+12
* add _create_asn1_time (#4524)Paul Kehrer2018-10-241-12/+10
* refactor set_asn1_time to take a datetime (#4516)Paul Kehrer2018-10-231-14/+7
* bind a constant for an error check (#4514)Paul Kehrer2018-10-231-0/+1
* next_update is not a required field on OCSP responses (#4513)Paul Kehrer2018-10-231-2/+4
* Fixes #4500 -- use O_CLOEXEC when opening the /dev/urandom file descriptor (#...Alex Gaynor2018-10-231-9/+2
* Remove branch for old libressl versions that we don't support any more (#4505)Alex Gaynor2018-10-201-2/+1
* Add definitions that help with hostname checking (#4492)Kai Engert2018-10-103-0/+56
* Use our cryptography-specific warning class (#4493)Alex Gaynor2018-10-101-1/+1
* OCSP response serialization (#4482)Paul Kehrer2018-10-061-0/+13
* support extensions in the OCSP request builder (#4481)Paul Kehrer2018-10-063-6/+37
* Cleanup _encode_asn1_str_gc: don't require the length as an argument (#4484)Alex Gaynor2018-10-072-15/+11
* add OCSP basic response extension parsing (#4479)Paul Kehrer2018-10-063-1/+23
* consolidate the duplicate extension check (#4483)Paul Kehrer2018-10-061-19/+11
* additional OCSP bindings for the response builder (#4480)Paul Kehrer2018-10-061-3/+5
* support OCSP response parsing (#4452)Paul Kehrer2018-10-013-4/+262
* add ed25519 bindings (#4476)Paul Kehrer2018-09-264-0/+50
* Remove conditionals for OpenSSL 1.1.1 pre-releases (#4467)Alex Gaynor2018-09-152-8/+3
* OCSP request extension parsing (#4464)Paul Kehrer2018-09-097-5/+68
* refactor asn1_time_set to be useful in a future PR (#4465)Paul Kehrer2018-09-091-27/+27
* Add flags to error on compile with incompatible pointer type (#4455)Paul Kehrer2018-09-054-21/+26
* don't sort the serial numbers in a parsed CRL (#4457)Paul Kehrer2018-09-041-2/+12
* OCSP bindings (#4449)Paul Kehrer2018-09-012-0/+97
* small refactor of OCSP request parsing (#4447)Paul Kehrer2018-09-011-38/+54