aboutsummaryrefslogtreecommitdiffstats
path: root/docs/hazmat/primitives
Commit message (Expand)AuthorAgeFilesLines
* support byteslike in KBKDFHMAC (#4711)Paul Kehrer2019-01-171-1/+2
* support byteslike in ConcatKDF{HMAC,Hash}, Scrypt, and X963KDF (#4709)Paul Kehrer2019-01-171-3/+6
* support byteslike for OTP (#4710)Paul Kehrer2019-01-171-6/+8
* Support byteslike in HKDF and PBKDF2HMAC (#4707)Paul Kehrer2019-01-171-2/+4
* support byteslike in hmac update (#4705)Paul Kehrer2019-01-171-1/+2
* support bytes-like keys in CMAC and HMAC contexts (#4701)Paul Kehrer2019-01-161-1/+2
* add support for byteslike password/data to load_{pem,der}_private_key (#4693)Paul Kehrer2019-01-161-4/+8
* support byteslike in aead for key and nonce (#4695)Paul Kehrer2019-01-151-10/+18
* support byteslike in X448PrivateKey.from_private_bytes (#4694)Paul Kehrer2019-01-151-1/+2
* add support for byteslike on password and data for pkcs12 loading (#4690)Paul Kehrer2019-01-151-2/+4
* Serialization x25519 (#4688)Paul Kehrer2019-01-141-4/+84
* support x448 public/private serialization both raw and pkcs8 (#4653)Paul Kehrer2019-01-132-9/+106
* Use the contents of the ecrypt docs from the University website (#4673)Alex Gaynor2019-01-023-3/+3
* Update URL to EFF (#4672)Alex Gaynor2019-01-011-1/+1
* Fixed anchor for URL (#4670)Alex Gaynor2019-01-011-1/+1
* deprecate old from_encoded_point (#4640)Paul Kehrer2018-12-111-0/+5
* Compressed point support (#4629)Paul Kehrer2018-12-111-0/+21
* allow bytes-like for key/iv/data for symmetric encryption (#4621)Paul Kehrer2018-12-091-25/+44
* make the same doc changes to DH as we did for ECDH (#4631)Paul Kehrer2018-12-091-6/+50
* PKCS12 Basic Parsing (#4553)Paul Kehrer2018-11-281-0/+37
* X448 support (#4580)Paul Kehrer2018-11-222-0/+105
* add sha3 support (#4573)Paul Kehrer2018-11-221-0/+37
* add SHA512/224 and SHA512/256 support (#4575)Paul Kehrer2018-11-121-0/+14
* add a few more EC OIDs (#4572)Paul Kehrer2018-11-111-0/+78
* add EC OIDs (#4435)Paul Kehrer2018-10-301-0/+32
* change ECDH documentation to show both classical ECDH and ECDHE (#4530)Paul Kehrer2018-10-281-6/+52
* reorder curves to put binary (SECT) curves down at the bottom (#4529)Paul Kehrer2018-10-281-48/+59
* HTTPS one last URL (#4522)Alex Gaynor2018-10-251-1/+1
* OpenPGP's website is also HTTPS! (#4518)Alex Gaynor2018-10-241-1/+1
* Colin's website went HTTPS! (#4515)Alex Gaynor2018-10-242-3/+3
* a few docs fixes and language improvements (#4472)Paul Kehrer2018-09-142-7/+7
* Refs #4375 -- integrate wycheproof AES CCM tests (#4379)Alex Gaynor2018-08-021-1/+1
* min_tag_length is an int (#4351)Paul Kehrer2018-07-171-1/+1
* raise ValueError on zero length GCM IV (#4348)Paul Kehrer2018-07-171-1/+2
* disallow implicit tag truncation with finalize_with_tag (#4342)Paul Kehrer2018-07-171-0/+1
* document one shot AEAD length restrictions (#4322)Paul Kehrer2018-07-141-0/+6
* document that an ECPublicNumbers object has some unexpected properties (#4319)Paul Kehrer2018-07-091-0/+8
* Make the docs clearer on why truncated tags are a bad idea (#4312)Alex Gaynor2018-07-061-4/+4
* Add serialisation output examples (#4286)Коренберг Марк2018-06-261-0/+24
* remove block size as a required part of HashAlgorithm (#4249)Paul Kehrer2018-05-161-6/+0
* switch to py3 on docs job (#4230)Paul Kehrer2018-05-128-25/+25
* Fixed some confusing type descriptions in docs (#4231)Alex Gaynor2018-05-121-4/+1
* implement AES KW with padding (RFC 5649) (#3880)Paul Kehrer2018-03-181-0/+39
* Brainpool curves (#4129)Paul Kehrer2018-03-151-0/+22
* Document motivation for a KDF after key-exchange (#4005) (#4124)Jeremy Lainé2018-03-053-5/+64
* switch RSA OAEP examples to use SHA256 (#4117)Paul Kehrer2018-02-221-4/+4
* Reorder this to reflect Alex's Opinions On What Is Good (#4115)Alex Gaynor2018-02-221-2/+2
* DH interfaces existed in 0.9 but we didn't implement until 1.7 (#4068)Paul Kehrer2018-01-051-9/+7
* grammar nit, use a comma here (#4066)Alex Gaynor2017-12-291-1/+1
* Add import default backend (#4061)Pablo Lefort2017-12-201-0/+1