Hi all,

I need to correct my WTF comment - RTFM !!!! RSA_size return bytes. Sorry

LJB
 
> evp = PEM_read_PrivateKey(fp, NULL, NULL, NULL); #ifdef TEST RSA *rsa =
> EVP_PKEY_get1_RSA(evp); printf("\nRSA modulus: %d\n\n", RSA_size(rsa));
> #endif
> 
> The output is: "RSA modulus: 512" (WTF!)

-- 
openssl-dev mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev

Reply via email to