summaryrefslogtreecommitdiff
path: root/src/cryptography/hazmat/backends
Commit message (Expand)AuthorAgeFilesLines
* add AESGCM AEAD support (#3785)Paul Kehrer2017-07-171-3/+5
* AESCCM support (#3700)Paul Kehrer2017-07-161-9/+47
* allow p % 24 == 23 when generator == 2 in DH_check (#3768)Paul Kehrer2017-07-091-2/+15
* use an instance in aead_cipher_supported (#3772)Paul Kehrer2017-07-092-13/+10
* Fixed #3747 -- cache extensions on x.509 objects (#3769)Alex Gaynor2017-07-081-4/+4
* stop using backend methods for chacha (#3765)Paul Kehrer2017-07-082-18/+15
* change chacha20poly1305_supported to aead_cipher_supported (#3762)Paul Kehrer2017-07-081-1/+5
* make the aead work a bit more generic (#3761)Paul Kehrer2017-07-082-17/+27
* don't parse SCTs on older openssl (#3749)Paul Kehrer2017-07-042-9/+24
* disallow MD5 in CertificateBuilder and CertificateSigningRequestBuilder (#3738)Paul Kehrer2017-06-301-0/+24
* Fixed a memory leak in EC private numbers (#3741)Alex Gaynor2017-06-301-2/+4
* Fix for leaking memory in EllipticCurvePublicNumbers.public_key() (#3732)Alex Gaynor2017-06-281-3/+3
* Dh parameters serialization (#3504)Aviv Palivoda2017-06-243-0/+97
* X25519 Support (#3686)Paul Kehrer2017-06-092-0/+125
* ChaCha20Poly1305 support (#3680)Paul Kehrer2017-06-082-0/+118
* bind EVP_CTRL_AEAD even when on < 1.1.0 (#3679)Paul Kehrer2017-06-041-4/+4
* Refs #3461 -- parse SCTs from x.509 extension (#3480)Alex Gaynor2017-06-042-0/+59
* deprecate signer/verifier on asymmetric keys (#3663)Paul Kehrer2017-06-034-3/+24
* make signature and verification contexts error better re: prehashed (#3658)Paul Kehrer2017-06-024-3/+17
* Enlarge _oid2txt buffer to handle larger OIDs (#3612)Fraser Tweedale2017-05-291-0/+14
* move MACContext to mac.py and eliminate interfaces.py (#3631)Paul Kehrer2017-05-292-4/+4
* Simplify int to hex string conversion (#3628)Alex Gaynor2017-05-281-3/+3
* fix libressl error/refactor some error handling (#3609)Paul Kehrer2017-05-263-42/+37
* Document when OpenSSL changed its default (#3611)Alex Gaynor2017-05-251-1/+1
* jurisdictionCountryName also must be PrintableString (#3516)Alex Gaynor2017-05-251-2/+5
* add convenience methods for key_size on EC{Public,Private}Key (#3587)Paul Kehrer2017-05-231-0/+8
* Simplify the update (#3586)Alex Gaynor2017-05-231-7/+3
* Fixed #3533 -- made GCM mode object immutable (#3553)Alex Gaynor2017-05-201-23/+32
* remove multibackend (#3555)Paul Kehrer2017-05-202-531/+2
* time to remove commoncrypto, fare thee well (#3551)Paul Kehrer2017-05-206-653/+3
* Don't raise an UnsupportedExtension for critical extensions. (#3550)Alex Gaynor2017-05-201-14/+8
* 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-031-5/+13
* postpone GCM authentication tag requirement until finalization (#3421)Philipp Gesang2017-05-022-6/+30
* 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
* Remove API deprecated in 1.6, clean up the legacy deprecations (#3468)Alex Gaynor2017-03-212-2/+2
* Ec is a thing (#3453)Alex Gaynor2017-03-151-14/+3
* Be on brand: it's macOS (#3456)Alex Gaynor2017-03-151-1/+1
* More ifdef death (#3450)Alex Gaynor2017-03-141-5/+2
* 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-092-5/+19
* DH subgroup order (q) (#3369)Aviv Palivoda2017-03-054-30/+135
* 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-162-0/+52
* switch the PEM password callback to a C implementation (#3382)Paul Kehrer2017-02-131-71/+22
* enforce password must be bytes when loading PEM/DER asymmetric keys (#3383)Paul Kehrer2017-02-081-0/+2
* DH serialization (#3297)Aviv Palivoda2017-02-072-7/+60
* Backport DH_check from OpenSSL 1.1.0. (#3375)Mark Williams2017-02-031-2/+2