Hi Peter,
actually I have not set the SSL_CTX_set_verify_depth(), I assume that if I
don't, it would accept any depth, is that correct ? Also, for the
SSL_CTX_set_verify(), I use the following:
ssl_flags =| SSL_VERIFY_PEER | SSL_VERIFY_CLIENT_ONCE;
SSL_CTX_set_verify( ssl->ssl_ct
Hi all,
I have two issues when I am trying to verify the certificates from an SSL
connection. In particular I have difficulties in understanding how to:
- Add a set of certificates that are to be trusted (trust anchors..)
- Add a set of certificates that might be needed to build the chain
(no
Hi all,
I have two issues when I am trying to verify the certificates from an SSL
connection. In particular I have difficulties in understanding how to:
- Add a set of certificates that are to be trusted (trust anchors..)
- Add a set of certificates that might be needed to build the chain
(not
Hi all,
I have two issues when I am trying to verify the certificates from an SSL
connection. In particular I have difficulties in understanding how to:
- Add a set of certificates that are to be trusted (trust anchors..)
- Add a set of certificates that might be needed to build the chain
(n
Hi all,
I have two issues when I am trying to verify the certificates from an SSL
connection. In particular I have difficulties in understanding how to:
- Add a set of certificates that are to be trusted (trust anchors..)
- Add a set of certificates that might be needed to build the chain
(no
Hi all,
I have two issues when I am trying to verify the certificates from an SSL
connection. In particular I have difficulties in understanding how to:
- Add a set of certificates that are to be trusted (trust anchors..)
- Add a set of certificates that might be needed to build the chain
(not