I have generated a certificate using openssl with the below command.
openssl ecparam -out <output_file> -name secp256r1 -genkey
What would be the RNG used in this case? and is it cryptographically secure?
I have generated a certificate using openssl with the below command.
openssl ecparam -out <output_file> -name secp256r1 -genkey
What would be the RNG used in this case? and is it cryptographically secure?