summaryrefslogtreecommitdiff
path: root/lib/x509asn1.h
Commit message (Collapse)AuthorAgeFilesLines
* wolfssl: refer to it as wolfSSL onlyDaniel Stenberg2019-06-101-3/+3
| | | | | | | | | | Remove support for, references to and use of "cyaSSL" from the source and docs. wolfSSL is the current name and there's no point in keeping references to ancient history. Assisted-by: Daniel Gustafsson Closes #3903
* checksrc: code style: use 'char *name' styleDaniel Stenberg2016-11-241-11/+10
|
* Limit ASN.1 structure sizes to 256K. Prevent some allocation size overflows.Patrick Monnerat2016-11-241-3/+6
| | | | See CRL-01-006.
* schannel: add CURLOPT_CERTINFO supportAndrew Kurushin2016-06-011-2/+2
| | | | Closes #822
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
|
* cyassl: Implement public key pinningJay Satiro2015-04-221-2/+3
| | | | Also add public key extraction example to CURLOPT_PINNEDPUBLICKEY doc.
* gtls: implement CURLOPT_CERTINFOAlessandro Ghedini2015-03-201-3/+3
|
* Implement pinned public key in GSKit backendPatrick Monnerat2014-10-141-1/+3
|
* vtls: remove QsoSSLPatrick Monnerat2014-10-131-3/+3
|
* NSS: support for CERTINFO featurePatrick Monnerat2013-10-301-2/+2
|
* OS400: new SSL backend GSKitPatrick Monnerat2013-07-151-2/+2
|
* x509asn1.c,x509asn1.h: new module to support ASN.1/X509 parsing & info extractPatrick Monnerat2013-07-151-0/+129
Use from qssl backend