Hi,
I'd like to find out
whether openssl provides the same certificate handling APIs as RSA does, such as
the followings:
X509_STORE_CTX_get_ex_data()
SSLCERT_STORE_CTX_get_current_cert()
SSLCERT_to_binary()
SSLCERT_STORE_CTX_get_current_cert()
SSLCERT_to_binary()
Would be great to
know if openssl provides similar functionalities with different API
signatures.
Thanks
Victor