aboutsummaryrefslogtreecommitdiffstats
path: root/docs/hazmat/primitives/asymmetric/index.rst
Commit message (Collapse)AuthorAgeFilesLines
* ed448 support (#4610)Paul Kehrer2019-02-271-0/+1
| | | | | | | | * ed448 support * move the changelog entry * flake8
* ed25519 support (#4114)Paul Kehrer2019-02-261-0/+1
| | | | | | * ed25519 support * review feedback
* X448 support (#4580)Paul Kehrer2018-11-221-0/+1
| | | | | | | | | | | | | | | | | | | | * x448 support This work was originally authored by derwolfe * update docs to have a more useful derived key length * error if key is not a valid length in from_public_bytes * one more * switch to using evp_pkey_keygen_gc for x448 keygen * review feedback * switch to using evp_pkey_derive * nit fix
* Reorder this to reflect Alex's Opinions On What Is Good (#4115)Alex Gaynor2018-02-221-2/+2
|
* X25519 Support (#3686)Paul Kehrer2017-06-091-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * early days * sort of working * more things * remove private_bytes * public bytes, interface fix * load public keys * x25519 support basically done now * private_bytes is gone * some reminders * doctest this too * remove a thing that doesn't matter * x25519 supported checks * libressl has the NID, but a different API, so check for OpenSSL * pep8 * add missing coverage * update to use reasons * expand test a little * add changelog entry * review feedback
* deprecate signer/verifier on asymmetric keys (#3663)Paul Kehrer2017-06-031-1/+0
| | | | | | * deprecate signer/verifier on asymmetric keys * review feedback, switch deprecated_call to work around a bug
* Update the docs to not be redundant and wrong (#3593)Paul Kehrer2017-05-241-3/+0
|
* DH numbersAlex Stapleton2015-02-261-0/+1
|
* move asymmetric signature interface docsPaul Kehrer2015-02-161-31/+1
|
* move asymmetric signature/verification interfacesPaul Kehrer2015-02-161-0/+32
|
* Provide background on asymmetric crypto in indexAlex Gaynor2014-12-211-0/+22
|
* Fixed #1555 and fixed #1556 -- moved the RSA padding docs into the primary ↵Alex Gaynor2014-12-191-1/+0
| | | | RSA doc, and tell people that PKCS1v15 isn't great
* add decode_rfc6979_signature helper for DSA/ECDSAPaul Kehrer2014-11-271-0/+1
|
* Add EC docs to the indexAlex Stapleton2014-05-231-0/+1
|
* OpenSSL key loading implementationAlex Stapleton2014-05-031-0/+1
|
* Add DSA parameters api, docs and testsMohammed Attia2014-03-301-0/+1
|
* Standardise on sentence case for titlesAlex Stapleton2014-03-181-1/+1
|
* add RSA PKCS1 signing (and structure for PSS + verification)Paul Kehrer2014-02-231-0/+10