mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-29 18:27:29 +02:00
Added description for added ASN options.
This commit is contained in:
@ -47,6 +47,13 @@ ASN Options:
|
||||
* WOLFSSL_SMALL_CERT_VERIFY: Verify the certificate signature without using
|
||||
DecodedCert. Doubles up on some code but allows smaller dynamic memory
|
||||
usage.
|
||||
* WOLFSSL_NO_OCSP_DATE_CHECK: Disable date checks for OCSP responses. This
|
||||
may be required when the system's real-time clock is not very accurate.
|
||||
It is recommended to enforce the nonce check instead if possible.
|
||||
* WOLFSSL_FORCE_OCSP_NONCE_CHECK: Require nonces to be available in OCSP
|
||||
responses. The nonces are optional and may not be supported by all
|
||||
responders. If it can be ensured that the used responder sends nonces this
|
||||
option may improve security.
|
||||
*/
|
||||
|
||||
#ifndef NO_ASN
|
||||
|
Reference in New Issue
Block a user