Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Merge pull request #1972 from reaperhulk/expand-ipaddress | Alex Gaynor | 2015-05-17 | 1 | -3/+10 | |
|\ | | | | | IPAddress needs to support networks for nameconstraints | |||||
| * | IPAddress needs to support networks for nameconstraints | Paul Kehrer | 2015-05-17 | 1 | -3/+10 | |
| | | ||||||
* | | Adds support for CSR extensions. | Andre Caron | 2015-05-17 | 2 | -0/+38 | |
|/ | ||||||
* | x509 extension equality | Paul Kehrer | 2015-05-17 | 1 | -0/+13 | |
| | ||||||
* | 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 #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 | |
| | | ||||||
* | | Added the bindings needed for implementing a CSR Builder. Refs #1927 | Alex Gaynor | 2015-05-14 | 2 | -0/+8 | |
|/ | ||||||
* | deprecation dance. | Paul Kehrer | 2015-05-13 | 5 | -419/+1 | |
| | | | | fixes #1950 | |||||
* | open master for tenth release | Paul Kehrer | 2015-05-13 | 1 | -1/+1 | |
| | ||||||
* | 0.9 time | Paul Kehrer | 2015-05-13 | 1 | -1/+1 | |
| | ||||||
* | Merge pull request #1920 from reaperhulk/x509-ossl-cdp | Alex Gaynor | 2015-05-13 | 1 | -11/+108 | |
|\ | | | | | support CRLDistributionPoints in the OpenSSL backend | |||||
| * | change approach for parsing CDP reason flags | Paul Kehrer | 2015-05-13 | 1 | -18/+25 | |
| | | ||||||
| * | support CRLDistributionPoints in the OpenSSL backend | Paul Kehrer | 2015-05-13 | 1 | -11/+101 | |
| | | ||||||
* | | 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 | 1 | -0/+9 | |
|\ \ | | | | | | | add eq/ne support to BasicConstraints | |||||
| * | | add eq/ne support to BasicConstraints | Paul Kehrer | 2015-05-13 | 1 | -0/+9 | |
| |/ | ||||||
* | | Merge pull request #1943 from reaperhulk/san-eq | Alex Gaynor | 2015-05-13 | 1 | -0/+9 | |
|\ \ | | | | | | | add eq/ne support to SubjectAlternativeName | |||||
| * | | add eq/ne support to SubjectAlternativeName | Paul Kehrer | 2015-05-13 | 1 | -0/+9 | |
| |/ | ||||||
* / | add eq/ne support to KeyUsage | Paul Kehrer | 2015-05-13 | 1 | -0/+19 | |
|/ | ||||||
* | support certificate policies in the openssl backend | Paul Kehrer | 2015-05-12 | 1 | -0/+71 | |
| | ||||||
* | Merge pull request #1936 from reaperhulk/cp-noticenumbers-required | Alex Gaynor | 2015-05-12 | 1 | -2/+2 | |
|\ | | | | | notice_numbers are not optional in NoticeReference | |||||
| * | notice_numbers are not optional in NoticeReference | Paul Kehrer | 2015-05-12 | 1 | -2/+2 | |
| | | ||||||
* | | 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 | |
| |/ | ||||||
* / | refactor asn1string->utf8 conversion into a separate function | Paul Kehrer | 2015-05-12 | 1 | -8/+12 | |
|/ | ||||||
* | 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 | |
| | | ||||||
* | | add eq/ne methods for AuthorityKeyIdentifier | Paul Kehrer | 2015-05-12 | 1 | -0/+14 | |
|/ | ||||||
* | add eq/ne methods for all certificate policies classes | Paul Kehrer | 2015-05-11 | 1 | -0/+45 | |
| | ||||||
* | Merge pull request #1853 from reaperhulk/certificate-policies | Alex Gaynor | 2015-05-11 | 1 | -0/+97 | |
|\ | | | | | certificate policies extension support | |||||
| * | alter the repr a bit, pass unicode everywhere | Paul Kehrer | 2015-05-11 | 1 | -1/+1 | |
| | | ||||||
| * | use !r for explicit_text in NoticeReference repr | Paul Kehrer | 2015-05-11 | 1 | -1/+1 | |
| | | ||||||
| * | remove policyqualifierinfo object | Paul Kehrer | 2015-05-10 | 1 | -25/+5 | |
| | | ||||||
| * | use list comprehension syntax to make this cleaner | Paul Kehrer | 2015-05-10 | 1 | -5/+3 | |
| | | ||||||
| * | certificate policies extension support | Paul Kehrer | 2015-05-10 | 1 | -0/+119 | |
| | | | | | | | | Adds a bunch of ancillary classes to support this. | |||||
* | | extract some duplicate logic into a function | Paul Kehrer | 2015-05-10 | 1 | -18/+15 | |
|/ | ||||||
* | Merge pull request #1906 from reaperhulk/cdp | Alex Gaynor | 2015-05-10 | 1 | -0/+120 | |
|\ | | | | | add CRLDistributionPoints and associated classes | |||||
| * | switch reasons to frozenset | Paul Kehrer | 2015-05-09 | 1 | -3/+3 | |
| | | ||||||
| * | separate full_name/relative_name and change reasons to an enumeration | Paul Kehrer | 2015-05-09 | 1 | -74/+50 | |
| | | ||||||
| * | add CRLDistributionPoints and associated classes | Paul Kehrer | 2015-05-06 | 1 | -0/+144 | |
| | | ||||||
* | | Merge pull request #1916 from reaperhulk/cdp-bindings | Alex Gaynor | 2015-05-09 | 2 | -0/+29 | |
|\ \ | | | | | | | add bindings for CRLDistributionPoints | |||||
| * | | remove some things not present in 0.9.8 for now | Paul Kehrer | 2015-05-09 | 1 | -2/+2 | |
| | | | ||||||
| * | | add bindings for CRLDistributionPoints (courtesy @etrauschke) | Paul Kehrer | 2015-05-09 | 2 | -0/+29 | |
| | | | ||||||
* | | | Merge pull request #1915 from zeevt/ephemeral_kex_details | Paul Kehrer | 2015-05-09 | 3 | -1/+35 | |
|\ \ \ | | | | | | | | | add support for retreiving value of received temporary key in server … | |||||
| * | | | add support for retreiving value of received temporary key in server key ↵ | Zeev Tarantov | 2015-05-09 | 3 | -1/+35 | |
| |/ / | | | | | | | | | | exchange message, to implement functionality like openssl's ssl_print_tmp_key |