aboutsummaryrefslogtreecommitdiffstats
path: root/src/cryptography
Commit message (Expand)AuthorAgeFilesLines
* Check for CMAC_Init errors. (#4232)David Benjamin2018-05-121-1/+2
* Add support for extracting timestamp from a Fernet token (#4229)Paul Kehrer2018-05-121-6/+15
* fixed variable name to be correct (#4226)Alex Gaynor2018-05-111-3/+3
* adding name so that 1.3.6.1.4.1.11129.2.4.2 is no longer and 'Unknown OID' (#...Joshua Crowgey2018-05-071-0/+3
* update link to draft rfc (#4214)Alex Gaynor2018-05-021-1/+1
* add custom extensions functions for openssl >=1.0.2 (#4202)Denis Lila2018-04-211-0/+9
* Raise ve on bad gt (#4180)Joshua Crowgey2018-04-031-1/+7
* Fix typo (#4178)Tim D. Smith2018-03-291-1/+1
* fix bug with n % 8 length wrapping on AESKWP (#4160)Paul Kehrer2018-03-201-2/+7
* Revert "don't allow GeneralNames to be an empty list (#4128)" (#4161)Alex Gaynor2018-03-201-3/+0
* open master for 2.3 (#4151)Paul Kehrer2018-03-181-1/+1
* 2.2 release! (#4150)Paul Kehrer2018-03-181-1/+1
* implement AES KW with padding (RFC 5649) (#3880)Paul Kehrer2018-03-181-0/+57
* Allow DSA q=224 (#4147)Paul Kehrer2018-03-181-2/+2
* Brainpool curves (#4129)Paul Kehrer2018-03-151-0/+22
* remove cms bindings we don't use (#4131)Paul Kehrer2018-03-051-35/+0
* don't allow GeneralNames to be an empty list (#4128)Paul Kehrer2018-03-051-0/+3
* fix a memory leak in ec derive_private_key (#4096)Paul Kehrer2018-02-041-2/+3
* Add bindings for DTLS support (#4089)gesslerpd2018-01-231-0/+2
* Add bindings for PSK (#4084)gesslerpd2018-01-181-0/+9
* Add bindings for SSL_OP_NO_DTLS* (#4079)gesslerpd2018-01-161-0/+2
* Fixes #4076 - simplify the implementation of int_from_bytes on python2 (#4077)Alex Gaynor2018-01-101-2/+1
* The HKDF limit is actually 255 * digest_length_in_bytes (#4037)Paul Kehrer2018-01-061-1/+1
* 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-052-0/+4
* Fixed #4006 -- bind functions for dealing with sigalgs (#4063)Alex Gaynor2017-12-261-0/+8
* Fixed #4058 -- use the thread-safe API from OpenSSL, not the danger one (#4059)Alex Gaynor2017-12-181-3/+4
* Pass the right length of null bytes when no salt is provided to HKDF (#4036)Paul Kehrer2017-12-011-1/+1
* Fix ASN1 string type encoding for several Name OIDs (#4035)Paul Kehrer2017-11-301-7/+15
* fix typo in comment (#4019)Benjamin Peterson2017-11-131-1/+1
* nit: remove double space in deprecation warning (#4018)Alex Gaynor2017-11-111-2/+2
* Use a different warning class so users get warnings (#4014)Alex Gaynor2017-11-111-2/+8
* Fix a few new flake8 issues (#4008)Alex Gaynor2017-11-021-1/+0
* nit: line wrapping change (#4004)Alex Gaynor2017-10-281-2/+1
* Latest flake8 has some rules about variable names (#3996)Alex Gaynor2017-10-232-4/+4
* Add Multifernet.rotate method (#3979)Chris Wolfe2017-10-191-2/+23
* use the correct modern API (#3984)Alex Gaynor2017-10-171-1/+1
* Inline calls to bit_length now that it's trivial (#3966)Alex Gaynor2017-10-123-4/+6
* expunge python 2.6 (#3962)Paul Kehrer2017-10-112-17/+2
* increment deprecation for the 2.2 release cycle (#3961)Paul Kehrer2017-10-111-2/+1
* start the twenty second release cycle (#3960)Paul Kehrer2017-10-111-1/+1
* update changelog release date and bump version for 2.1 release (#3958)Paul Kehrer2017-10-111-1/+1
* backwards incompatible change to UniformResourceIdentifier (#3954)Paul Kehrer2017-10-103-61/+33
* backwards incompatible change to RFC822Name (#3953)Paul Kehrer2017-10-103-47/+32
* Backwards incompatible change to DNSName (#3951)Paul Kehrer2017-10-103-51/+30
* Add support for AES XTS (#3900)Paul Kehrer2017-10-014-9/+63
* Declare that 2.1 is the last version to support Python 2.6 (#3944)Alex Gaynor2017-10-011-1/+1
* add ChaCha20 support (#3919)Paul Kehrer2017-09-283-1/+32
* Expose FIPS funcs for OpenSSL. (#3939)Scott Sturdivant2017-09-271-0/+8
* both parse and encode the ASN1 string type for Name attributes (#3896)Paul Kehrer2017-09-254-23/+47