Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | X448 support (#4580) | Paul Kehrer | 2018-11-22 | 1 | -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 Gaynor | 2018-02-22 | 1 | -2/+2 |
| | |||||
* | X25519 Support (#3686) | Paul Kehrer | 2017-06-09 | 1 | -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 Kehrer | 2017-06-03 | 1 | -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 Kehrer | 2017-05-24 | 1 | -3/+0 |
| | |||||
* | DH numbers | Alex Stapleton | 2015-02-26 | 1 | -0/+1 |
| | |||||
* | move asymmetric signature interface docs | Paul Kehrer | 2015-02-16 | 1 | -31/+1 |
| | |||||
* | move asymmetric signature/verification interfaces | Paul Kehrer | 2015-02-16 | 1 | -0/+32 |
| | |||||
* | Provide background on asymmetric crypto in index | Alex Gaynor | 2014-12-21 | 1 | -0/+22 |
| | |||||
* | Fixed #1555 and fixed #1556 -- moved the RSA padding docs into the primary ↵ | Alex Gaynor | 2014-12-19 | 1 | -1/+0 |
| | | | | RSA doc, and tell people that PKCS1v15 isn't great | ||||
* | add decode_rfc6979_signature helper for DSA/ECDSA | Paul Kehrer | 2014-11-27 | 1 | -0/+1 |
| | |||||
* | Add EC docs to the index | Alex Stapleton | 2014-05-23 | 1 | -0/+1 |
| | |||||
* | OpenSSL key loading implementation | Alex Stapleton | 2014-05-03 | 1 | -0/+1 |
| | |||||
* | Add DSA parameters api, docs and tests | Mohammed Attia | 2014-03-30 | 1 | -0/+1 |
| | |||||
* | Standardise on sentence case for titles | Alex Stapleton | 2014-03-18 | 1 | -1/+1 |
| | |||||
* | add RSA PKCS1 signing (and structure for PSS + verification) | Paul Kehrer | 2014-02-23 | 1 | -0/+10 |