Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #2208 from reaperhulk/encode-ski | Alex Gaynor | 2015-08-08 | 4 | -0/+54 |
|\ | | | | | Support SubjectKeyIdentifier in CertificateBuilder | ||||
| * | add support for encoding SubjectKeyIdentifier to CertificateBuilder | Paul Kehrer | 2015-08-08 | 4 | -0/+54 |
|/ | |||||
* | Merge pull request #2204 from reaperhulk/ski-classmethod | Alex Gaynor | 2015-08-08 | 4 | -4/+117 |
|\ | | | | | SubjectKeyIdentifier classmethod | ||||
| * | py3 int.to_bytes is dead to me | Paul Kehrer | 2015-08-08 | 2 | -11/+5 |
| | | |||||
| * | update comment | Paul Kehrer | 2015-08-08 | 1 | -1/+1 |
| | | |||||
| * | add more prose about how the digest is generated | Paul Kehrer | 2015-08-08 | 1 | -1/+3 |
| | | |||||
| * | refactor integer to bytes as utils.int_to_bytes | Paul Kehrer | 2015-08-08 | 2 | -5/+14 |
| | | |||||
| * | assert not remaining in SKI classmethod | Paul Kehrer | 2015-08-07 | 1 | -0/+1 |
| | | |||||
| * | rename to classmethod to from_public_key | Paul Kehrer | 2015-08-05 | 3 | -8/+8 |
| | | |||||
| * | add SubjectKeyIdentifier.create_from_public_key | Paul Kehrer | 2015-08-05 | 3 | -4/+111 |
| | | |||||
* | | Merge pull request #2198 from reaperhulk/encode-crl | Alex Gaynor | 2015-08-08 | 4 | -2/+224 |
|\ \ | | | | | | | support CRLDistributionPoints in the CertificateBuilder | ||||
| * | | move distpoint fullname/relativename to consts in backends.openssl.x509 | Paul Kehrer | 2015-08-08 | 2 | -5/+9 |
| | | | |||||
| * | | switch to _encode_general_names. | Paul Kehrer | 2015-08-08 | 1 | -8/+1 |
| | | | | | | | | | | | | I knew I made that for a reason, thanks Alex | ||||
| * | | remove a double for loop that made literally no sense | Paul Kehrer | 2015-08-08 | 1 | -6/+5 |
| | | | |||||
| * | | modify a CRL encode test to have multiple full_names | Paul Kehrer | 2015-08-08 | 1 | -3/+8 |
| | | | |||||
| * | | switch ReasonFlags bit string setting to use a dict mapping | Paul Kehrer | 2015-08-08 | 1 | -40/+18 |
| | | | |||||
| * | | support relativename encoding using X509_NAME | Paul Kehrer | 2015-08-08 | 1 | -3/+6 |
| | | | | | | | | | | | | X509_NAME contains a STACK_OF(X509_NAME_ENTRY) which we duplicate | ||||
| * | | add missing test | Paul Kehrer | 2015-08-08 | 1 | -0/+25 |
| | | | |||||
| * | | support CRLDistributionPoints in the CertificateBuilder | Paul Kehrer | 2015-08-08 | 3 | -0/+215 |
| | | | |||||
* | | | Merge pull request #2225 from alex/error-message | Paul Kehrer | 2015-08-08 | 1 | -1/+2 |
|\ \ \ | |/ / |/| | | Provide a better error message here. | ||||
| * | | Provide a better error message here. | Alex Gaynor | 2015-08-08 | 1 | -1/+2 |
|/ / | |||||
* | | Merge pull request #2217 from reaperhulk/extensions-oids | Alex Gaynor | 2015-08-07 | 2 | -5/+166 |
|\ \ | | | | | | | Add OIDs to extension types and add ExtensionType interface | ||||
| * | | fix missed change for OID docs | Paul Kehrer | 2015-08-07 | 1 | -1/+1 |
| | | | |||||
| * | | update oid attribute docs to say which OID it will return | Paul Kehrer | 2015-08-06 | 1 | -16/+19 |
| | | | | | | | | | | | | also doc a missing OID | ||||
| * | | add ExtensionType interface | Paul Kehrer | 2015-08-06 | 2 | -0/+29 |
| | | | |||||
| * | | add oid attribute to all extension types | Paul Kehrer | 2015-08-06 | 2 | -1/+130 |
| | | | |||||
* | | | Merge pull request #2222 from reaperhulk/memleak-partdeux | Alex Gaynor | 2015-08-06 | 1 | -0/+2 |
|\ \ \ | | | | | | | | | X509_add_ext dupes the X509_EXTENSION when adding it. fix the leak | ||||
| * | | | X509_add_ext dupes the X509_EXTENSION when adding it. fix the leak | Paul Kehrer | 2015-08-06 | 1 | -0/+2 |
| | | | | |||||
* | | | | Merge pull request #2221 from reaperhulk/memleak | Alex Gaynor | 2015-08-06 | 1 | -1/+1 |
|\ \ \ \ | |/ / / |/| | | | fix a memory leak in certificate creation during extension creation | ||||
| * | | | fix a memory leak in certificate creation during extension creation | Paul Kehrer | 2015-08-06 | 1 | -1/+1 |
|/ / / | |||||
* | | | Merge pull request #2219 from reaperhulk/fix-2218 | Alex Gaynor | 2015-08-06 | 7 | -11/+11 |
|\ \ \ | | | | | | | | | rename sign_x509_certificate backend method to create_x509_certificate | ||||
| * | | | rename sign_x509_certificate backend method to create_x509_certificate | Paul Kehrer | 2015-08-06 | 7 | -11/+11 |
|/ / / | |||||
* | | | Merge pull request #2216 from reaperhulk/for-shame-sigmavirus | Alex Gaynor | 2015-08-06 | 1 | -0/+20 |
|\ \ \ | |/ / |/| | | add missing sign_x509_certificate X509Backend interface docs | ||||
| * | | add missing sign_x509_certificate X509Backend interface docs | Paul Kehrer | 2015-08-06 | 1 | -0/+20 |
|/ / | |||||
* | | Merge pull request #2212 from reaperhulk/aki-bindings | Alex Gaynor | 2015-08-05 | 1 | -0/+2 |
|\ \ | | | | | | | add a few additional bindings for AuthorityKeyIdentifier in OpenSSL | ||||
| * | | add a few additional bindings for AuthorityKeyIdentifier in OpenSSL | Paul Kehrer | 2015-08-05 | 1 | -0/+2 |
|/ / | |||||
* | | Merge pull request #2209 from reaperhulk/add-ca-vector | Alex Gaynor | 2015-08-05 | 2 | -0/+27 |
|\ \ | | | | | | | add intermediate CA vector for future AuthorityKeyIdentifier testing | ||||
| * | | add intermediate CA vector for future AuthorityKeyIdentifier testing | Paul Kehrer | 2015-08-05 | 2 | -0/+27 |
|/ / | |||||
* | | Merge pull request #2206 from reaperhulk/refactor-encode-san | Alex Gaynor | 2015-08-05 | 1 | -7/+11 |
|\ \ | | | | | | | refactor SAN encoding to separate out general names in openssl backend | ||||
| * | | we still need to gc in encode_subject_alt_name | Paul Kehrer | 2015-08-05 | 1 | -0/+3 |
| | | | |||||
| * | | refactor SAN encoding to separate out general names in openssl backend | Paul Kehrer | 2015-08-05 | 1 | -7/+8 |
| | | | |||||
* | | | Merge pull request #2205 from reaperhulk/more-cdp-bindings | Alex Gaynor | 2015-08-05 | 2 | -2/+11 |
|\ \ \ | |/ / |/| | | more bindings for CRLDistributionPoints encoding | ||||
| * | | more bindings for CRLDistributionPoints encoding | Paul Kehrer | 2015-08-05 | 2 | -2/+11 |
|/ / | |||||
* | | Merge pull request #2202 from reaperhulk/cert-builder-checks | Alex Gaynor | 2015-08-04 | 3 | -0/+167 |
|\ \ | | | | | | | check that required fields are present in builder when signing | ||||
| * | | fix a few tests that were missed | Paul Kehrer | 2015-08-05 | 2 | -0/+28 |
| | | | |||||
| * | | check that required fields are present in builder when signing | Paul Kehrer | 2015-08-04 | 2 | -0/+139 |
| |/ | |||||
* | | Merge pull request #2201 from reaperhulk/doc-ssh-key-fix | Alex Gaynor | 2015-08-04 | 1 | -0/+1 |
|\ \ | |/ |/| | document the ssh public key fix | ||||
| * | document the ssh public key fix | Paul Kehrer | 2015-08-04 | 1 | -0/+1 |
| | | |||||
* | | Merge pull request #2180 from reaperhulk/easy-conditional-fix | Donald Stufft | 2015-08-04 | 45 | -515/+450 |
|\ \ | |/ |/| | create a ConditionalLibrary and remove unsupported items | ||||
| * | change approach for pypy performance reasons | Paul Kehrer | 2015-08-04 | 1 | -12/+13 |
| | |