aboutsummaryrefslogtreecommitdiffstats
path: root/docs/hazmat/primitives/asymmetric
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Use `d` instead of `private_exponent` for consistency (#2991)Dirkjan Ochtman2016-06-221-4/+4
* Clean up some of the nonsense in our DSA docs. (#2969)Alex Gaynor2016-06-041-5/+5
* Add convenience methods to sign and verify w/ RSA (#2945)Colleen Murphy2016-06-041-3/+73
* Refs #1478 -- attempt to improve our nonsense docs for ECCurve.key_size (#2959)Alex Gaynor2016-06-031-1/+2
* SSH serialization for public keys (#2957)Alex Gaynor2016-06-031-0/+13
* HTTPS some links, in the odd event users of a cryptographic library would car...Alex Gaynor2016-03-062-2/+2
* Minor doc tweak per issue #2694Phoebe Queen2016-01-291-1/+5
* provide a bit more detail about the underlying public key formatsPaul Kehrer2015-12-311-2/+4
* Better document the return type of serialization load functionsAlex Gaynor2015-12-301-5/+31
* Port a few cr.yp.to links to be HTTPSAlex Gaynor2015-12-281-1/+1
* modify approach to use EllipticCurvePublicNumbers methodsPaul Kehrer2015-10-272-45/+32
* remove support for null points, improve docsPaul Kehrer2015-10-271-6/+5
* rst continues to be a mysteryPaul Kehrer2015-10-271-2/+1
* fix some docsPaul Kehrer2015-10-271-6/+12
* add support for encoding/decoding elliptic curve pointsPaul Kehrer2015-10-261-0/+41
* some ec key exchange doc improvementsPaul Kehrer2015-10-221-1/+4