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.