aboutsummaryrefslogtreecommitdiffstats
path: root/src/_cffi_src/openssl/x509v3.py
Commit message (Collapse)AuthorAgeFilesLines
* more openssl bindings for encoding certificate policy structuresPaul Kehrer2015-08-081-0/+1
|
* add a few additional bindings for AuthorityKeyIdentifier in OpenSSLPaul Kehrer2015-08-051-0/+2
|
* more bindings for CRLDistributionPoints encodingPaul Kehrer2015-08-051-0/+3
|
* Merge pull request #2180 from reaperhulk/easy-conditional-fixDonald Stufft2015-08-041-2/+0
|\ | | | | create a ConditionalLibrary and remove unsupported items
| * remove openssl CONDITIONAL_NAMESPaul Kehrer2015-08-031-2/+0
| |
* | encode authority information accessPaul Kehrer2015-08-031-0/+6
|/
* add many bindings we'll need to encode a certificate policies extensionPaul Kehrer2015-07-261-0/+21
|
* let's also add the binding to make a new GENERAL_SUBTREE stackPaul Kehrer2015-07-241-0/+1
|
* bindings for CRL encodingPaul Kehrer2015-07-241-0/+7
|
* Support encoding ExtendedKeyUsage into certificate signing requestsPaul Kehrer2015-07-231-0/+3
|
* support for OtherName encoding for general namesPaul Kehrer2015-07-111-0/+3
|
* Refs #2108 -- expand the OTHERNAME binding.Alex Gaynor2015-07-041-1/+2
|
* added a few more x509 bindings for SAN encodingAlex Gaynor2015-07-031-0/+5
|
* add name constraints and general subtree struct and macro stack defsPaul Kehrer2015-06-211-0/+25
|
* convert to cffi 1.0 precompile systemPaul Kehrer2015-06-071-0/+220