aboutsummaryrefslogtreecommitdiffstats
path: root/docs/hazmat/primitives
Commit message (Expand)AuthorAgeFilesLines
* 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
* Don't use whirlpool as an example (#4053)Alex Gaynor2017-12-111-1/+1
* let's talk about bits baby (#3956)Paul Kehrer2017-10-117-57/+62
* Add support for AES XTS (#3900)Paul Kehrer2017-10-011-0/+41
* add ChaCha20 support (#3919)Paul Kehrer2017-09-281-0/+49
* Switch NIST PDFs from nvlpubs to csrc which is HTTPS (#3929)Alex Gaynor2017-09-204-7/+7
* Update the rest of the NIST urls to their new HTTPS homes (#3928)Alex Gaynor2017-09-203-4/+4
* Fix mistake in `RSAPublicKey.verify` documentation (#3872)David Sanders2017-08-201-1/+1
* update docs to reflect #3364 (#3786)Paul Kehrer2017-07-171-1/+1
* add AESGCM AEAD support (#3785)Paul Kehrer2017-07-172-0/+76
* move tag_length to the AESCCM constructor (#3783)Paul Kehrer2017-07-161-11/+7
* AESCCM support (#3700)Paul Kehrer2017-07-161-0/+88
* we forgot to document these DH methods (#3757)Paul Kehrer2017-07-061-0/+27
* don't use long keys because they can be confusing wrt bits/bytes (#3734)Paul Kehrer2017-06-281-17/+17
* doc the relationship between PrivateKey and PrivateKeyWithSerialization (#3721)Paul Kehrer2017-06-244-8/+25
* Reorganize DHParameters and DHPublicKey *WithSerialization (#3722)Paul Kehrer2017-06-241-15/+13
* changelog entry and a few updates to the new DH params docs (#3718)Paul Kehrer2017-06-242-5/+6
* Dh parameters serialization (#3504)Aviv Palivoda2017-06-242-0/+110
* be clearer that 65537 is the right answer (#3714)Paul Kehrer2017-06-231-1/+2
* fix typo in docs for curve name (#3705)Paul Kehrer2017-06-141-1/+1
* It's a method you must call (#3696)Jean-Paul Calderone2017-06-091-1/+1
* X25519 Support (#3686)Paul Kehrer2017-06-092-0/+86
* ChaCha20Poly1305 support (#3680)Paul Kehrer2017-06-082-0/+80
* scrypt can be doctested now that we're using 1.1.0 (#3688)Paul Kehrer2017-06-071-1/+1
* fix symmetric encryption interfaces heading (#3676)Paul Kehrer2017-06-041-1/+1
* document invalidtag (#3675)Paul Kehrer2017-06-041-0/+11
* deprecate signer/verifier on asymmetric keys (#3663)Paul Kehrer2017-06-035-196/+105
* make signature and verification contexts error better re: prehashed (#3658)Paul Kehrer2017-06-021-0/+12
* reorder the primitives list and improve a few titles (#3640)Paul Kehrer2017-05-293-9/+9
* move MACContext to mac.py and eliminate interfaces.py (#3631)Paul Kehrer2017-05-295-85/+36
* strongly encourage the use of fernet, document its limitation (#3623)Paul Kehrer2017-05-271-0/+3
* Modify DH/ECDH examples to be explicit for DHE/ECDHE (#3622)Paul Kehrer2017-05-272-3/+32
* Put the exchange method on the correct interface (#3591)Alex Gaynor2017-05-241-12/+12
* Update the docs to not be redundant and wrong (#3593)Paul Kehrer2017-05-241-3/+0
* add convenience methods for key_size on EC{Public,Private}Key (#3587)Paul Kehrer2017-05-231-0/+18
* let's deprecate some hashes we should never have exposed (#3584)Paul Kehrer2017-05-231-16/+0
* Document DH in serialization (#3569)Aviv Palivoda2017-05-231-1/+10
* Let's help out the newbies (#3572)Cory Benfield2017-05-221-2/+5
* Fixes #3538 -- Make our OpenSSL EC verifier's implementation match the API (#...Alex Gaynor2017-05-101-14/+19
* add a changelog entry for finalize_with_tag and move the note (#3531)Paul Kehrer2017-05-021-4/+4
* postpone GCM authentication tag requirement until finalization (#3421)Philipp Gesang2017-05-021-8/+48
* Update symmetric-encryption.rst (#3479)gdmnbt2017-03-231-0/+1
* fix typo (#3442)Ofek Lev2017-03-121-1/+1
* DH subgroup order (q) (#3369)Aviv Palivoda2017-03-051-2/+10