Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix x509.Name creation in CertificateBuilder tests | Ian Cordasco | 2015-07-18 | 1 | -10/+10 |
| | |||||
* | Remove unnecessary helper functions | Ian Cordasco | 2015-07-18 | 3 | -29/+10 |
| | | | | | - Update documented methods - Do not mute the CertificateBuilder object if no version is set | ||||
* | Make the CertificateBuilder interface more like the CSRBuilder | Ian Cordasco | 2015-07-18 | 2 | -44/+111 |
| | |||||
* | Adds certificate builder. | Andre Caron | 2015-07-18 | 4 | -0/+319 |
| | |||||
* | Merge pull request #2154 from alex/generating-a-csr | Paul Kehrer | 2015-07-16 | 2 | -0/+80 |
|\ | | | | | Fixed #2091 -- describe how to generate a CSR. | ||||
| * | fix | Alex Gaynor | 2015-07-16 | 1 | -1/+1 |
| | | |||||
| * | fixed indent | Alex Gaynor | 2015-07-13 | 1 | -1/+1 |
| | | |||||
| * | line length and grammar | Alex Gaynor | 2015-07-13 | 1 | -5/+7 |
| | | |||||
| * | spelling | Alex Gaynor | 2015-07-13 | 1 | -2/+2 |
| | | |||||
| * | Fixed #2091 -- describe how to generate a CSR. | Alex Gaynor | 2015-07-13 | 2 | -0/+78 |
| | | |||||
* | | Merge pull request #2150 from reaperhulk/encode-uri | Alex Gaynor | 2015-07-14 | 2 | -7/+33 |
|\ \ | | | | | | | support URI general name encoding | ||||
| * | | remove unused import | Paul Kehrer | 2015-07-14 | 1 | -2/+0 |
| | | | |||||
| * | | encode uri | Paul Kehrer | 2015-07-13 | 2 | -7/+35 |
|/ / | |||||
* | | Merge pull request #2149 from reaperhulk/better-uri | Alex Gaynor | 2015-07-13 | 2 | -0/+58 |
|\ \ | |/ |/| | expand UniformResourceIdentifier to parse and internally IDNA encode | ||||
| * | expand UniformResourceIdentiier to parse and internally IDNA encode | Paul Kehrer | 2015-07-12 | 2 | -0/+58 |
| | | |||||
* | | Merge pull request #2137 from reaperhulk/encode-rfc822name | Alex Gaynor | 2015-07-12 | 2 | -1/+15 |
|\ \ | | | | | | | Encode rfc822name | ||||
| * | | support rfc822Name general name encoding | Paul Kehrer | 2015-07-12 | 2 | -1/+15 |
| | | | |||||
* | | | Merge pull request #2148 from reaperhulk/fix-random-order | Alex Gaynor | 2015-07-12 | 1 | -0/+1 |
|\ \ \ | |_|/ |/| | | clear the error stack if d2i_ASN1_TYPE fails | ||||
| * | | 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 #2147 from reaperhulk/there-are-two-parts | Alex Gaynor | 2015-07-12 | 1 | -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 be | Paul Kehrer | 2015-07-12 | 1 | -4/+3 |
| | | | | | | | | | | | | (famous last words) | ||||
* | | | Merge pull request #2139 from alex/remove-fast-path | Paul Kehrer | 2015-07-12 | 1 | -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 Gaynor | 2015-07-12 | 1 | -3/+0 |
| | | | | | | | | | | | | | | | | frequently enough for this to be worth it, and it improves our coverage. | ||||
* | | | | Merge pull request #2146 from alex/coverage | Paul Kehrer | 2015-07-12 | 2 | -1/+11 |
|\ \ \ \ | |_|_|/ |/| | | | Don't try to upload coverage on builds which don't produce coverage | ||||
| * | | | Don't try to upload coverage on builds which don't produce coverage | Alex Gaynor | 2015-07-12 | 2 | -1/+11 |
| | | | | |||||
* | | | | 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 |
| | |