summaryrefslogtreecommitdiff
path: root/src/cryptography
Commit message (Expand)AuthorAgeFilesLines
* bump versions and update changelog for 2.4 release (#4568)2.4Paul Kehrer2018-11-111-1/+1
* add various new TLS bindings (#4555)Paul Kehrer2018-11-031-0/+12
* 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
* 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-281-0/+1
* 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 _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
* next_update is not a required field on OCSP responses (#4513)Paul Kehrer2018-10-231-2/+4
* Add definitions that help with hostname checking (#4492)Kai Engert2018-10-101-0/+15
* 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
* support OCSP response parsing (#4452)Paul Kehrer2018-10-013-4/+262
* add ed25519 bindings (#4476)Paul Kehrer2018-09-261-0/+17
* OCSP request extension parsing (#4464)Paul Kehrer2018-09-096-5/+66
* refactor asn1_time_set to be useful in a future PR (#4465)Paul Kehrer2018-09-091-27/+27
* don't sort the serial numbers in a parsed CRL (#4457)Paul Kehrer2018-09-041-2/+12
* small refactor of OCSP request parsing (#4447)Paul Kehrer2018-09-011-38/+54
* Fixes #4333 -- added support for precert poison extension (#4442)Alex Gaynor2018-08-315-6/+33
* Simplify OCSP no check serialization (#4444)Alex Gaynor2018-08-311-5/+2
* OCSP response abstract base classes (#4431)Paul Kehrer2018-08-311-0/+130
* refactor ocsp request parsing and generation to support only one cert (#4439)Paul Kehrer2018-08-313-83/+36
* Fixes #3460 -- deprecate OpenSSL 1.0.1 (#4427)Alex Gaynor2018-08-311-0/+16
* Fixed two memory leaks in x509 csr extensions (#4434)Alex Gaynor2018-08-312-3/+16
* make an ocsp request (#4402)Paul Kehrer2018-08-302-0/+46
* 1.1.0 locks (#4420)Paul Kehrer2018-08-292-1/+3
* add bindings for SCT creation (#4407)Paul Kehrer2018-08-201-0/+7
* OCSP request parsing (#4393)Paul Kehrer2018-08-153-0/+209
* Added missing methods from CRL Interface (#4400)Alex Gaynor2018-08-151-0/+18
* Refs #4375 -- integrate wycheproof AES CCM tests (#4379)Alex Gaynor2018-08-021-1/+1
* Add more SSL_CIPHER_* functions, necessary to implement ctx.get_ciphers() in ...Amaury Forgeot d'Arc2018-07-231-0/+11
* sign is a method (#4362)Paul Kehrer2018-07-201-1/+1
* reopen master (#4359)Paul Kehrer2018-07-181-1/+1
* bump version and changelog for 2.3 release (#4356)2.3Paul Kehrer2018-07-181-1/+1
* also check iv length for GCM nonce in AEAD (#4350)Paul Kehrer2018-07-171-0/+2
* raise ValueError on zero length GCM IV (#4348)Paul Kehrer2018-07-171-0/+2
* disallow implicit tag truncation with finalize_with_tag (#4342)Paul Kehrer2018-07-172-0/+6
* add crl.get_revoked_certificate method (#4331)Paul Kehrer2018-07-162-0/+26
* Change the exception we raise in keywrap unwrapping on invalid length (#4337)Alex Gaynor2018-07-161-3/+3
* document one shot AEAD length restrictions (#4322)Paul Kehrer2018-07-141-0/+24
* raise valueerror for null x25519 derived keys (#4332)Paul Kehrer2018-07-121-1/+5
* we don't actually care about the errstack here, it's an invalid signature (#4...Paul Kehrer2018-07-101-2/+1