aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* | Fix copy-paste errorsIan Cordasco2015-07-191-3/+3
| |
* | Remove unnecessary helper functionsIan Cordasco2015-07-182-19/+4
| | | | | | | | | | - Update documented methods - Do not mute the CertificateBuilder object if no version is set
* | Make the CertificateBuilder interface more like the CSRBuilderIan Cordasco2015-07-181-27/+92
| |
* | Adds certificate builder.Andre Caron2015-07-182-0/+186
|/
* remove unused importPaul Kehrer2015-07-141-2/+0
|
* encode uriPaul Kehrer2015-07-131-2/+12
|
* Merge pull request #2149 from reaperhulk/better-uriAlex Gaynor2015-07-131-0/+26
|\ | | | | expand UniformResourceIdentifier to parse and internally IDNA encode
| * expand UniformResourceIdentiier to parse and internally IDNA encodePaul Kehrer2015-07-121-0/+26
| |
* | Merge pull request #2137 from reaperhulk/encode-rfc822nameAlex Gaynor2015-07-121-0/+8
|\ \ | | | | | | Encode rfc822name
| * | support rfc822Name general name encodingPaul Kehrer2015-07-121-0/+8
| | |
* | | Merge pull request #2148 from reaperhulk/fix-random-orderAlex Gaynor2015-07-121-0/+1
|\ \ \ | |_|/ |/| | clear the error stack if d2i_ASN1_TYPE fails
| * | clear the error stack if d2i_ASN1_TYPE failsPaul Kehrer2015-07-121-0/+1
| |/ | | | | | | The random order jenkins job found a bug!
* | Merge pull request #2147 from reaperhulk/there-are-two-partsAlex Gaynor2015-07-121-4/+3
|\ \ | | | | | | parts can't be > 2, so let's not pretend it could be
| * | parts can't be > 2, so let's not pretend it could bePaul Kehrer2015-07-121-4/+3
| | | | | | | | | | | | (famous last words)
* | | Merge pull request #2139 from alex/remove-fast-pathPaul Kehrer2015-07-121-3/+0
|\ \ \ | |_|/ |/| | Removed the fastpath from binding initialization. These aren't instantiated frequently enough for this to be worth it, and it improves our coverage.
| * | Removed the fastpath from binding initialization. These aren't instantiated ↵Alex Gaynor2015-07-121-3/+0
| | | | | | | | | | | | frequently enough for this to be worth it, and it improves our coverage.
* | | Merge pull request #2141 from reaperhulk/better-rfc822nameAlex Gaynor2015-07-121-0/+19
|\ \ \ | | | | | | | | expand RFC822Name to validate and (internally) IDNA encode
| * | | simplify logic, it doesn't appear parts > 2 is possiblePaul Kehrer2015-07-121-4/+3
| | | |
| * | | expand RFC822Name to validate and (internally) IDNA encodePaul Kehrer2015-07-121-0/+20
| | | | | | | | | | | | | | | | This will be used in the CSR builder
* | | | Fixed #2143 -- added __hash__ to RSA{Public,Private}NumbersAlex Gaynor2015-07-121-0/+14
| |_|/ |/| |
* | | Merge pull request #2095 from reaperhulk/nc-the-hard-part-reduxAlex Gaynor2015-07-121-5/+26
|\ \ \ | |/ / |/| | name constraints - support IP addresses with netmask
| * | use helper method _asn1_string_to_bytesPaul Kehrer2015-07-121-3/+1
| | |
| * | not bytesPaul Kehrer2015-07-101-1/+1
| | |
| * | simplify and handle /32 and /128Paul Kehrer2015-07-101-3/+7
| | |
| * | name constraints - support IP addresses with netmaskPaul Kehrer2015-07-101-5/+24
| | |
* | | this is constPaul Kehrer2015-07-111-1/+1
| | |
* | | raise a nice error if bad ASN.1 is providedPaul Kehrer2015-07-111-1/+2
| | |
* | | support for OtherName encoding for general namesPaul Kehrer2015-07-113-0/+25
| |/ |/|
* | support IPAddress encoding for general namesPaul Kehrer2015-07-111-2/+16
| |
* | Merge pull request #2134 from reaperhulk/encode-dirnameAlex Gaynor2015-07-111-2/+16
|\ \ | |/ |/| support DirectoryName encoding for general names
| * modify _encode_name, add _encode_name_gcPaul Kehrer2015-07-111-5/+10
| |
| * support DirectoryName encoding for general namesPaul Kehrer2015-07-101-0/+9
| |
* | Merge pull request #2129 from alex/hash-csrPaul Kehrer2015-07-092-0/+9
|\ \ | |/ |/| Fixed #2127 -- added __hash__ to CSR
| * Fixed #2127 -- added __hash__ to CSRAlex Gaynor2015-07-082-0/+9
| |
* | Merge pull request #2108 from mail-in-a-box/masterPaul Kehrer2015-07-083-2/+53
|\ \ | |/ |/| support othername in general names
| * special-case GeneralNames.get_values_for_type to return OtherName instances ↵Joshua Tauberer2015-07-061-1/+7
| | | | | | | | directly rather than their value properties; tests updated
| * parse SAN otherNames into OtherName instances rather than raising an exceptionJoshua Tauberer2015-07-063-1/+46
| | | | | | | | Test added.
* | Merge pull request #2124 from alex/hash-certPaul Kehrer2015-07-082-7/+10
|\ \ | | | | | | Fixed #2120 -- added __hash__ to x509.Cert
| * | no need to hash it twice, also simplify fingerprint methodAlex Gaynor2015-07-071-9/+2
| | |
| * | Fixed #2120 -- added __hash__ to x509.CertAlex Gaynor2015-07-062-0/+10
| | |
* | | added forgotten __ne__ methodAlex Gaynor2015-07-061-0/+3
| | |
* | | typo fixAlex Gaynor2015-07-061-1/+1
| | |
* | | Fixed #2121 -- added __eq__ and __ne__ to CSRsAlex Gaynor2015-07-062-0/+20
|/ /
* | Merge pull request #2119 from stjoannou/masterAlex Gaynor2015-07-061-0/+1
|\ \ | | | | | | Exposed the SSL_peek functionality
| * | Exposed the SSL_peek functionalityStelios2015-07-061-0/+1
| | |
* | | support registeredID general name encodingPaul Kehrer2015-07-051-1/+12
|/ /
* | Merge pull request #2085 from alex/encode-sanPaul Kehrer2015-07-051-1/+44
|\ \ | | | | | | Initial code to encode SANs
| * | fixed a leak in the event of non-DNS GNAlex Gaynor2015-07-051-2/+3
| | |
| * | Make the error check match how the openssl codebase does itAlex Gaynor2015-07-051-1/+1
| | |
| * | Wildcards. Also fixed a bug with multiple GNsAlex Gaynor2015-07-051-2/+7
| | |