Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Merge pull request #2228 from alex/rand-int | Paul Kehrer | 2015-08-08 | 1 | -0/+8 | |
|\ \ | | | | | | | Document how to get a random number as an integer, fixes #2190 | |||||
| * | | Document how to get a random number as an integer, fixes #2190 | Alex Gaynor | 2015-08-08 | 1 | -0/+8 | |
| |/ | ||||||
* | | Merge pull request #2215 from reaperhulk/changelog-update | Alex Gaynor | 2015-08-08 | 1 | -1/+7 | |
|\ \ | | | | | | | Changelog update: extensions we support for CertificateBuilder | |||||
| * | | list all the other extensions we support for CertificateBuilder | Paul Kehrer | 2015-08-06 | 1 | -1/+7 | |
| | | | ||||||
* | | | Merge pull request #2213 from reaperhulk/encode-aki | Alex Gaynor | 2015-08-08 | 3 | -0/+112 | |
|\ \ \ | |_|/ |/| | | Support AuthorityKeyIdentifier in CertificateBuilder | |||||
| * | | add support for AuthorityKeyIdentifier in CertificateBuilder | Paul Kehrer | 2015-08-08 | 3 | -0/+112 | |
| | | | ||||||
* | | | Merge pull request #2226 from lluixhi/master | Paul Kehrer | 2015-08-08 | 1 | -1/+1 | |
|\ \ \ | |/ / |/| | | Fix build with LibreSSL >= 2.2.2 | |||||
| * | | Fix build with LibreSSL >= 2.2.2 | Lluixhi Scura | 2015-08-08 | 1 | -1/+1 | |
| | | | | | | | | | | | | LIBRESSL_VERSION_NUMBER is now being incremented. | |||||
* | | | Merge pull request #2210 from reaperhulk/aki-classmethod | Alex Gaynor | 2015-08-08 | 3 | -18/+89 | |
|\ \ \ | | | | | | | | | AuthorityKeyIdentifier classmethod | |||||
| * | | | address review comments | Paul Kehrer | 2015-08-08 | 2 | -7/+12 | |
| | | | | ||||||
| * | | | update prose for from_issuer_public_key | Paul Kehrer | 2015-08-08 | 1 | -4/+8 | |
| | | | | ||||||
| * | | | add AuthorityKeyIdentifier from_issuer_public_key | Paul Kehrer | 2015-08-08 | 3 | -18/+80 | |
| |/ / | | | | | | | | | | | | | Refactored SKI's creation code into a separate function, added doctest examples | |||||
* | | | Merge pull request #2227 from reaperhulk/cp-bindings | Alex Gaynor | 2015-08-08 | 2 | -0/+5 | |
|\ \ \ | | | | | | | | | more openssl bindings for encoding certificate policy structures | |||||
| * | | | more openssl bindings for encoding certificate policy structures | Paul Kehrer | 2015-08-08 | 2 | -0/+5 | |
|/ / / | ||||||
* | | | 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 | |
|/ / |