aboutsummaryrefslogtreecommitdiffstats
path: root/src/cryptography
Commit message (Expand)AuthorAgeFilesLines
* AIA hashing (#3911)Paul Kehrer2017-09-131-0/+3
* 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-132-2/+4
* implement __hash__ on all GeneralName types (#3907)Paul Kehrer2017-09-131-2/+17
* compare against bytes values, not the U-label decoded ones (#3906)Paul Kehrer2017-09-121-2/+2
* refactor AES keywrap into a wrap core and unwrap core (#3901)Paul Kehrer2017-09-111-23/+30
* [WIP] add support for the TLSFeature extension in x509 (#3899)Paul Kehrer2017-09-105-9/+95
* RSA OAEP label support for OpenSSL 1.0.2+ (#3897)Paul Kehrer2017-09-082-4/+20
* add set0_rsa_oaep_label binding (#3894)Paul Kehrer2017-09-071-0/+7
* add blake2b/blake2s support for hmac (#3873)Paul Kehrer2017-08-221-4/+3
* Add is_signature_valid method on CertificateRevocationList (#3849)Vincent Pelletier2017-08-122-0/+22
* deprecate unicode input for RFC822Name (#3836)Paul Kehrer2017-08-012-15/+51
* deprecate auto-idna on UniformResourceIdentifier (#3832)Paul Kehrer2017-08-012-11/+64
* Begin the deprecation of auto-idna for x509.DNSName (#3830)Alex Gaynor2017-07-304-37/+69
* 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
* remove deprecated items (#3794)Paul Kehrer2017-07-204-61/+1
* Open master for 2.1 (#3788)Alex Gaynor2017-07-171-1/+1
* 2.0 version bump and changelog (#3787)Paul Kehrer2017-07-171-1/+1
* Remove DH generator size constraint (#3364)mtury2017-07-171-2/+2
* add AESGCM AEAD support (#3785)Paul Kehrer2017-07-172-3/+47
* move tag_length to the AESCCM constructor (#3783)Paul Kehrer2017-07-161-14/+16
* AESCCM support (#3700)Paul Kehrer2017-07-162-9/+110
* 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-093-16/+13
* Fixed #3747 -- cache extensions on x.509 objects (#3769)Alex Gaynor2017-07-082-4/+18
* remove egd (#3771)Paul Kehrer2017-07-081-9/+0
* remove cryptodev (#3770)Paul Kehrer2017-07-081-7/+0
* Attempt to use coverage to quantify how many of the CONDITIONAL_NAMES we real...Alex Gaynor2017-07-082-65/+185
* Remove conditionals we never use. (#3766)Alex Gaynor2017-07-081-4/+0
* stop using backend methods for chacha (#3765)Paul Kehrer2017-07-083-22/+20
* change chacha20poly1305_supported to aead_cipher_supported (#3762)Paul Kehrer2017-07-082-2/+6
* 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
* Fixes #3745 -- add the any EKU EKU (#3750)Alex Gaynor2017-07-031-0/+1
* 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
* remove python 3.3 from CI (#3729)Paul Kehrer2017-06-261-6/+0
* bind DTLS 1.2 methods (#3725)Paul Kehrer2017-06-261-0/+5
* Reorganize DHParameters and DHPublicKey *WithSerialization (#3722)Paul Kehrer2017-06-241-6/+6
* add missing methods to DH interfaces (#3719)Paul Kehrer2017-06-241-0/+18
* Dh parameters serialization (#3504)Aviv Palivoda2017-06-244-0/+109
* disallow empty string for NameAttribute (#3711)Paul Kehrer2017-06-191-0/+3
* X25519 Support (#3686)Paul Kehrer2017-06-093-0/+179
* ChaCha20Poly1305 support (#3680)Paul Kehrer2017-06-084-0/+177
* bind even more evp (#3684)Paul Kehrer2017-06-061-1/+2
* bind EVP_PKEY_get1_tls_encodedpoint because X25519 (#3682)Paul Kehrer2017-06-051-0/+3
* 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-044-3/+99