Topic: Why can't vierify the certificate chain in sgx Enclave?
I want verify the certificates chain.and I write code to test the function. and I tested it success in common mode. but in sgx enclave failed. it occured when i executed the function which named wolfSSL_CertManagerVerifyBuffer. the info as flows:
failed (-150): ASN date error, current date before. how can i resolve this problem?thanks.