mirror of
https://github.com/curl/curl.git
synced 2026-08-24 21:43:32 +03:00
x509asn1.c,x509asn1.h: new module to support ASN.1/X509 parsing & info extract
Use from qssl backend
This commit is contained in:
parent
e839446c2a
commit
3a24cb7bc4
6 changed files with 1319 additions and 17 deletions
|
|
@ -22,8 +22,8 @@
|
|||
|
||||
#include "curl_setup.h"
|
||||
|
||||
#if defined(USE_SSLEAY) || defined(USE_AXTLS)
|
||||
/* these two backends use functions from this file */
|
||||
#if defined(USE_SSLEAY) || defined(USE_AXTLS) || defined(USE_QSOSSL)
|
||||
/* these backends use functions from this file */
|
||||
|
||||
#include "hostcheck.h"
|
||||
#include "rawstr.h"
|
||||
|
|
@ -93,4 +93,4 @@ int Curl_cert_hostcheck(const char *match_pattern, const char *hostname)
|
|||
return 0;
|
||||
}
|
||||
|
||||
#endif /* SSLEAY or AXTLS */
|
||||
#endif /* SSLEAY or AXTLS or QSOSSL */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue