aboutsummaryrefslogtreecommitdiffstats
path: root/src/_cffi_src/openssl/asn1.py
Commit message (Collapse)AuthorAgeFilesLines
* add support for Certificate signature and tbs_certificatePaul Kehrer2015-11-031-1/+1
|
* Remove long comments and workarounds, use new cffi syntaxAlex Gaynor2015-10-211-18/+1
|
* support InhibitAnyPolicy in CertificateBuilderPaul Kehrer2015-08-081-0/+1
|
* more openssl bindings for encoding certificate policy structuresPaul Kehrer2015-08-081-0/+4
|
* add support for encoding SubjectKeyIdentifier to CertificateBuilderPaul Kehrer2015-08-081-0/+1
|
* remove openssl CONDITIONAL_NAMESPaul Kehrer2015-08-031-2/+0
|
* Support encoding KeyUsage into certificate signing requestsPaul Kehrer2015-07-231-0/+2
|
* this is constPaul Kehrer2015-07-111-1/+1
|
* support for OtherName encoding for general namesPaul Kehrer2015-07-111-0/+1
|
* parse SAN otherNames into OtherName instances rather than raising an exceptionJoshua Tauberer2015-07-061-0/+2
| | | | Test added.
* Added some nonsense around IA5STRINGAlex Gaynor2015-07-031-1/+4
|
* convert to cffi 1.0 precompile systemPaul Kehrer2015-06-071-0/+160