Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | 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 | |
| | | ||||||
* | | add authority information access classes | Paul Kehrer | 2015-05-02 | 2 | -0/+37 | |
|/ | ||||||
* | Merge pull request #1885 from reaperhulk/iap-vectors | Alex Gaynor | 2015-05-02 | 1 | -0/+4 | |
|\ | | | | | add inhibit any policy test vectors | |||||
| * | add inhibit any policy test vectors | Paul Kehrer | 2015-05-01 | 1 | -0/+4 | |
| | | ||||||
* | | add an extended key usage x509 vector | Paul Kehrer | 2015-05-01 | 1 | -0/+2 | |
|/ | ||||||
* | Merge pull request #1878 from reaperhulk/add-san-vector-ip-dir | Alex Gaynor | 2015-04-29 | 1 | -0/+4 | |
|\ | | | | | add test vectors for directory name and ip address SAN names | |||||
| * | add test vectors for directory name and ip address SAN names | Paul Kehrer | 2015-04-29 | 1 | -0/+4 | |
| | | ||||||
* | | add a SAN vector that's a single IDNA rfc822name | Paul Kehrer | 2015-04-29 | 1 | -0/+2 | |
|/ | ||||||
* | Merge pull request #1862 from reaperhulk/san-uri | Alex Gaynor | 2015-04-28 | 1 | -1/+6 | |
|\ | | | | | add URI general name support | |||||
| * | add URI general name support | Paul Kehrer | 2015-04-28 | 1 | -1/+6 | |
| | | ||||||
* | | DH backend interfaces | Alex Stapleton | 2015-04-25 | 1 | -0/+85 | |
| | | ||||||
* | | Merge pull request #1836 from public/rfc5114-dh | Paul Kehrer | 2015-04-22 | 1 | -0/+6 | |
|\ \ | |/ |/| | DH examples from https://tools.ietf.org/rfc/rfc5114.txt | |||||
| * | DH examples from https://tools.ietf.org/rfc/rfc5114.txt | Alex Stapleton | 2015-04-21 | 1 | -0/+6 | |
| | | | | | | | | | | | | A.{4,5,6,7,8} are omitted as they are ECDH examples. These are converted to the NIST KASVS format for easier loading. | |||||
* | | return only an int for unsupported general name type, update docs | Paul Kehrer | 2015-04-22 | 1 | -1/+5 | |
| | | ||||||
* | | update exception to contain detail | Paul Kehrer | 2015-04-21 | 1 | -0/+7 | |
| | | ||||||
* | | handle otherName, x400Address, and ediPartyName in OpenSSL backend | Paul Kehrer | 2015-04-21 | 1 | -0/+5 | |
| | |