aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Merge pull request #2202 from reaperhulk/cert-builder-checksAlex Gaynor2015-08-043-0/+167
|\
| * fix a few tests that were missedPaul Kehrer2015-08-052-0/+28
| * check that required fields are present in builder when signingPaul Kehrer2015-08-042-0/+139
* | Merge pull request #2201 from reaperhulk/doc-ssh-key-fixAlex Gaynor2015-08-041-0/+1
|\ \ | |/ |/|
| * document the ssh public key fixPaul Kehrer2015-08-041-0/+1
* | Merge pull request #2180 from reaperhulk/easy-conditional-fixDonald Stufft2015-08-0445-515/+450
|\ \ | |/ |/|
| * change approach for pypy performance reasonsPaul Kehrer2015-08-041-12/+13
| * only copy the attrs we know should exist (courtesy dstufft)Paul Kehrer2015-08-031-7/+9
| * remove commoncrypto CONDITIONAL_NAMESPaul Kehrer2015-08-0312-25/+0
| * remove openssl CONDITIONAL_NAMESPaul Kehrer2015-08-0330-489/+0
| * pass in the imports to make it a bit clearer what's going onPaul Kehrer2015-08-031-3/+3
| * move the attr setting to the __init__ of _ConditionalLibraryPaul Kehrer2015-08-031-12/+10
| * add test for conditional removalPaul Kehrer2015-08-011-0/+18
| * create a ConditionalLibrary and remove unsupported itemsPaul Kehrer2015-08-012-1/+431
* | Merge pull request #2193 from reaperhulk/encode-aiaAlex Gaynor2015-08-034-0/+83
|\ \
| * | add support for AIA to CertificateBuilder and OpenSSL backendPaul Kehrer2015-08-033-1/+54
| * | encode authority information accessPaul Kehrer2015-08-032-0/+30