> From: owner-openssl-us...@openssl.org On Behalf Of Jerry OELoo
> Sent: Tuesday, October 28, 2014 04:20
> Now I use i2d_RSAPublicKey() to encode on RSA* from EVP_PKEY which
> will show same as [Chrome]
>
> One more thing, I find use i2d_RSAPublicKey() will be get same public
> between openssl A
Thanks Dave's quick and detail explanation.
I use RSA_print_fp to dump RSA in EVP_PKEY.
Now I use i2d_RSAPublicKey() to encode on RSA* from EVP_PKEY which
will show same as browser. Thanks a lot.
One more thing, I find use i2d_RSAPublicKey() will be get same public
between openssl API and browser
> From: owner-openssl-us...@openssl.org On Behalf Of Jerry OELoo
> Sent: Tuesday, October 28, 2014 02:03
> I use SSL_get_peer_certificate(), X509_get_pubkey() API to get web
> site https certificate public key, when I dump public key, I find
> which is not same as I see in browser (In Chrome, clic
Hi All:
I use SSL_get_peer_certificate(), X509_get_pubkey() API to get web
site https certificate public key, when I dump public key, I find
which is not same as I see in browser (In Chrome, click padlock in URL
address bar, -> Connection -> Certificate information ->
Certificate->Details -> Publi