Topic: Questions about wolfSSL_CTX_use_certificate_buffer()
I used this interface to load certificate. The certificate's period of validity is 2015-2037. If the system date is 2000, this interface return not success. So would this interface check if the certificate is expire? Is it using the system time to compare?