mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-02-04 00:05:05 +01:00
Added support for building with certificate parsing only. ./configure --enable-asn=nocrypt. Added new API for parsing PIV format certificates wc_ParseCertPIV with WOLFSSL_CERT_PIV build option. Added wc_DeCompress_ex with ability to decompress GZIP. Moved the ZLIB error codes into wolfCrypt.
This commit is contained in:
@@ -15414,15 +15414,6 @@ const char* wolfSSL_ERR_reason_error_string(unsigned long e)
|
||||
case NTRU_DECRYPT_ERROR:
|
||||
return "NTRU decrypt error";
|
||||
|
||||
case ZLIB_INIT_ERROR:
|
||||
return "zlib init error";
|
||||
|
||||
case ZLIB_COMPRESS_ERROR:
|
||||
return "zlib compress error";
|
||||
|
||||
case ZLIB_DECOMPRESS_ERROR:
|
||||
return "zlib decompress error";
|
||||
|
||||
case GETTIME_ERROR:
|
||||
return "gettimeofday() error";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user