What does RSA_public_encrypt use for hash and mgf

2013-12-12 Thread Dereck Hurtubise
Can someone tell me what hash algorithm the RSA_public_encrypt function uses? Is this SHA1 only for both? Dereck

Re: What does RSA_public_encrypt use for hash and mgf

2013-12-12 Thread Kenneth Goldman
...@gmail.com To: openssl-users@openssl.org Date: 12/12/2013 07:55 AM Subject:What does RSA_public_encrypt use for hash and mgf Sent by:owner-openssl-us...@openssl.org Can someone tell me what hash algorithm the RSA_public_encrypt function uses? Is this SHA1 only for both? Dereck

Re: What does RSA_public_encrypt use for hash and mgf

2013-12-12 Thread Dereck Hurtubise
. This mode is recommended for all new applications. -- Ken Goldman kgold...@us.ibm.com 914-945-2415 (862-2415) From:Dereck Hurtubise djhurtub...@gmail.com To:openssl-users@openssl.org Date:12/12/2013 07:55 AM Subject:What does RSA_public_encrypt use

Re: What does RSA_public_encrypt use for hash and mgf

2013-12-12 Thread Dr. Stephen Henson
On Thu, Dec 12, 2013, Dereck Hurtubise wrote: I read that. Still doesn't give me a clue if the hash and the mgf both use sha1 They do both use SHA1. OpenSSL 1.0.2 and later via the EVP_PKEY interface can be set to use other digests. Steve. -- Dr Stephen N. Henson. OpenSSL project core