summaryrefslogtreecommitdiff
path: root/src/cryptography/hazmat
Commit message (Expand)AuthorAgeFilesLines
* deprecate pythons without hmac.compare_digest (#4261)Paul Kehrer2018-05-241-0/+9
* remove block size as a required part of HashAlgorithm (#4249)Paul Kehrer2018-05-161-6/+0
* 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
* Clean up unused EC bindings. (#4225)David Benjamin2018-05-141-4/+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
* 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
* 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
* 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
* 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
* 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
* 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-121-2/+2
* 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-014-9/+63
* 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-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
* 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-102-7/+33
* 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-121-0/+16
* deprecate unicode input for RFC822Name (#3836)Paul Kehrer2017-08-011-1/+1