Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
|/ | |||||
* | Merge pull request #1906 from reaperhulk/cdp | Alex Gaynor | 2015-05-10 | 1 | -0/+94 |
|\ | | | | | add CRLDistributionPoints and associated classes | ||||
| * | switch reasons to frozenset | Paul Kehrer | 2015-05-09 | 1 | -1/+1 |
| | | |||||
| * | update doc language | Paul Kehrer | 2015-05-09 | 1 | -3/+4 |
| | | |||||
| * | separate full_name/relative_name and change reasons to an enumeration | Paul Kehrer | 2015-05-09 | 1 | -14/+35 |
| | | |||||
| * | add CRLDistributionPoints and associated classes | Paul Kehrer | 2015-05-06 | 1 | -0/+72 |
| | | |||||
* | | add support for secp256k1 | Paul Kehrer | 2015-05-08 | 1 | -0/+8 |
|/ | |||||
* | add some authority information access x509 vectors | Paul Kehrer | 2015-05-04 | 1 | -0/+7 |
| | |||||
* | authority key identifier support in the openssl backend | Paul Kehrer | 2015-05-03 | 1 | -0/+1 |
| | |||||
* | Merge pull request #1895 from reaperhulk/aki-vector | Alex Gaynor | 2015-05-03 | 1 | -0/+6 |
|\ | | | | | add AKI vector | ||||
| * | add another authority key identifier vector | Paul Kehrer | 2015-05-03 | 1 | -0/+3 |
| | | |||||
| * | add AKI vector | Paul Kehrer | 2015-05-03 | 1 | -0/+3 |
| | | |||||
* | | Merge pull request #1867 from public/secp256k1-vectors | Paul Kehrer | 2015-05-03 | 4 | -1/+187 |
|\ \ | | | | | | | Script for generating SECP256K1 vectors | ||||
| * | | Add new vectors to the docs | Alex Stapleton | 2015-05-03 | 1 | -1/+7 |
| | | | |||||
| * | | Docs for custom secp256k1 vectors | Alex Stapleton | 2015-05-03 | 1 | -0/+32 |
| | | | |||||
| * | | Verification script | Alex Stapleton | 2015-05-03 | 1 | -0/+59 |
| | | | |||||
| * | | Script for generating SECP256K1 vectors | Alex Stapleton | 2015-05-03 | 1 | -0/+89 |
| |/ | |||||
* | | Merge pull request #1894 from alex/try-to-english-better | Paul Kehrer | 2015-05-03 | 1 | -4/+4 |
|\ \ | |/ |/| | Attempt to make the BasicConstraints.path_length docs more clear | ||||
| * | Attempt to make the BasicConstraints.path_length docs more clear | Alex Gaynor | 2015-05-03 | 1 | -4/+4 |
| | | |||||
* | | Merge pull request #1893 from reaperhulk/san-example | Alex Gaynor | 2015-05-03 | 1 | -0/+48 |
|\ \ | | | | | | | add example to show how to get DNSNames from SAN extension | ||||
| * | | add some comments | Paul Kehrer | 2015-05-02 | 1 | -2/+3 |
| | | | |||||
| * | | add example to show how to get DNSNames from SAN extension | Paul Kehrer | 2015-05-02 | 1 | -0/+47 |
| |/ | |||||
* | | updates based on review feedback | Paul Kehrer | 2015-05-02 | 1 | -1/+8 |
| | |