Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | 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 | |
| |/ / / / | ||||||
* | | | | | Merge pull request #1939 from reaperhulk/tox-update | Alex Gaynor | 2015-05-12 | 1 | -0/+1 | |
|\ \ \ \ \ | |/ / / / |/| | | | | pass through the env vars we need in tox for alternate OpenSSL builds | |||||
| * | | | | pass through the env vars we need in tox for alternate OpenSSL builds | Paul Kehrer | 2015-05-12 | 1 | -0/+1 | |
|/ / / / | | | | | | | | | | | | | | | | | | | | | INCLUDE and LIB are used in windows ARCHFLAGS CFLAGS LDFLAGS are used on OS X CFLAGS LDFLAGS LD_LIBRARY_PATH are used on linux | |||||
* | | | | Merge pull request #1933 from reaperhulk/asn1int-to-int | Alex Gaynor | 2015-05-12 | 1 | -16/+12 | |
|\ \ \ \ | | | | | | | | | | | asn1 integer to python integer helper function | |||||
| * | | | | asn1 integer to python integer helper function | Paul Kehrer | 2015-05-12 | 1 | -16/+12 | |
|/ / / / | ||||||
* | | | | Merge pull request #1932 from reaperhulk/cp-bindings | Alex Gaynor | 2015-05-12 | 1 | -0/+32 | |
|\ \ \ \ | | | | | | | | | | | some bindings for certificate policies support in openssl | |||||
| * | | | | remove some names we don't need in the struct defs | Paul Kehrer | 2015-05-12 | 1 | -4/+4 | |
| | | | | | ||||||
| * | | | | some bindings for certificate policies support in openssl | Paul Kehrer | 2015-05-12 | 1 | -0/+32 | |
| | | | | | ||||||
* | | | | | Merge pull request #1931 from reaperhulk/aki-eq | Alex Gaynor | 2015-05-12 | 2 | -0/+43 | |
|\ \ \ \ \ | | | | | | | | | | | | | add eq/ne methods for AuthorityKeyIdentifier | |||||
| * | | | | | add eq/ne methods for AuthorityKeyIdentifier | Paul Kehrer | 2015-05-12 | 2 | -0/+43 | |
| |/ / / / | ||||||
* | | | | | Merge pull request #1929 from reaperhulk/x509-docs | Alex Gaynor | 2015-05-12 | 1 | -0/+34 | |
|\ \ \ \ \ | |/ / / / |/| | | | | add OID information about all supported extensions | |||||
| * | | | | add OID information about all supported extensions | Paul Kehrer | 2015-05-12 | 1 | -0/+34 | |
|/ / / / | ||||||
* | | | | Merge pull request #1928 from reaperhulk/cp-eq | Alex Gaynor | 2015-05-12 | 2 | -0/+123 | |
|\ \ \ \ | | | | | | | | | | | add eq/ne methods for all certificate policies classes | |||||
| * | | | | add eq/ne methods for all certificate policies classes | Paul Kehrer | 2015-05-11 | 2 | -0/+123 | |
|/ / / / | ||||||
* | | | | Merge pull request #1853 from reaperhulk/certificate-policies | Alex Gaynor | 2015-05-11 | 3 | -0/+302 | |
|\ \ \ \ | | | | | | | | | | | certificate policies extension support | |||||
| * | | | | alter the repr a bit, pass unicode everywhere | Paul Kehrer | 2015-05-11 | 2 | -12/+25 | |
| | | | | | ||||||
| * | | | | use !r for explicit_text in NoticeReference repr | Paul Kehrer | 2015-05-11 | 2 | -4/+4 | |
| | | | | | ||||||
| * | | | | update docs | Paul Kehrer | 2015-05-11 | 1 | -1/+5 | |
| | | | | | ||||||
| * | | | | remove policyqualifierinfo object | Paul Kehrer | 2015-05-10 | 3 | -93/+37 | |
| | | | | | ||||||
| * | | | | expand docs | Paul Kehrer | 2015-05-10 | 1 | -3/+47 | |
| | | | | | ||||||
| * | | | | add some docs | Paul Kehrer | 2015-05-10 | 1 | -0/+63 | |
| | | | | |