SSL_ClientReadyCert

Discussion to talk about software related topics only.
Post Reply
petaluma007
Posts: 4
Joined: Wed Jan 19, 2022 3:11 pm

SSL_ClientReadyCert

Post by petaluma007 »

I have an application where it needs to set the client certificate with a bootstrap certificate and later set a new certificate issued by Certificate Authority. In the beginning of my application I am calling SslInit and then calling SSL_ClientReadyCert with a bootstrap certificate.

So my question is: once my application has received a new certificate can my application call SSL_ClientReadyCert again, to set the client certificate with the new one? It is not clear in the documentation whether this API can be called multiple times.
Post Reply