aboutsummaryrefslogtreecommitdiffstats
path: root/src/_cffi_src/openssl/x509name.py
Commit message (Collapse)AuthorAgeFilesLines
* add X509_NAME_print_ex (#4174)Joshua Crowgey2018-04-041-0/+1
| | | | | | | | * add X509_NAME_print_ex * Addressing code review + removed comment from bindings regarding deprecation of _print_oneline
* Funcs macros gone (#3695)Paul Kehrer2017-06-271-3/+0
| | | | | | | | * No more FUNCS/MACROS distinction * change the docs to not talk about MACROS since they're gone * remove out of date comment
* Attempt to simplify the libressl checing (#3482)Alex Gaynor2017-03-261-1/+1
| | | | | | | | | | * Attempt to simplify the libressl checing * SHENANGINS * Attempted fix * More simplification
* Name: add support for multi-value RDNs (#3202)Fraser Tweedale2016-11-111-0/+10
| | | | | | | | Update the Name class to accept and internally store a list of RelativeDistinguishedName objects. Add the 'rdns' attribute to give access to the RDNs. Update ASN.1 routines to correctly decode and encode multi-value RDNs. Fixes: https://github.com/pyca/cryptography/issues/3199
* constify x509name functions (#3104)Paul Kehrer2016-08-241-8/+12
|
* move functions that were const-ified in 1.1.0-pre6 (#3090)Paul Kehrer2016-08-161-6/+10
|
* opaque X509_NAMEPaul Kehrer2016-03-091-4/+8
|
* more bindings for CRLDistributionPoints encodingPaul Kehrer2015-08-051-2/+8
|
* remove openssl CONDITIONAL_NAMESPaul Kehrer2015-08-031-2/+0
|
* convert to cffi 1.0 precompile systemPaul Kehrer2015-06-071-0/+63