Page 1 of 1

SSL_free

Posted: Fri Nov 27, 2020 9:00 pm
by edwinh
Hey guys.

I am trying to validate a free ssl certificate, but I am stuck .. in the openssl_client template they use the ssl.h library which works very well but with pages with a paid certificate .. It is possible to use this template (openss_client) for the test that I am trying to perform ?? Another detail that I have seen is the number of bits that the key generated by the certificate has.

Note: I have generated the key with openSSL in .crt and .pem

Re: SSL_free

Posted: Fri Nov 27, 2020 9:56 pm
by edwinh
Actually the example default run with ssl encript SHA256RSA but in my server support ssl encript SHA384RSA.. Your api have any method to support SHA384RSA??