aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* add support for AuthorityKeyIdentifier in CertificateBuilderPaul Kehrer2015-08-083-0/+112
* Merge pull request #2210 from reaperhulk/aki-classmethodAlex Gaynor2015-08-083-18/+89
|\
| * address review commentsPaul Kehrer2015-08-082-7/+12
| * update prose for from_issuer_public_keyPaul Kehrer2015-08-081-4/+8
| * add AuthorityKeyIdentifier from_issuer_public_keyPaul Kehrer2015-08-083-18/+80
* | Merge pull request #2227 from reaperhulk/cp-bindingsAlex Gaynor2015-08-082-0/+5
|\ \
| * | more openssl bindings for encoding certificate policy structuresPaul Kehrer2015-08-082-0/+5
|/ /
* | Merge pull request #2208 from reaperhulk/encode-skiAlex Gaynor2015-08-084-0/+54
|\ \ | |/ |/|
| * add support for encoding SubjectKeyIdentifier to CertificateBuilderPaul Kehrer2015-08-084-0/+54
|/
* Merge pull request #2204 from reaperhulk/ski-classmethodAlex Gaynor2015-08-084-4/+117
|\
| * py3 int.to_bytes is dead to mePaul Kehrer2015-08-082-11/+5
| * update commentPaul Kehrer2015-08-081-1/+1
| * add more prose about how the digest is generatedPaul Kehrer2015-08-081-1/+3
| * refactor integer to bytes as utils.int_to_bytesPaul Kehrer2015-08-082-5/+14
| * assert not remaining in SKI classmethodPaul Kehrer2015-08-071-0/+1
| * rename to classmethod to from_public_keyPaul Kehrer2015-08-053-8/+8
| * add SubjectKeyIdentifier.create_from_public_keyPaul Kehrer2015-08-053-4/+111
* | Merge pull request #2198 from reaperhulk/encode-crlAlex Gaynor2015-08-084-2/+224
|\ \
| * | move distpoint fullname/relativename to consts in backends.openssl.x509Paul Kehrer2015-08-082-5/+9
| * | switch to _encode_general_names.Paul Kehrer2015-08-081-8/+1
| * | remove a double for loop that made literally no sensePaul Kehrer2015-08-081-6/+5
| * | modify a CRL encode test to have multiple full_namesPaul Kehrer2015-08-081-3/+8
| * | switch ReasonFlags bit string setting to use a dict mappingPaul Kehrer2015-08-081-40/+18
| * | support relativename encoding using X509_NAMEPaul Kehrer2015-08-081-3/+6
| * | add missing testPaul Kehrer2015-08-081-0/+25
| * | support CRLDistributionPoints in the CertificateBuilderPaul Kehrer2015-08-083-0/+215
* | | Merge pull request #2225 from alex/error-messagePaul Kehrer2015-08-081-1/+2
|\ \ \ | |/ / |/| |
| * | Provide a better error message here.Alex Gaynor2015-08-081-1/+2
|/ /
* | Merge pull request #2217 from reaperhulk/extensions-oidsAlex Gaynor2015-08-072-5/+166
|\ \
| * | fix missed change for OID docsPaul Kehrer2015-08-071-1/+1
| * | update oid attribute docs to say which OID it will returnPaul Kehrer2015-08-061-16/+19
| * | add ExtensionType interfacePaul Kehrer2015-08-062-0/+29
| * | add oid attribute to all extension typesPaul Kehrer2015-08-062-1/+130
* | | Merge pull request #2222 from reaperhulk/memleak-partdeuxAlex Gaynor2015-08-061-0/+2
|\ \ \
| * | | X509_add_ext dupes the X509_EXTENSION when adding it. fix the leakPaul Kehrer2015-08-061-0/+2
* | | | Merge pull request #2221 from reaperhulk/memleakAlex Gaynor2015-08-061-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | fix a memory leak in certificate creation during extension creationPaul Kehrer2015-08-061-1/+1
|/ / /
* | | Merge pull request #2219 from reaperhulk/fix-2218Alex Gaynor2015-08-067-11/+11
|\ \ \
| * | | rename sign_x509_certificate backend method to create_x509_certificatePaul Kehrer2015-08-067-11/+11
|/ / /
* | | Merge pull request #2216 from reaperhulk/for-shame-sigmavirusAlex Gaynor2015-08-061-0/+20
|\ \ \ | |/ / |/| |
| * | add missing sign_x509_certificate X509Backend interface docsPaul Kehrer2015-08-061-0/+20
|/ /
* | Merge pull request #2212 from reaperhulk/aki-bindingsAlex Gaynor2015-08-051-0/+2
|\ \
| * | add a few additional bindings for AuthorityKeyIdentifier in OpenSSLPaul Kehrer2015-08-051-0/+2
|/ /
* | Merge pull request #2209 from reaperhulk/add-ca-vectorAlex Gaynor2015-08-052-0/+27
|\ \
| * | add intermediate CA vector for future AuthorityKeyIdentifier testingPaul Kehrer2015-08-052-0/+27
|/ /
* | Merge pull request #2206 from reaperhulk/refactor-encode-sanAlex Gaynor2015-08-051-7/+11
|\ \
| * | we still need to gc in encode_subject_alt_namePaul Kehrer2015-08-051-0/+3
| * | refactor SAN encoding to separate out general names in openssl backendPaul Kehrer2015-08-051-7/+8
* | | Merge pull request #2205 from reaperhulk/more-cdp-bindingsAlex Gaynor2015-08-052-2/+11
|\ \ \ | |/ / |/| |
| * | more bindings for CRLDistributionPoints encodingPaul Kehrer2015-08-052-2/+11
|/ /