Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | 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 | |
| | | ||||||
* | | UnsupportedExtension raises when accessing cert.extensions | Paul Kehrer | 2015-04-21 | 1 | -3/+3 | |
| | | ||||||
* | | IDNA and edge case SAN test vectors | Paul Kehrer | 2015-04-20 | 1 | -0/+8 | |
| | | ||||||
* | | Merge pull request #1835 from reaperhulk/x509-aki | Alex Gaynor | 2015-04-19 | 1 | -0/+30 | |
|\ \ | | | | | | | AuthorityKeyIdentifier support | |||||
| * | | https | Paul Kehrer | 2015-04-19 | 1 | -1/+1 | |
| | | | ||||||
| * | | update doc language to point more strongly at rfc 5280 | Paul Kehrer | 2015-04-19 | 1 | -2/+5 | |
| | | | ||||||
| * | | add more words | Paul Kehrer | 2015-04-18 | 1 | -1/+2 | |
| | | | ||||||
| * | | add more prose for AKI | Paul Kehrer | 2015-04-18 | 1 | -0/+7 | |
| | | | ||||||
| * | | AuthorityKeyIdentifier support | Paul Kehrer | 2015-04-18 | 1 | -0/+19 | |
| | | | ||||||
* | | | remove python 3.2 from every other place I could find | Paul Kehrer | 2015-04-18 | 2 | -2/+1 | |
|/ / | ||||||
* | | Merge pull request #1783 from reaperhulk/san-class | Alex Gaynor | 2015-04-18 | 1 | -0/+90 | |
|\ \ | | | | | | | Add GeneralName and SubjectAlternativeName classes | |||||
| * | | Add GeneralName and SubjectAlternativeName classes | Paul Kehrer | 2015-04-14 | 1 | -0/+90 | |
| | | | ||||||
* | | | update a link that has been permanently redirected | Paul Kehrer | 2015-04-17 | 1 | -1/+1 | |
| | | | ||||||
* | | | update the docs too | Paul Kehrer | 2015-04-15 | 1 | -1/+1 | |
| | | |