Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Merge pull request #2018 from reaperhulk/ocsp-nocheck-vector | Alex Gaynor | 2015-06-13 | 1 | -0/+2 | |
|\ \ | | | | | | | add OCSPNoCheck test vector | |||||
| * | | add OCSPNoCheck test vector | Paul Kehrer | 2015-06-07 | 1 | -0/+2 | |
| |/ | ||||||
* | | 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 | |
| | ||||||
* | Merge pull request #1990 from tonyseek/key-uri | Paul Kehrer | 2015-06-03 | 1 | -0/+41 | |
|\ | | | | | Add "get_provisioning_uri" utility for HOTP/TOTP. | |||||
| * | 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 | |
| | | ||||||
* | | Merge pull request #1907 from simo5/ECDHKDFTests | Paul Kehrer | 2015-06-02 | 1 | -1/+1 | |
|\ \ | | | | | | | Ecdh kdf tests | |||||
| * | | Modify ECDH Test vector loader for KDF vectors | Simo Sorce | 2015-05-06 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | Also add tests for the new vectors Signed-off-by: Simo Sorce <simo@redhat.com> | |||||
* | | | docfix | Erik Trauschke | 2015-05-29 | 1 | -1/+1 | |
| | | | ||||||
* | | | add example CRL PEM files to vectors | Erik Trauschke | 2015-05-29 | 1 | -0/+16 | |
| | | | ||||||
* | | | Merge pull request #1954 from reaperhulk/inhibitanypolicy | Alex Gaynor | 2015-05-29 | 1 | -0/+22 | |
|\ \ \ | | | | | | | | | InhibitAnyPolicy class | |||||
| * | | | InhibitAnyPolicy class | Paul Kehrer | 2015-05-26 | 1 | -0/+22 | |
| | | | | ||||||
* | | | | Merge pull request #1956 from etrauschke/crl_bindings_interfaces | Paul Kehrer | 2015-05-28 | 1 | -1/+80 | |
|\ \ \ \ | |/ / / |/| | | | add bindings and interfaces for CRL objects | |||||
| * | | | removed verify(), various small fixes | Erik Trauschke | 2015-05-28 | 1 | -11/+1 | |
| | | | | ||||||
| * | | | doc fixes, rename rekoked -> revoked_certificates | Erik Trauschke | 2015-05-27 | 1 | -3/+3 | |
| | | | | ||||||
| * | | | add bindings and interfaces for CRL objects | Erik Trauschke | 2015-05-27 | 1 | -1/+90 | |
| | | | | ||||||
* | | | | update all 0.10 to 1.0 | Paul Kehrer | 2015-05-26 | 1 | -1/+1 | |
| |_|/ |/| | | ||||||
* | | | Add the word 'Nonces' to docs/spelling_wordlist.txt | Eeshan Garg | 2015-05-20 | 1 | -0/+1 | |
| | | | ||||||
* | | | Docs for CTR and GCM should say that IV/nonce must be unique | Eeshan Garg | 2015-05-20 | 2 | -7/+14 | |
|/ / | ||||||
* | | Adds certificate encoding to PEM and DER. | Andre Caron | 2015-05-19 | 1 | -0/+9 | |
| | | ||||||
* | | add test to confirm IDNA2003 is disallowed | Paul Kehrer | 2015-05-18 | 1 | -0/+3 | |
| | | | | | | | | document that this is a possible exception | |||||
* | | add SAN vector with IDNA 2003 encoding | Paul Kehrer | 2015-05-18 | 1 | -0/+3 | |
| | | ||||||
* | | Merge pull request #1963 from AndreLouisCaron/csr-encoding | Alex Gaynor | 2015-05-18 | 1 | -0/+11 | |
|\ \ | | | | | | | Adds support for writing CSRs. | |||||
| * | | Adds support for writing CSRs. | Andre Caron | 2015-05-18 | 1 | -0/+11 | |
| | | | ||||||
* | | | add ocsp no check | Paul Kehrer | 2015-05-18 | 1 | -0/+18 | |
|/ / | ||||||
* | | IPAddress needs to support networks for nameconstraints | Paul Kehrer | 2015-05-17 | 1 | -2/+3 | |
| | | ||||||
* | | Adds new CSR test vector. | Andre Caron | 2015-05-16 | 1 | -0/+3 | |
| | | ||||||
* | | Moves CSR test vectors to requests folder. | Andre Caron | 2015-05-16 | 1 | -3/+3 | |
| | | ||||||
* | | Moves new CSR vector descriptions to CSR section. | Andre Caron | 2015-05-16 | 1 | -10/+10 | |
| | | ||||||
* | | Fixes typos. | Andre Caron | 2015-05-15 | 1 | -1/+1 | |
| | | ||||||
* | | Adds test vectors for X.509 CSR decoding. | Andre Caron | 2015-05-15 | 1 | -0/+10 | |
| | | ||||||
* | | Merge pull request #1940 from reaperhulk/x509-ossl-cp | Alex Gaynor | 2015-05-13 | 1 | -0/+1 | |
|\ \ | | | | | | | support certificate policies in the openssl backend | |||||
| * | | fix the docs test | Paul Kehrer | 2015-05-12 | 1 | -0/+1 | |
| | | | ||||||
* | | | more CDP vectors! | Paul Kehrer | 2015-05-12 | 1 | -0/+5 | |
|/ / | ||||||
* | | Merge pull request #1936 from reaperhulk/cp-noticenumbers-required | Alex Gaynor | 2015-05-12 | 1 | -3/+3 | |
|\ \ | | | | | | | notice_numbers are not optional in NoticeReference | |||||
| * | | also update the docs to reflect the non-optional nature of these things | Paul Kehrer | 2015-05-12 | 1 | -3/+3 | |
| | | | ||||||
* | | | add another certificate policies test vector | Paul Kehrer | 2015-05-12 | 1 | -0/+3 | |
|/ / | ||||||
* | | add OID information about all supported extensions | Paul Kehrer | 2015-05-12 | 1 | -0/+34 | |
| | | ||||||
* | | Merge pull request #1853 from reaperhulk/certificate-policies | Alex Gaynor | 2015-05-11 | 1 | -0/+86 | |
|\ \ | | | | | | | certificate policies extension support | |||||
| * | | update docs | Paul Kehrer | 2015-05-11 | 1 | -1/+5 | |
| | | | ||||||
| * | | remove policyqualifierinfo object | Paul Kehrer | 2015-05-10 | 1 | -28/+3 | |
| | | | ||||||
| * | | expand docs | Paul Kehrer | 2015-05-10 | 1 | -3/+47 | |
| | | | ||||||
| * | | add some docs | Paul Kehrer | 2015-05-10 | 1 | -0/+63 | |
| | | | ||||||
* | | | add certificate policies vectors | Paul Kehrer | 2015-05-11 | 1 | -0/+8 | |
| | | | ||||||
* | | | add CRL distribution points vectors | Paul Kehrer | 2015-05-10 | 1 | -0/+5 | |
|/ / |