Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add ConcatKDF from NIST SP 800-56A | Simo Sorce | 2015-06-12 | 1 | -0/+187 | |
| | | | | | | | | | The implemention allows the use an HMAC function as per Revision 2 of the document. Conformance of the formatting of the OtherInfo argument is responsability of the calling application. Signed-off-by: Simo Sorce <simo@redhat.com> | |||||
* | some docs cleanup for OTP | Paul Kehrer | 2015-06-03 | 1 | -8/+14 | |
| | ||||||
* | Move the external link to page bottom. | Jiangge Zhang | 2015-06-03 | 1 | -3/+4 | |
| | ||||||
* | add license header and fix grammar errors. | Jiangge Zhang | 2015-06-03 | 1 | -2/+2 | |
| | ||||||
* | Remove a default argument and rename a private function. | Jiangge Zhang | 2015-06-03 | 1 | -4/+6 | |
| | ||||||
* | Describe provisioning URI in the document. | Jiangge Zhang | 2015-06-03 | 1 | -0/+38 | |
| | ||||||
* | Docs for CTR and GCM should say that IV/nonce must be unique | Eeshan Garg | 2015-05-20 | 1 | -7/+6 | |
| | ||||||
* | add support for secp256k1 | Paul Kehrer | 2015-05-08 | 1 | -0/+8 | |
| | ||||||
* | DH backend interfaces | Alex Stapleton | 2015-04-25 | 1 | -0/+85 | |
| | ||||||
* | update a link that has been permanently redirected | Paul Kehrer | 2015-04-17 | 1 | -1/+1 | |
| | ||||||
* | Update docs | Steven Buss | 2015-04-13 | 1 | -4/+9 | |
| | ||||||
* | Simpler language | Alex Gaynor | 2015-04-13 | 1 | -1/+1 | |
| | ||||||
* | Removed a confusing sentence | Alex Gaynor | 2015-04-13 | 1 | -2/+1 | |
| | ||||||
* | Document that decode_rfc6979_signature raises ValueError | Alex Gaynor | 2015-04-13 | 1 | -0/+3 | |
| | ||||||
* | Merge pull request #1727 from public/dh-key-iface-2015 | Paul Kehrer | 2015-04-09 | 2 | -1/+98 | |
|\ | | | | | DH key interfaces | |||||
| * | DH key interfaces | Alex Stapleton | 2015-04-05 | 2 | -1/+98 | |
| | | ||||||
* | | update ecrypt link in docs | Paul Kehrer | 2015-03-30 | 3 | -3/+3 | |
| | | ||||||
* | | add missing "signing" | Paul Kehrer | 2015-03-29 | 1 | -1/+1 | |
| | | ||||||
* | | rename to CertificateSigningRequest | Paul Kehrer | 2015-03-29 | 1 | -1/+2 | |
| | | ||||||
* | | rename request to CSR | Paul Kehrer | 2015-03-29 | 1 | -2/+2 | |
| | | ||||||
* | | basic support for parsing x509 requests | Paul Kehrer | 2015-03-29 | 1 | -0/+8 | |
|/ | ||||||
* | missed some links | Paul Kehrer | 2015-03-09 | 1 | -2/+2 | |
| | ||||||
* | Do the deprecation dance | Paul Kehrer | 2015-03-09 | 1 | -22/+0 | |
| | ||||||
* | DSA public key serialization | Paul Kehrer | 2015-03-08 | 2 | -2/+37 | |
| | ||||||
* | fix a docs link | Paul Kehrer | 2015-03-08 | 1 | -1/+1 | |
| | ||||||
* | update docs to add ECPublicKey to list of classes that have public_bytes | Paul Kehrer | 2015-03-08 | 1 | -1/+3 | |
| | ||||||
* | serialize EC public keys | Paul Kehrer | 2015-03-08 | 2 | -2/+36 | |
| | ||||||
* | update docs to note PKCS1 is essentially RSA only | Paul Kehrer | 2015-03-08 | 1 | -1/+1 | |
| | ||||||
* | support RSA public key serialization | Paul Kehrer | 2015-03-07 | 2 | -1/+73 | |
| | ||||||
* | serialize DSA private keys | Paul Kehrer | 2015-03-02 | 2 | -3/+53 | |
| | ||||||
* | format to privateformat | Paul Kehrer | 2015-03-02 | 1 | -4/+4 | |
| | ||||||
* | add support for serialization of EC private keys | Paul Kehrer | 2015-03-01 | 2 | -6/+53 | |
| | ||||||
* | s/Format/PrivateFormat | Paul Kehrer | 2015-03-01 | 2 | -8/+9 | |
| | ||||||
* | Merge pull request #1503 from reaperhulk/serialize-some-keys | Alex Stapleton | 2015-03-01 | 2 | -1/+141 | |
|\ | | | | | Support for traditional OpenSSL and PKCS8 RSA private key serialization | |||||
| * | change as_bytes to private_bytes, link more things | Paul Kehrer | 2015-02-28 | 2 | -8/+11 | |
| | | ||||||
| * | linkify some things per review, fix an import | Paul Kehrer | 2015-02-28 | 2 | -3/+9 | |
| | | ||||||
| * | add more docs stuff from review that I missed | Paul Kehrer | 2015-02-27 | 2 | -3/+8 | |
| | | ||||||
| * | address review feedback | Paul Kehrer | 2015-02-27 | 1 | -5/+9 | |
| | | ||||||
| * | rename dump to as_bytes | Paul Kehrer | 2015-02-25 | 2 | -6/+6 | |
| | | ||||||
| * | fix docs | Paul Kehrer | 2015-02-25 | 1 | -5/+5 | |
| | | ||||||
| * | address review comments | Paul Kehrer | 2015-02-25 | 2 | -44/+36 | |
| | | ||||||
| * | Support for traditional OpenSSL and PKCS8 RSA private key serialization | Paul Kehrer | 2015-02-25 | 2 | -1/+131 | |
| | | ||||||
* | | DH numbers | Alex Stapleton | 2015-02-26 | 2 | -0/+65 | |
|/ | ||||||
* | Fixed links in the docs | Alex Gaynor | 2015-02-24 | 2 | -4/+3 | |
| | ||||||
* | Fixed a syntax error in the docs | Alex Gaynor | 2015-02-24 | 1 | -1/+1 | |
| | ||||||
* | Updated docs for new API | Alex Gaynor | 2015-02-23 | 1 | -2/+2 | |
| | ||||||
* | fix docs for unsupportedalgorithm exception (thanks nitpicky) | Paul Kehrer | 2015-02-19 | 1 | -2/+2 | |
| | ||||||
* | add examples | Paul Kehrer | 2015-02-19 | 1 | -0/+41 | |
| | ||||||
* | support DER public and private key loading in the openssl backend | Paul Kehrer | 2015-02-19 | 2 | -0/+59 | |
| | ||||||
* | This link is also HTTPS | Alex Gaynor | 2015-02-18 | 1 | -1/+1 | |
| |