Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | address review comments | Paul Kehrer | 2015-10-12 | 2 | -3/+7 |
| | |||||
* | add some links to public key loading in the RSA/DSA verification sections | Paul Kehrer | 2015-10-12 | 2 | -5/+13 |
| | |||||
* | Introduce Key Exchange Agreements interface | Simo Sorce | 2015-10-07 | 2 | -0/+24 |
| | | | | Signed-off-by: Simo Sorce <simo@redhat.com> | ||||
* | a few more fixes | Alex Gaynor | 2015-10-02 | 1 | -1/+1 |
| | |||||
* | HTTPS-ifiy to some links | Alex Gaynor | 2015-10-02 | 1 | -1/+1 |
| | |||||
* | some commas that look correct | Alex Gaynor | 2015-09-24 | 3 | -3/+3 |
| | |||||
* | Some cleanups | Alex Gaynor | 2015-09-24 | 1 | -1/+1 |
| | |||||
* | Add X963KDF from ANSI X9.63:2001 | Simo Sorce | 2015-09-24 | 1 | -0/+95 |
| | | | | | | | | | | The implemention allows the use a Hash function to implement a KDF very similar to ConcatKDFHash, just different enough to require a separate derivation function. Closes #2203 Signed-off-by: Simo Sorce <simo@redhat.com> | ||||
* | Correct order of parameters in documentation | Matěj Grabovský | 2015-09-16 | 1 | -1/+1 |
| | |||||
* | line length | Alex Gaynor | 2015-08-29 | 1 | -4/+4 |
| | |||||
* | spelling | Alex Gaynor | 2015-08-29 | 1 | -1/+1 |
| | |||||
* | Fixed #2270 -- update citation to something that works | Alex Gaynor | 2015-08-29 | 1 | -5/+5 |
| | |||||
* | Update the docs for the correct RFC in more places | Alex Gaynor | 2015-08-12 | 2 | -4/+4 |
| | |||||
* | resolve incorrect docs/naming around DSA (r, s) tuple encode/decode | Paul Kehrer | 2015-08-10 | 3 | -9/+11 |
| | |||||
* | add versionadded to the get_provision_uri methods on TOTP/HOTP | Paul Kehrer | 2015-08-09 | 1 | -0/+4 |
| | |||||
* | rename sign_x509_certificate backend method to create_x509_certificate | Paul Kehrer | 2015-08-06 | 1 | -1/+1 |
| | |||||
* | add missing sign_x509_certificate X509Backend interface docs | Paul Kehrer | 2015-08-06 | 1 | -0/+20 |
| | |||||
* | fixed this doc too | Alex Gaynor | 2015-07-12 | 1 | -2/+2 |
| | |||||
* | docs changes based on feedback | Paul Kehrer | 2015-07-04 | 3 | -3/+3 |
| | |||||
* | relink some things | Paul Kehrer | 2015-07-04 | 1 | -4/+2 |
| | |||||
* | move PublicKeyWithSerialization methods to PublicKey | Paul Kehrer | 2015-07-04 | 3 | -21/+21 |
| | |||||
* | remove docs for WithNumbers classes that are removed in 1.0 | Paul Kehrer | 2015-07-04 | 3 | -93/+0 |
| | |||||
* | add two missing methods to backend interface docs | Paul Kehrer | 2015-06-26 | 1 | -0/+31 |
| | |||||
* | Fixed the anchor of a URL that changed on wikipedia | Alex Gaynor | 2015-06-20 | 1 | -1/+1 |
| | |||||
* | Remove mention of extract/expand operations from ConcatKDF docs. | Terry Chia | 2015-06-13 | 1 | -4/+2 |
| | |||||
* | cleanup a doctest and add a changelog entry for concatkdf | Paul Kehrer | 2015-06-12 | 1 | -1/+0 |
| | |||||
* | 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 |
| |