Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cleanup definition | Cory Benfield | 2015-05-07 | 1 | -5/+6 |
| | |||||
* | Expand out definition of X509_STORE_CTX | Cory Benfield | 2015-05-06 | 1 | -1/+14 |
| | |||||
* | Merge pull request #1885 from reaperhulk/iap-vectors | Alex Gaynor | 2015-05-02 | 3 | -0/+40 |
|\ | | | | | add inhibit any policy test vectors | ||||
| * | add inhibit any policy test vectors | Paul Kehrer | 2015-05-01 | 3 | -0/+40 |
| | | |||||
* | | Merge pull request #1886 from reaperhulk/eku-vectors | Alex Gaynor | 2015-05-02 | 2 | -0/+22 |
|\ \ | |/ |/| | add an extended key usage x509 vector | ||||
| * | add an extended key usage x509 vector | Paul Kehrer | 2015-05-01 | 2 | -0/+22 |
|/ | |||||
* | Merge pull request #1883 from reaperhulk/fix-1866 | Alex Gaynor | 2015-04-30 | 4 | -0/+53 |
|\ | | | | | add support for equality testing to x509.Certificate | ||||
| * | add support for equality testing to x509.Certificate | Paul Kehrer | 2015-04-30 | 4 | -0/+53 |
| | | |||||
* | | Merge pull request #1880 from endreszabo/patch-1 | Paul Kehrer | 2015-04-30 | 1 | -0/+1 |
|\ \ | |/ |/| | Add X509_delete_ext binding needed by Zorp | ||||
| * | Add del_extension needed by Zorp | Endre Szabo | 2015-04-30 | 1 | -0/+1 |
| | | | | | | Balabit Zorp application level firewall relies on the del_extension function to remove attributes like CRL pathes from the mimicked certificates when doing man-in-the-middle traffic filtering. | ||||
* | | Merge pull request #1879 from reaperhulk/san-dirname | Alex Gaynor | 2015-04-30 | 2 | -0/+29 |
|\ \ | |/ |/| | add support for directory name general names | ||||
| * | add support for directory name general names | Paul Kehrer | 2015-04-30 | 2 | -0/+29 |
|/ | |||||
* | Merge pull request #1872 from reaperhulk/san-rfc822-ip-dirname | Alex Gaynor | 2015-04-30 | 2 | -0/+31 |
|\ | | | | | add support for ipaddress to general name parsing | ||||
| * | add support for ipaddress to general name parsing | Paul Kehrer | 2015-04-30 | 2 | -0/+31 |
|/ | |||||
* | Merge pull request #1878 from reaperhulk/add-san-vector-ip-dir | Alex Gaynor | 2015-04-29 | 3 | -0/+40 |
|\ | | | | | 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 | 3 | -0/+40 |
| | | |||||
* | | 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 |
| | | |