aboutsummaryrefslogtreecommitdiffstats
path: root/src/cryptography/hazmat/primitives
Commit message (Expand)AuthorAgeFilesLines
* Cleanup serialize (#5149)Marko Kreen2020-05-251-2/+0
* Dropped support for LibreSSL 2.7, 2.8, and 2.9.0 (2.9.1+ are still supported)...Alex Gaynor2020-04-251-6/+0
* Replace floating point arithmetic with integer arithmetic (#5181)Torin Carey2020-04-041-2/+1
* Drop support for OpenSSL 1.0.1 (#5178)Alex Gaynor2020-04-041-25/+4
* Fixed error message in AES-CCM data length validation to reflect the error re...Maciej Jurczak2020-03-281-1/+1
* Deal with the 2.5 deprecations (#5048)Alex Gaynor2019-11-032-3/+3
* Don't bother computing y coefficient in _modinv (#5037)Clayton Smith2019-10-291-3/+3
* Make DER reader into a context manager (#4957)Alex Gaynor2019-07-281-5/+4
* Remove asn1crypto dependency (#4941)David Benjamin2019-07-281-13/+13
* add class methods for poly1305 sign verify operations (#4932)Jeff Yang2019-07-081-0/+12
* poly1305 support (#4802)Paul Kehrer2019-03-091-0/+43
* Improve deprecation warning to specify the release (#4804)Josh Soref2019-03-081-2/+2
* remove maccontext (#4803)Paul Kehrer2019-03-073-41/+2
* support ed25519 openssh public keys (#4785)Paul Kehrer2019-02-272-1/+16
* ed448 support (#4610)Paul Kehrer2019-02-271-0/+79
* ed25519 support (#4114)Paul Kehrer2019-02-261-0/+80
* add an EC OID to curve dictionary mapping (#4759)Paul Kehrer2019-02-201-0/+33
* Simplify string formatting (#4757)Alex Gaynor2019-02-207-10/+10
* Fixes #4734 -- Deal with deprecated things (#4736)Alex Gaynor2019-01-232-23/+1
* deprecate encode_point and migrate all internal callers (#4720)Paul Kehrer2019-01-201-0/+8
* add support for encoding compressed points (#4638)Paul Kehrer2019-01-201-0/+3
* shake128/256 support (#4611)Paul Kehrer2019-01-191-0/+41
* support byteslike in KBKDFHMAC (#4711)Paul Kehrer2019-01-171-1/+1
* support byteslike in ConcatKDF{HMAC,Hash}, Scrypt, and X963KDF (#4709)Paul Kehrer2019-01-173-3/+3
* Support byteslike in HKDF and PBKDF2HMAC (#4707)Paul Kehrer2019-01-172-3/+3
* x448 and x25519 should enforce key lengths in backend (#4703)Paul Kehrer2019-01-172-3/+12
* support byteslike in hmac update (#4705)Paul Kehrer2019-01-171-1/+1
* support byteslike in hash updates (#4702)Paul Kehrer2019-01-161-1/+1
* support byteslike in aead for key and nonce (#4695)Paul Kehrer2019-01-151-6/+6
* Serialization x25519 (#4688)Paul Kehrer2019-01-142-2/+11
* support x448 public/private serialization both raw and pkcs8 (#4653)Paul Kehrer2019-01-132-2/+11
* handle empty byte string in from_encoded_point (#4649)Paul Kehrer2018-12-171-0/+4
* deprecate old from_encoded_point (#4640)Paul Kehrer2018-12-111-0/+9
* Compressed point support (#4629)Paul Kehrer2018-12-112-2/+13
* allow bytes-like for key/iv/data for symmetric encryption (#4621)Paul Kehrer2018-12-092-9/+9
* Updated BLAKE2s and BLAKE2b error messages from unsupportedalgorithm … (#4519)Colin Metcalf2018-12-081-14/+6
* centralize our bytes check (#4622)Paul Kehrer2018-12-0212-77/+40
* PKCS12 Basic Parsing (#4553)Paul Kehrer2018-11-281-0/+9
* Move SSH serialization to it's own file (#4607)Alex Gaynor2018-11-243-134/+146
* refactor serialization module into package (#4606)Paul Kehrer2018-11-232-0/+21
* X448 support (#4580)Paul Kehrer2018-11-221-0/+61
* add sha3 support (#4573)Paul Kehrer2018-11-221-0/+24
* error if the key length for x25519 isn't 32 bytes (#4584)Paul Kehrer2018-11-121-0/+4
* add SHA512/224 and SHA512/256 support (#4575)Paul Kehrer2018-11-121-0/+14
* add a little bit of x25519 interface docs we missed (#4574)Paul Kehrer2018-11-121-3/+9
* add a few more EC OIDs (#4572)Paul Kehrer2018-11-111-0/+13
* add EC OIDs (#4435)Paul Kehrer2018-10-301-0/+10
* Refs #4375 -- integrate wycheproof AES CCM tests (#4379)Alex Gaynor2018-08-021-1/+1
* sign is a method (#4362)Paul Kehrer2018-07-201-1/+1
* also check iv length for GCM nonce in AEAD (#4350)Paul Kehrer2018-07-171-0/+2