Thanks,
I think I managed what I needed by using the CertManager and DecodedCert functions
You are not logged in. Please login or register.
Please post questions or comments you have about wolfSSL products here. It is helpful to be as descriptive as possible when asking your questions.
ReferenceswolfSSL - Embedded SSL Library → Posts by smith.jhn182
Pages 1
Thanks,
I think I managed what I needed by using the CertManager and DecodedCert functions
As a client I'm trying to validate a certificate chain and if it fails I use a callback to do some of my own validation on the root certificate.
I'm using wolfSSL_CTX_set_verify to setup my callback and i'm using wolfSSL_setCertCbCtx to pass in my own arguments in order to perform some minor validation of the root cert and if it matches what I want then I load specific cert from the system or a buffer.
I don't want to use any openssl compatibility code so I'm not using OPENSSL_ALL, OPENSSL_EXTRA, etc. and thus I can't use wolfSSL_X509_verify_cert.
Is there a way to have wolfssl attempt to re-validate the chain now that I have loaded a cert into my ssl context?
Pages 1
wolfSSL - Embedded SSL Library → Posts by smith.jhn182
Powered by PunBB, supported by Informer Technologies, Inc.
Generated in 0.015 seconds (96% PHP - 4% DB) with 4 queries