aboutsummaryrefslogtreecommitdiffstats
path: root/src/cryptography/hazmat
Commit message (Expand)AuthorAgeFilesLines
...
* Simplify the update (#3586)Alex Gaynor2017-05-231-7/+3
* Bump the minimum PyPy/cffi version and simplify as a result (#3585)Alex Gaynor2017-05-231-27/+7
* let's deprecate some hashes we should never have exposed (#3584)Paul Kehrer2017-05-231-0/+16
* Fix deprecation warning (#3574)Alex Gaynor2017-05-231-1/+5
* add the x25519 NID (#3560)Paul Kehrer2017-05-201-0/+3
* Fixed #3533 -- made GCM mode object immutable (#3553)Alex Gaynor2017-05-204-39/+41
* remove multibackend (#3555)Paul Kehrer2017-05-202-531/+2
* time to remove commoncrypto, fare thee well (#3551)Paul Kehrer2017-05-208-673/+3
* Don't raise an UnsupportedExtension for critical extensions. (#3550)Alex Gaynor2017-05-201-14/+8
* 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-291-2/+2
* 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
* 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
* Remove API deprecated in 1.6, clean up the legacy deprecations (#3468)Alex Gaynor2017-03-213-4/+4
* 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
* 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-163-2/+92
* 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-081-27/+4
* 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
* 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
* New osrandom_engine in C (#3229)Christian Heimes2016-12-092-57/+34