aboutsummaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* Add ConcatKDF from NIST SP 800-56ASimo Sorce2015-06-121-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 OTPPaul Kehrer2015-06-031-8/+14
|
* Merge pull request #1990 from tonyseek/key-uriPaul Kehrer2015-06-031-0/+41
|\ | | | | Add "get_provisioning_uri" utility for HOTP/TOTP.
| * Move the external link to page bottom.Jiangge Zhang2015-06-031-3/+4
| |
| * add license header and fix grammar errors.Jiangge Zhang2015-06-031-2/+2
| |
| * Remove a default argument and rename a private function.Jiangge Zhang2015-06-031-4/+6
| |
| * Describe provisioning URI in the document.Jiangge Zhang2015-06-031-0/+38
| |
* | Merge pull request #1907 from simo5/ECDHKDFTestsPaul Kehrer2015-06-021-1/+1
|\ \ | | | | | | Ecdh kdf tests
| * | Modify ECDH Test vector loader for KDF vectorsSimo Sorce2015-05-061-1/+1
| | | | | | | | | | | | | | | | | | Also add tests for the new vectors Signed-off-by: Simo Sorce <simo@redhat.com>
* | | docfixErik Trauschke2015-05-291-1/+1
| | |
* | | add example CRL PEM files to vectorsErik Trauschke2015-05-291-0/+16
| | |
* | | Merge pull request #1954 from reaperhulk/inhibitanypolicyAlex Gaynor2015-05-291-0/+22
|\ \ \ | | | | | | | | InhibitAnyPolicy class
| * | | InhibitAnyPolicy classPaul Kehrer2015-05-261-0/+22
| | | |
* | | | Merge pull request #1956 from etrauschke/crl_bindings_interfacesPaul Kehrer2015-05-281-1/+80
|\ \ \ \ | |/ / / |/| | | add bindings and interfaces for CRL objects
| * | | removed verify(), various small fixesErik Trauschke2015-05-281-11/+1
| | | |
| * | | doc fixes, rename rekoked -> revoked_certificatesErik Trauschke2015-05-271-3/+3
| | | |
| * | | add bindings and interfaces for CRL objectsErik Trauschke2015-05-271-1/+90
| | | |
* | | | update all 0.10 to 1.0Paul Kehrer2015-05-261-1/+1
| |_|/ |/| |
* | | Add the word 'Nonces' to docs/spelling_wordlist.txtEeshan Garg2015-05-201-0/+1
| | |
* | | Docs for CTR and GCM should say that IV/nonce must be uniqueEeshan Garg2015-05-202-7/+14
|/ /
* | Adds certificate encoding to PEM and DER.Andre Caron2015-05-191-0/+9
| |
* | add test to confirm IDNA2003 is disallowedPaul Kehrer2015-05-181-0/+3
| | | | | | | | document that this is a possible exception
* | add SAN vector with IDNA 2003 encodingPaul Kehrer2015-05-181-0/+3
| |
* | Merge pull request #1963 from AndreLouisCaron/csr-encodingAlex Gaynor2015-05-181-0/+11
|\ \ | | | | | | Adds support for writing CSRs.
| * | Adds support for writing CSRs.Andre Caron2015-05-181-0/+11
| | |
* | | add ocsp no checkPaul Kehrer2015-05-181-0/+18
|/ /
* | IPAddress needs to support networks for nameconstraintsPaul Kehrer2015-05-171-2/+3
| |
* | Adds new CSR test vector.Andre Caron2015-05-161-0/+3
| |
* | Moves CSR test vectors to requests folder.Andre Caron2015-05-161-3/+3
| |
* | Moves new CSR vector descriptions to CSR section.Andre Caron2015-05-161-10/+10
| |
* | Fixes typos.Andre Caron2015-05-151-1/+1
| |
* | Adds test vectors for X.509 CSR decoding.Andre Caron2015-05-151-0/+10
| |
* | Merge pull request #1940 from reaperhulk/x509-ossl-cpAlex Gaynor2015-05-131-0/+1
|\ \ | | | | | | support certificate policies in the openssl backend
| * | fix the docs testPaul Kehrer2015-05-121-0/+1
| | |
* | | more CDP vectors!Paul Kehrer2015-05-121-0/+5
|/ /
* | Merge pull request #1936 from reaperhulk/cp-noticenumbers-requiredAlex Gaynor2015-05-121-3/+3
|\ \ | | | | | | notice_numbers are not optional in NoticeReference
| * | also update the docs to reflect the non-optional nature of these thingsPaul Kehrer2015-05-121-3/+3
| | |
* | | add another certificate policies test vectorPaul Kehrer2015-05-121-0/+3
|/ /
* | add OID information about all supported extensionsPaul Kehrer2015-05-121-0/+34
| |
* | Merge pull request #1853 from reaperhulk/certificate-policiesAlex Gaynor2015-05-111-0/+86
|\ \ | | | | | | certificate policies extension support
| * | update docsPaul Kehrer2015-05-111-1/+5
| | |
| * | remove policyqualifierinfo objectPaul Kehrer2015-05-101-28/+3
| | |
| * | expand docsPaul Kehrer2015-05-101-3/+47
| | |
| * | add some docsPaul Kehrer2015-05-101-0/+63
| | |
* | | add certificate policies vectorsPaul Kehrer2015-05-111-0/+8
| | |
* | | add CRL distribution points vectorsPaul Kehrer2015-05-101-0/+5
|/ /
* | Merge pull request #1906 from reaperhulk/cdpAlex Gaynor2015-05-101-0/+94
|\ \ | | | | | | add CRLDistributionPoints and associated classes
| * | switch reasons to frozensetPaul Kehrer2015-05-091-1/+1
| | |
| * | update doc languagePaul Kehrer2015-05-091-3/+4
| | |
| * | separate full_name/relative_name and change reasons to an enumerationPaul Kehrer2015-05-091-14/+35
| | |