aboutsummaryrefslogtreecommitdiffstats
path: root/src/cryptography
Commit message (Expand)AuthorAgeFilesLines
* Don't raise an UnsupportedExtension for critical extensions. (#3550)Alex Gaynor2017-05-204-17/+17
* Add PEM_write_bio_DHxparams, d2i_DHxparams_bio, i2d_DHxparams_bio (#3485)Aviv Palivoda2017-05-191-0/+3
* Added a binding that will be useful for AIA chasing (#3546)Alex Gaynor2017-05-181-0/+4
* Fixes #3538 -- Make our OpenSSL EC verifier's implementation match the API (#...Alex Gaynor2017-05-101-3/+2
* use openssl constants (#3534)Paul Kehrer2017-05-032-7/+18
* postpone GCM authentication tag requirement until finalization (#3421)Philipp Gesang2017-05-024-23/+64
* Delete dead code and update a comment (#3529)Alex Gaynor2017-04-301-3/+3
* Don't compare cffi version using strings (#3524)Alex Gaynor2017-04-292-9/+2
* Remove unused assignment (#3519)Alex Gaynor2017-04-271-1/+1
* Additional SCT bindings (#3510)Alex Gaynor2017-04-211-0/+2
* Another simplification of freeing (#3498)Alex Gaynor2017-04-091-7/+1
* Fixed #3492 -- use a better API (#3497)Alex Gaynor2017-04-091-7/+1
* minor int_to_bytes performance increase (#3490)Ofek Lev2017-04-061-7/+13
* remove key check (#3473)Ofek Lev2017-04-011-3/+0
* Two additional bindings for CT (#3478)Alex Gaynor2017-03-231-0/+2
* First pass at adding SCT bindings (#3471)Alex Gaynor2017-03-221-0/+6
* Interfaces for SCTs, feedback wanted (#3467)Alex Gaynor2017-03-222-0/+48
* Remove API deprecated in 1.6, clean up the legacy deprecations (#3468)Alex Gaynor2017-03-215-22/+10
* Refs #3461 -- added the OID for the SCT x.509 extension (#3464)Alex Gaynor2017-03-201-0/+3
* Remove workaround for weird NetBSD bug (#3458)Alex Gaynor2017-03-171-4/+0
* Ec is a thing (#3453)Alex Gaynor2017-03-152-125/+3
* Be on brand: it's macOS (#3456)Alex Gaynor2017-03-151-1/+1
* More ifdef death (#3450)Alex Gaynor2017-03-142-28/+2
* Memleak tests (#3140)Alex Gaynor2017-03-141-0/+3
* Removed some unused ifdefs from openssl bindings (#3448)Alex Gaynor2017-03-141-19/+0
* port 1.8.1 changelog and update master for 1.9 release cycle (#3440)Paul Kehrer2017-03-101-1/+1
* 1.8 version bump and changelog date (#3438)Paul Kehrer2017-03-091-1/+1
* reverts a change to our exceptions (#3429)Paul Kehrer2017-03-091-21/+1
* Refs #3430 -- fixed a memory leak in extension parsing for CRL dp (#3431)Alex Gaynor2017-03-093-5/+20
* DH subgroup order (q) (#3369)Aviv Palivoda2017-03-055-33/+143
* Fixed #3422 -- Remove some legacy code which is now in 1.0.1 (#3423)Alex Gaynor2017-03-012-50/+10
* add support for update_into on CipherContext (#3190)Paul Kehrer2017-02-164-2/+99
* Refactor binding initialization to allow specified errors (#3278)Paul Kehrer2017-02-131-1/+6
* switch the PEM password callback to a C implementation (#3382)Paul Kehrer2017-02-132-90/+22
* Add EVP_PKEY_DHX (#3388)Aviv Palivoda2017-02-131-0/+3
* enforce password must be bytes when loading PEM/DER asymmetric keys (#3383)Paul Kehrer2017-02-081-0/+2
* replace pyasn1 with asn1crypto (#3361)Ofek Lev2017-02-082-48/+7
* DH serialization (#3297)Aviv Palivoda2017-02-072-7/+60
* Backport DH_check from OpenSSL 1.1.0. (#3375)Mark Williams2017-02-031-2/+2
* update comment to be more descriptive (#3349)Paul Kehrer2017-01-181-2/+3
* Move pkg_resources import location. (#3347)Dan Sully2017-01-171-2/+4
* add memory limit check for scrypt (#3328)Paul Kehrer2017-01-052-4/+12
* It is 2017, in UTC (#3342)Alex Gaynor2016-12-311-1/+1
* openssl backend: s/unserialize/deserialize/ in exception messages (#3339)Jan-Philip Gehrcke2016-12-281-2/+2
* Inline a pair of functions that became trivial post-1.0.0 (#3336)Alex Gaynor2016-12-251-7/+1
* add openssl_version_number & doc openssl_version_text (#3329)Paul Kehrer2016-12-211-0/+3
* DTLS bindings (#3309)Paul Kehrer2016-12-191-0/+4
* Drop 1.0.0 (#3312)Alex Gaynor2016-12-138-253/+25
* fix a regression in int_from_bytes (#3316)Paul Kehrer2016-12-131-1/+2
* 1.8 begins (#3311)Paul Kehrer2016-12-121-1/+1