Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | clear the error stack if d2i_ASN1_TYPE fails | Paul Kehrer | 2015-07-12 | 1 | -0/+1 |
| | | | | The random order jenkins job found a bug! | ||||
* | Merge pull request #2141 from reaperhulk/better-rfc822name | Alex Gaynor | 2015-07-12 | 2 | -0/+37 |
|\ | | | | | expand RFC822Name to validate and (internally) IDNA encode | ||||
| * | simplify logic, it doesn't appear parts > 2 is possible | Paul Kehrer | 2015-07-12 | 1 | -4/+3 |
| | | |||||
| * | expand RFC822Name to validate and (internally) IDNA encode | Paul Kehrer | 2015-07-12 | 2 | -0/+38 |
| | | | | | | | | This will be used in the CSR builder | ||||
* | | Merge pull request #2145 from alex/numbers-hash | Paul Kehrer | 2015-07-12 | 2 | -0/+30 |
|\ \ | | | | | | | Fixed #2143 -- added __hash__ to RSA{Public,Private}Numbers | ||||
| * | | Fixed #2143 -- added __hash__ to RSA{Public,Private}Numbers | Alex Gaynor | 2015-07-12 | 2 | -0/+30 |
| | | | |||||
* | | | Merge pull request #2144 from pyca/alex-patch-1 | Paul Kehrer | 2015-07-12 | 1 | -3/+3 |
|\ \ \ | | | | | | | | | Don't try to load backends if the test doesn't need it | ||||
| * | | | Don't try to load backends if the test doesn't need it | Alex Gaynor | 2015-07-12 | 1 | -3/+3 |
| |/ / | |||||
* | | | Merge pull request #2142 from alex/x509-tutorial | Paul Kehrer | 2015-07-12 | 5 | -14/+22 |
|\ \ \ | |/ / |/| | | Reorganize the x509 docs in prep for a tutorial | ||||
| * | | fixed this doc too | Alex Gaynor | 2015-07-12 | 1 | -2/+2 |
| | | | |||||
| * | | updated links in the changelog | Alex Gaynor | 2015-07-12 | 1 | -3/+3 |
| | | | |||||
| * | | these were moved | Alex Gaynor | 2015-07-12 | 1 | -2/+0 |
| | | | |||||
| * | | Reorganize the x509 docs in prep for a tutorial | Alex Gaynor | 2015-07-12 | 3 | -7/+17 |
|/ / | |||||
* | | Merge pull request #2095 from reaperhulk/nc-the-hard-part-redux | Alex Gaynor | 2015-07-12 | 2 | -5/+80 |
|\ \ | |/ |/| | name constraints - support IP addresses with netmask | ||||
| * | use helper method _asn1_string_to_bytes | Paul Kehrer | 2015-07-12 | 1 | -3/+1 |
| | | |||||
| * | not bytes | Paul Kehrer | 2015-07-10 | 1 | -1/+1 |
| | | |||||
| * | simplify and handle /32 and /128 | Paul Kehrer | 2015-07-10 | 2 | -3/+26 |
| | | |||||
| * | name constraints - support IP addresses with netmask | Paul Kehrer | 2015-07-10 | 2 | -5/+59 |
| | | |||||
* | | Merge pull request #2136 from reaperhulk/encode-othername | Alex Gaynor | 2015-07-12 | 4 | -0/+53 |
|\ \ | | | | | | | Encode othername | ||||
| * | | this is const | Paul Kehrer | 2015-07-11 | 1 | -1/+1 |
| | | | |||||
| * | | raise a nice error if bad ASN.1 is provided | Paul Kehrer | 2015-07-11 | 2 | -1/+21 |
| | | | |||||
| * | | support for OtherName encoding for general names | Paul Kehrer | 2015-07-11 | 4 | -0/+33 |
|/ / | |||||
* | | Merge pull request #2135 from reaperhulk/encode-ipaddress | Alex Gaynor | 2015-07-11 | 2 | -2/+21 |
|\ \ | | | | | | | Encode ipaddress | ||||
| * | | support IPAddress encoding for general names | Paul Kehrer | 2015-07-11 | 2 | -2/+21 |
|/ / | |||||
* | | Merge pull request #2134 from reaperhulk/encode-dirname | Alex Gaynor | 2015-07-11 | 2 | -2/+28 |
|\ \ | |/ |/| | support DirectoryName encoding for general names | ||||
| * | modify _encode_name, add _encode_name_gc | Paul Kehrer | 2015-07-11 | 1 | -5/+10 |
| | | |||||
| * | support DirectoryName encoding for general names | Paul Kehrer | 2015-07-10 | 2 | -0/+21 |
| | | |||||
* | | Merge pull request #2129 from alex/hash-csr | Paul Kehrer | 2015-07-09 | 3 | -0/+29 |
|\ \ | | | | | | | Fixed #2127 -- added __hash__ to CSR | ||||
| * | | Fixed #2127 -- added __hash__ to CSR | Alex Gaynor | 2015-07-08 | 3 | -0/+29 |
| | | | |||||
* | | | Merge pull request #2132 from reaperhulk/port-0.9.3-changelog | Alex Gaynor | 2015-07-09 | 1 | -0/+5 |
|\ \ \ | |_|/ |/| | | port 0.9.3 changelog to master | ||||
| * | | port 0.9.3 changelog to master | Paul Kehrer | 2015-07-09 | 1 | -0/+5 |
|/ / | |||||
* | | Merge pull request #2108 from mail-in-a-box/master | Paul Kehrer | 2015-07-08 | 5 | -2/+140 |
|\ \ | |/ |/| | support othername in general names | ||||
| * | special-case GeneralNames.get_values_for_type to return OtherName instances ↵ | Joshua Tauberer | 2015-07-06 | 3 | -6/+12 |
| | | | | | | | | directly rather than their value properties; tests updated | ||||
| * | additional tests and doc spelling error fix for OtherName | Joshua Tauberer | 2015-07-06 | 2 | -1/+50 |
| | | |||||
| * | parse SAN otherNames into OtherName instances rather than raising an exception | Joshua Tauberer | 2015-07-06 | 5 | -1/+84 |
| | | | | | | | | Test added. | ||||
* | | Merge pull request #2124 from alex/hash-cert | Paul Kehrer | 2015-07-08 | 3 | -7/+33 |
|\ \ | | | | | | | Fixed #2120 -- added __hash__ to x509.Cert | ||||
| * | | no need to hash it twice, also simplify fingerprint method | Alex Gaynor | 2015-07-07 | 1 | -9/+2 |
| | | | |||||
| * | | Fixed #2120 -- added __hash__ to x509.Cert | Alex Gaynor | 2015-07-06 | 3 | -0/+33 |
| | | | |||||
* | | | Merge pull request #2126 from alex/csr-eq | Paul Kehrer | 2015-07-07 | 3 | -0/+52 |
|\ \ \ | |/ / |/| | | Fixed #2121 -- added __eq__ and __ne__ to CSRs | ||||
| * | | fixed test | Alex Gaynor | 2015-07-06 | 1 | -1/+1 |
| | | | |||||
| * | | added forgotten __ne__ method | Alex Gaynor | 2015-07-06 | 1 | -0/+3 |
| | | | |||||
| * | | typo fix | Alex Gaynor | 2015-07-06 | 1 | -1/+1 |
| | | | |||||
| * | | Fixed #2121 -- added __eq__ and __ne__ to CSRs | Alex Gaynor | 2015-07-06 | 3 | -0/+49 |
|/ / | |||||
* | | Merge pull request #2119 from stjoannou/master | Alex Gaynor | 2015-07-06 | 1 | -0/+1 |
|\ \ | | | | | | | Exposed the SSL_peek functionality | ||||
| * | | Exposed the SSL_peek functionality | Stelios | 2015-07-06 | 1 | -0/+1 |
| | | | |||||
* | | | Merge pull request #2118 from reaperhulk/support-rid-encoding | Alex Gaynor | 2015-07-06 | 2 | -1/+14 |
|\ \ \ | |/ / |/| | | support registeredID general name encoding | ||||
| * | | support registeredID general name encoding | Paul Kehrer | 2015-07-05 | 2 | -1/+14 |
|/ / | |||||
* | | Merge pull request #2085 from alex/encode-san | Paul Kehrer | 2015-07-05 | 2 | -1/+87 |
|\ \ | | | | | | | Initial code to encode SANs | ||||
| * | | fixed a leak in the event of non-DNS GN | Alex Gaynor | 2015-07-05 | 1 | -2/+3 |
| | | | |||||
| * | | Make the error check match how the openssl codebase does it | Alex Gaynor | 2015-07-05 | 1 | -1/+1 |
| | | |