Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Merge pull request #1877 from reaperhulk/add-san-vector | Alex Gaynor | 2015-04-29 | 2 | -0/+20 | |
|\ \ | |/ |/| | add a SAN vector that's a single IDNA rfc822name | |||||
| * | add a SAN vector that's a single IDNA rfc822name | Paul Kehrer | 2015-04-29 | 2 | -0/+20 | |
|/ | ||||||
* | Merge pull request #1874 from eeshangarg/starter-project-1870-2 | Alex Gaynor | 2015-04-29 | 3 | -25/+23 | |
|\ | | | | | Replace the remaining occurrences of six.u with the u prefix | |||||
| * | Replace the remaining occurrences of six.u with the u prefix | Eeshan Garg | 2015-04-29 | 3 | -25/+23 | |
| | | ||||||
* | | Merge pull request #1873 from eeshangarg/starter-project-1870 | Alex Gaynor | 2015-04-29 | 7 | -32/+18 | |
|\ \ | |/ |/| | Refs #1870 - replace six.u with the u prefix in tests/hazmat/primitives | |||||
| * | Refs #1870 - replace six.u with u prefix in tests/hazmat/primitives | Eeshan Garg | 2015-04-29 | 7 | -32/+18 | |
|/ | ||||||
* | Merge pull request #1862 from reaperhulk/san-uri | Alex Gaynor | 2015-04-28 | 3 | -1/+55 | |
|\ | | | | | add URI general name support | |||||
| * | add URI general name support | Paul Kehrer | 2015-04-28 | 3 | -1/+55 | |
| | | ||||||
* | | Merge pull request #1795 from public/dh-backend-interfaces-2015 | Paul Kehrer | 2015-04-28 | 2 | -0/+137 | |
|\ \ | | | | | | | DH backend interfaces | |||||
| * | | DH backend interfaces | Alex Stapleton | 2015-04-25 | 2 | -0/+137 | |
| | | | ||||||
* | | | Merge pull request #1869 from elitest/ssl_get_version | Alex Gaynor | 2015-04-27 | 1 | -0/+1 | |
|\ \ \ | |/ / |/| | | Added support for ssl_get_version | |||||
| * | | Added support for ssl_get_version | Jim Shaver | 2015-04-26 | 1 | -0/+1 | |
|/ / | ||||||
* | | Merge pull request #1865 from reaperhulk/ocsp-bindings | Alex Gaynor | 2015-04-24 | 1 | -0/+30 | |
|\ \ | | | | | | | some initial OCSP bindings | |||||
| * | | some initial OCSP bindings | Paul Kehrer | 2015-04-24 | 1 | -0/+30 | |
|/ / | ||||||
* | | Merge pull request #1836 from public/rfc5114-dh | Paul Kehrer | 2015-04-22 | 2 | -0/+50 | |
|\ \ | |/ |/| | 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 | 2 | -0/+50 | |
| | | | | | | | | | | | | A.{4,5,6,7,8} are omitted as they are ECDH examples. These are converted to the NIST KASVS format for easier loading. | |||||
* | | Merge pull request #1861 from reaperhulk/san-registered-id | Alex Gaynor | 2015-04-22 | 2 | -0/+21 | |
|\ \ | | | | | | | support registeredID general name in OpenSSL backend | |||||
| * | | support registeredID general name in OpenSSL backend | Paul Kehrer | 2015-04-22 | 2 | -0/+21 | |
|/ / | ||||||
* | | Merge pull request #1859 from reaperhulk/san-unsupported | Alex Gaynor | 2015-04-22 | 4 | -0/+56 | |
|\ \ | | | | | | | SAN unsupported type | |||||
| * | | return only an int for unsupported general name type, update docs | Paul Kehrer | 2015-04-22 | 3 | -3/+7 | |
| | | | ||||||
| * | | update exception to contain detail | Paul Kehrer | 2015-04-21 | 4 | -3/+15 | |
| | | | ||||||
| * | | handle otherName, x400Address, and ediPartyName in OpenSSL backend | Paul Kehrer | 2015-04-21 | 4 | -0/+40 | |
|/ / | ||||||
* | | Merge pull request #1857 from reaperhulk/san-check-list-elements | Alex Gaynor | 2015-04-21 | 2 | -0/+12 | |
|\ \ | | | | | | | add a check to require that the list passed to SAN is all general names | |||||
| * | | add a check to require that the list passed to SAN is all general names | Paul Kehrer | 2015-04-21 | 2 | -0/+12 | |
| | | | ||||||
* | | | Merge pull request #1855 from reaperhulk/subject-alt-name | Alex Gaynor | 2015-04-21 | 3 | -0/+50 | |
|\ \ \ | | | | | | | | | Support Subject Alternative Name in the OpenSSL backend | |||||
| * | | | review fixes | Paul Kehrer | 2015-04-21 | 2 | -21/+2 | |
| | | | | ||||||
| * | | | Support Subject Alternative Name in the OpenSSL backend | Paul Kehrer | 2015-04-20 | 4 | -0/+69 | |
| |/ / | | | | | | | | | | Adds only DNS support first | |||||
* | | | Merge pull request #1856 from reaperhulk/x509-move-exception-doc | Alex Gaynor | 2015-04-21 | 1 | -3/+3 | |
|\ \ \ | |/ / |/| | | UnsupportedExtension raises when accessing cert.extensions | |||||
| * | | UnsupportedExtension raises when accessing cert.extensions | Paul Kehrer | 2015-04-21 | 1 | -3/+3 | |
|/ / | ||||||
* | | Merge pull request #1854 from reaperhulk/add-san-test-cases | Alex Gaynor | 2015-04-20 | 4 | -0/+65 | |
|\ \ | | | | | | | IDNA and edge case SAN test vectors | |||||
| * | | IDNA and edge case SAN test vectors | Paul Kehrer | 2015-04-20 | 4 | -0/+65 | |
|/ / | ||||||
* | | Merge pull request #1835 from reaperhulk/x509-aki | Alex Gaynor | 2015-04-19 | 3 | -0/+118 | |
|\ \ | | | | | | | 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 | 3 | -0/+107 | |
| | | | ||||||
* | | | Merge pull request #1846 from reaperhulk/drop-python-32 | Alex Gaynor | 2015-04-18 | 8 | -26/+5 | |
|\ \ \ | |/ / |/| | | Drop support for Python 3.2 | |||||
| * | | remove python 3.2 from every other place I could find | Paul Kehrer | 2015-04-18 | 5 | -9/+3 | |
| | | | ||||||
| * | | remove python 3.2 from the classifiers | Paul Kehrer | 2015-04-18 | 1 | -1/+0 | |
| | | | ||||||
| * | | Drop support for Python 3.2 | Paul Kehrer | 2015-04-18 | 2 | -16/+2 | |
|/ / | ||||||
* | | Merge pull request #1783 from reaperhulk/san-class | Alex Gaynor | 2015-04-18 | 4 | -0/+419 | |
|\ \ | | | | | | | Add GeneralName and SubjectAlternativeName classes | |||||
| * | | Add GeneralName and SubjectAlternativeName classes | Paul Kehrer | 2015-04-14 | 4 | -0/+419 | |
| | | | ||||||
* | | | Merge pull request #1852 from reaperhulk/update-a-link | Alex Gaynor | 2015-04-17 | 1 | -1/+1 | |
|\ \ \ | | | | | | | | | update a link that has been permanently redirected | |||||
| * | | | update a link that has been permanently redirected | Paul Kehrer | 2015-04-17 | 1 | -1/+1 | |
|/ / / | ||||||
* | | | Merge pull request #1849 from Sp1l/master | Paul Kehrer | 2015-04-17 | 1 | -1/+1 | |
|\ \ \ | | | | | | | | | LibreSSL added ALPN support in 2.1.3 | |||||
| * | | | LibreSSL added ALPN support in 2.1.3 | Bernard Spil | 2015-04-15 | 1 | -1/+1 | |
| | | | | | | | | | | | | This fixes build issues on FreeBSD | |||||
* | | | | Merge pull request #1851 from sbuss/sbuss-authors | Paul Kehrer | 2015-04-16 | 1 | -0/+1 | |
|\ \ \ \ | | | | | | | | | | | Add @sbuss to AUTHORS | |||||
| * | | | | Add @sbuss to AUTHORS | Steven Buss | 2015-04-15 | 1 | -0/+1 | |
|/ / / / | ||||||
* | | | | Merge pull request #1850 from reaperhulk/update-x509-repr | Alex Gaynor | 2015-04-15 | 3 | -5/+5 | |
|\ \ \ \ | |/ / / |/| | | | improve KeyUsage repr |