aboutsummaryrefslogtreecommitdiffstats
path: root/docs/hazmat/primitives/asymmetric
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
* Add import default backend (#4061)Pablo Lefort2017-12-201-0/+1
* let's talk about bits baby (#3956)Paul Kehrer2017-10-113-13/+13
* Switch NIST PDFs from nvlpubs to csrc which is HTTPS (#3929)Alex Gaynor2017-09-202-3/+3
* Update the rest of the NIST urls to their new HTTPS homes (#3928)Alex Gaynor2017-09-201-2/+2
* 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
* we forgot to document these DH methods (#3757)Paul Kehrer2017-07-061-0/+27
* 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
* 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
* 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
* Document DH in serialization (#3569)Aviv Palivoda2017-05-231-1/+10
* Fixes #3538 -- Make our OpenSSL EC verifier's implementation match the API (#...Alex Gaynor2017-05-101-14/+19
* fix typo (#3442)Ofek Lev2017-03-121-1/+1
* DH subgroup order (q) (#3369)Aviv Palivoda2017-03-051-2/+10
* Two random grammar fixes (#3402)Alex Gaynor2017-02-181-1/+1
* DH serialization (#3297)Aviv Palivoda2017-02-071-0/+46
* OpenSSL DH backend implementation [Second attempt] (#2914)Aviv Palivoda2016-11-261-43/+120
* update docs and changelog for prehashed support (#3268)Paul Kehrer2016-11-201-3/+15
* add support for prehashing in ECDSA sign/verify (#3267)Paul Kehrer2016-11-201-1/+5
* support prehashed sign/verify in DSA (#3266)Paul Kehrer2016-11-201-2/+12
* support RSA verify with prehashing (#3265)Paul Kehrer2016-11-202-2/+19
* support prehashing in RSA sign (#3238)Paul Kehrer2016-11-202-1/+40
* change derive_elliptic_curve_public_point to return EllipticCurvePubl… (#3243)Paul Kehrer2016-11-181-3/+4
* add ec.private_key_from_secret_and_curve (#3225)Ofek Lev2016-11-111-0/+16
* EC samples for verifying a singature, + serialization (#3076)Alex Railean2016-09-251-0/+79
* Clarify what to pass to the sign-function (#3066)Loy2016-07-301-1/+1
* Removed provider language from asymmetric primitives docs (#3052)Gabriel Orisaka2016-07-265-132/+91
* Enforce that p > q to improve OpenSSL compatibility (fixes #2990) (#3010)Dirkjan Ochtman2016-07-191-1/+3
* One shot sign/verification ECDSA (#3029)Aviv Palivoda2016-07-022-5/+46
* one shot verify documentation fix (#3031)Aviv Palivoda2016-06-302-4/+4
* One shot sign/verify DSA (#3003)Aviv Palivoda2016-06-301-0/+53
* Fixed #3008 -- expose calculate max pss salt length (#3014)Alex Gaynor2016-06-271-4/+17
* rest syntaxAlex Gaynor2016-06-271-1/+1
* Fixes #2992 -- clearly link to a key dumping docs in serialization mo… (#3013)Alex Gaynor2016-06-251-0/+10