Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #1964 from AndreLouisCaron/authors | Alex Gaynor | 2015-05-16 | 1 | -0/+1 |
|\ | | | | | Adding myself to the authors file. | ||||
| * | Adding myself to the authors file. | Andre Caron | 2015-05-16 | 1 | -0/+1 |
|/ | |||||
* | Merge pull request #1961 from AndreLouisCaron/refactor-openssl-extensions | Paul Kehrer | 2015-05-16 | 1 | -295/+309 |
|\ | | | | | Prepares X509 decoding functions for more CA functionality. | ||||
| * | Prepares X509 decoding functions for more CA functionality. | Andre Caron | 2015-05-15 | 1 | -295/+309 |
| | | | | | | | | | | | | | | | | | | Most of the existing `_build_*()` methods will need to be reused for CSR extensions, so it is more convenient to have them as free functinos. Since we will need to add the reverse functions, it is convenient to rename the `_build_*()` methods to `_decode_*()`. The reverse functions will be named `_encode_*()`. | ||||
* | | Merge pull request #1962 from AndreLouisCaron/csr-test-vectors | Alex Gaynor | 2015-05-16 | 4 | -0/+204 |
|\ \ | |/ |/| | Adds test vectors for X.509 CSR decoding. | ||||
| * | Moves CSR test vectors to requests folder. | Andre Caron | 2015-05-16 | 4 | -3/+3 |
| | | |||||
| * | Fixes critical flag in CSR test vector. | Andre Caron | 2015-05-16 | 1 | -48/+48 |
| | | |||||
| * | 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 | 4 | -0/+204 |
|/ | |||||
* | Merge pull request #1960 from reaperhulk/x509-cert-interface-expansion | Alex Gaynor | 2015-05-15 | 1 | -0/+6 |
|\ | | | | | add extensions to the interface for Certificate | ||||
| * | add extensions to the interface for Certificate | Paul Kehrer | 2015-05-15 | 1 | -0/+6 |
| | | |||||
* | | Merge pull request #1955 from alex/csr-builder-bindings | Paul Kehrer | 2015-05-14 | 2 | -0/+8 |
|\ \ | |/ |/| | Added the bindings needed for implementing a CSR Builder. Refs #1927 | ||||
| * | Added the bindings needed for implementing a CSR Builder. Refs #1927 | Alex Gaynor | 2015-05-14 | 2 | -0/+8 |
|/ | |||||
* | Merge pull request #1952 from reaperhulk/deprecation-dance | Alex Gaynor | 2015-05-14 | 5 | -419/+1 |
|\ | | | | | deprecation dance. | ||||
| * | deprecation dance. | Paul Kehrer | 2015-05-13 | 5 | -419/+1 |
| | | | | | | | | fixes #1950 | ||||
* | | Merge pull request #1951 from mithrandi/no-executable-vectors | Paul Kehrer | 2015-05-13 | 29 | -0/+0 |
|\ \ | |/ |/| | Remove unnecessary executable bit. | ||||
| * | Remove unnecessary executable bit. | Tristan Seligmann | 2015-05-14 | 29 | -0/+0 |
| | | |||||
* | | Merge pull request #1949 from reaperhulk/0.10-open-cycle | Alex Gaynor | 2015-05-13 | 3 | -2/+7 |
|\ \ | |/ |/| | open master for tenth release | ||||
| * | open master for tenth release | Paul Kehrer | 2015-05-13 | 3 | -2/+7 |
|/ | |||||
* | Merge pull request #1948 from reaperhulk/0.9-release-omg | Alex Gaynor | 2015-05-13 | 3 | -6/+4 |
|\ | | | | | 0.9 release time | ||||
| * | 0.9 time | Paul Kehrer | 2015-05-13 | 3 | -6/+4 |
|/ | |||||
* | Merge pull request #1946 from reaperhulk/x509-ext-changelog | Alex Gaynor | 2015-05-13 | 1 | -0/+17 |
|\ | | | | | add changelog entry for supporting x509 extensions | ||||
| * | add changelog entry for supporting x509 extensions | Paul Kehrer | 2015-05-13 | 1 | -0/+17 |
| | | |||||
* | | Merge pull request #1920 from reaperhulk/x509-ossl-cdp | Alex Gaynor | 2015-05-13 | 2 | -11/+323 |
|\ \ | | | | | | | support CRLDistributionPoints in the OpenSSL backend | ||||
| * | | change approach for parsing CDP reason flags | Paul Kehrer | 2015-05-13 | 2 | -18/+82 |
| | | | |||||
| * | | support CRLDistributionPoints in the OpenSSL backend | Paul Kehrer | 2015-05-13 | 2 | -11/+259 |
| |/ | |||||
* | | Merge pull request #1945 from reaperhulk/add-ssl-ctx-set-tlsext-status-arg | Alex Gaynor | 2015-05-13 | 1 | -0/+3 |
|\ \ | | | | | | | add SSL_set_tlsext_status_arg support | ||||
| * | | add SSL_set_tlsext_status_arg support | Paul Kehrer | 2015-05-13 | 1 | -0/+3 |
| |/ | |||||
* | | Merge pull request #1944 from reaperhulk/bc-eq | Alex Gaynor | 2015-05-13 | 2 | -0/+22 |
|\ \ | | | | | | | add eq/ne support to BasicConstraints | ||||
| * | | add eq/ne support to BasicConstraints | Paul Kehrer | 2015-05-13 | 2 | -0/+22 |
| |/ | |||||
* | | Merge pull request #1943 from reaperhulk/san-eq | Alex Gaynor | 2015-05-13 | 2 | -0/+28 |
|\ \ | | | | | | | add eq/ne support to SubjectAlternativeName | ||||
| * | | add eq/ne support to SubjectAlternativeName | Paul Kehrer | 2015-05-13 | 2 | -0/+28 |
| |/ | |||||
* | | Merge pull request #1942 from reaperhulk/ku-eq | Alex Gaynor | 2015-05-13 | 2 | -0/+70 |
|\ \ | |/ |/| | add eq/ne support to KeyUsage | ||||
| * | add eq/ne support to KeyUsage | Paul Kehrer | 2015-05-13 | 2 | -0/+70 |
|/ | |||||
* | Merge pull request #1940 from reaperhulk/x509-ossl-cp | Alex Gaynor | 2015-05-13 | 3 | -0/+166 |
|\ | | | | | support certificate policies in the openssl backend | ||||
| * | fix the docs test | Paul Kehrer | 2015-05-12 | 1 | -0/+1 |
| | | |||||
| * | support certificate policies in the openssl backend | Paul Kehrer | 2015-05-12 | 2 | -0/+165 |
| | | |||||
* | | Merge pull request #1941 from reaperhulk/x509-cdp-still-more-vectors | Alex Gaynor | 2015-05-13 | 3 | -0/+33 |
|\ \ | |/ |/| | more CDP vectors! | ||||
| * | more CDP vectors! | Paul Kehrer | 2015-05-12 | 3 | -0/+33 |
|/ | |||||
* | Merge pull request #1936 from reaperhulk/cp-noticenumbers-required | Alex Gaynor | 2015-05-12 | 3 | -11/+10 |
|\ | | | | | 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 |
| | | |||||
| * | notice_numbers are not optional in NoticeReference | Paul Kehrer | 2015-05-12 | 2 | -8/+7 |
| | | |||||
* | | Merge pull request #1935 from reaperhulk/cp-bindings-redux | Alex Gaynor | 2015-05-12 | 1 | -3/+13 |
|\ \ | | | | | | | we also need some stack manipulation macros | ||||
| * | | having the right return type is helpful | Paul Kehrer | 2015-05-12 | 1 | -1/+1 |
| | | | |||||
| * | | we also need some stack manipulation macros | Paul Kehrer | 2015-05-12 | 1 | -3/+13 |
| |/ | |||||
* | | Merge pull request #1937 from reaperhulk/cp-more-vector | Alex Gaynor | 2015-05-12 | 2 | -0/+21 |
|\ \ | | | | | | | add another certificate policies test vector | ||||
| * | | add another certificate policies test vector | Paul Kehrer | 2015-05-12 | 2 | -0/+21 |
| |/ | |||||
* | | Merge pull request #1934 from reaperhulk/asn1string-to-utf8 | Alex Gaynor | 2015-05-12 | 1 | -8/+12 |
|\ \ | | | | | | | refactor asn1string->utf8 conversion into a separate function | ||||
| * | | refactor asn1string->utf8 conversion into a separate function | Paul Kehrer | 2015-05-12 | 1 | -8/+12 |
| |/ |