aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed #3747 -- cache extensions on x.509 objects (#3769)Alex Gaynor2017-07-082-4/+18
* remove egd (#3771)Paul Kehrer2017-07-082-20/+0
* remove cryptodev (#3770)Paul Kehrer2017-07-082-17/+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-082-10/+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
* Funcs macros gone (#3695)Paul Kehrer2017-06-2736-118/+2
* remove python 3.3 from CI (#3729)Paul Kehrer2017-06-261-6/+0
* enable wconversion and finish fixes (#3728)Paul Kehrer2017-06-264-5/+29
* bind DTLS 1.2 methods (#3725)Paul Kehrer2017-06-262-0/+20
* some wconversion fixes (#3727)Paul Kehrer2017-06-263-7/+8
* Reorganize DHParameters and DHPublicKey *WithSerialization (#3722)Paul Kehrer2017-06-241-6/+6
* pypy3 compilation fix for locking callback (#3716)Paul Kehrer2017-06-241-20/+60
* 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-062-4/+10
* bind EVP_PKEY_get1_tls_encodedpoint because X25519 (#3682)Paul Kehrer2017-06-052-0/+14
* add EVP_PKEY_keygen and EVP_PKEY_keygen_init for x25519/ed25519 (#3681)Paul Kehrer2017-06-051-0/+6
* bind EVP_CTRL_AEAD even when on < 1.1.0 (#3679)Paul Kehrer2017-06-042-7/+18
* Refs #3461 -- parse SCTs from x.509 extension (#3480)Alex Gaynor2017-06-044-3/+99
* 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
* runtime detection of getentropy for macOS via weak-linking (#3650)Paul Kehrer2017-05-302-22/+55
* move files to make the next PR easier to read (#3651)Paul Kehrer2017-05-301-43/+43
* Remove a binding that hasn't been used for a while (#3643)Alex Gaynor2017-05-301-7/+0
* Post release tasks to open master for 2.0 (#3644)Alex Gaynor2017-05-292-2/+2
* 1.9 version bump and changelog (#3641)Paul Kehrer2017-05-291-1/+1
* 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-296-8/+25
* Simplify int to hex string conversion (#3628)Alex Gaynor2017-05-281-3/+3
* fix libressl error/refactor some error handling (#3609)Paul Kehrer2017-05-264-44/+54
* Document when OpenSSL changed its default (#3611)Alex Gaynor2017-05-251-1/+1
* jurisdictionCountryName also must be PrintableString (#3516)Alex Gaynor2017-05-252-3/+11
* fix compilation on 1.1.0f (#3603)Paul Kehrer2017-05-251-2/+4
* Put the exchange method on the correct interface (#3591)Alex Gaynor2017-05-241-7/+7
* allow global suppression of link flags (#3592)Paul Kehrer2017-05-241-24/+11
* add convenience methods for key_size on EC{Public,Private}Key (#3587)Paul Kehrer2017-05-232-1/+21
* 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