aboutsummaryrefslogtreecommitdiffstats
path: root/src/cryptography/hazmat/backends/openssl
Commit message (Expand)AuthorAgeFilesLines
...
* we don't actually care about the errstack here, it's an invalid signature (#4...Paul Kehrer2018-07-101-2/+1
* fix a memory leak when calling X25519PrivateKey.public_key() (#4326)Paul Kehrer2018-07-101-0/+4
* fix encoding BMPString in x509 name entries (#4321)Paul Kehrer2018-07-091-2/+7
* Convert a pair of asserts to use openssl_assert (#4318)Alex Gaynor2018-07-091-2/+2
* Future proofing use of the six python version constants (#4238)Eric Brown2018-05-141-2/+2
* Validate the public/private halves of EC keys on import. (#4241)David Benjamin2018-05-141-3/+4
* Fix some stuttering. (#4240)David Benjamin2018-05-141-3/+0
* Check for CMAC_Init errors. (#4232)David Benjamin2018-05-121-1/+2
* fixed variable name to be correct (#4226)Alex Gaynor2018-05-111-3/+3
* update link to draft rfc (#4214)Alex Gaynor2018-05-021-1/+1
* Raise ve on bad gt (#4180)Joshua Crowgey2018-04-031-1/+7
* Fix typo (#4178)Tim D. Smith2018-03-291-1/+1
* fix a memory leak in ec derive_private_key (#4096)Paul Kehrer2018-02-041-2/+3
* Use `BN_clear_free` in places where `BN_free` is being used (#4072)Tux2018-01-051-2/+2
* just a quick confirmation that it really is an x25519 evp key (#4070)Paul Kehrer2018-01-051-0/+3
* nit: line wrapping change (#4004)Alex Gaynor2017-10-281-2/+1
* use the correct modern API (#3984)Alex Gaynor2017-10-171-1/+1
* backwards incompatible change to UniformResourceIdentifier (#3954)Paul Kehrer2017-10-102-5/+14
* backwards incompatible change to RFC822Name (#3953)Paul Kehrer2017-10-102-5/+12
* Backwards incompatible change to DNSName (#3951)Paul Kehrer2017-10-102-3/+11
* Add support for AES XTS (#3900)Paul Kehrer2017-10-012-1/+9
* add ChaCha20 support (#3919)Paul Kehrer2017-09-282-1/+8
* both parse and encode the ASN1 string type for Name attributes (#3896)Paul Kehrer2017-09-253-18/+6
* FreshestCRL extension support (#3937)Paul Kehrer2017-09-232-4/+16
* support delta crl indicator extension (#3936)Paul Kehrer2017-09-222-3/+11
* refactor rsa signature/verification logic to remove duplication (#3903)Paul Kehrer2017-09-211-91/+34
* remove u-label conversion during general name decode (#3905)Paul Kehrer2017-09-131-49/+4
* fix a bug with URI value when parsing a string with no hostname (#3909)Paul Kehrer2017-09-131-1/+2
* [WIP] add support for the TLSFeature extension in x509 (#3899)Paul Kehrer2017-09-102-7/+33
* RSA OAEP label support for OpenSSL 1.0.2+ (#3897)Paul Kehrer2017-09-082-4/+20
* add blake2b/blake2s support for hmac (#3873)Paul Kehrer2017-08-221-4/+3
* Add is_signature_valid method on CertificateRevocationList (#3849)Vincent Pelletier2017-08-121-0/+16
* deprecate unicode input for RFC822Name (#3836)Paul Kehrer2017-08-011-1/+1
* deprecate auto-idna on UniformResourceIdentifier (#3832)Paul Kehrer2017-08-011-1/+1
* Begin the deprecation of auto-idna for x509.DNSName (#3830)Alex Gaynor2017-07-302-29/+2
* fix for latest flake8 (#3829)Alex Gaynor2017-07-271-1/+1
* Fixed #3798 -- use the correct stacklevel on this warning (#3803)Alex Gaynor2017-07-211-1/+1
* 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-242-0/+85