Re: [openssl-dev] MGF1-OAEP with SHA2

2016-07-11 Thread Kurt Roeckx
On Sat, Jul 09, 2016 at 08:42:39PM +0200, c.hol...@ades.at wrote: > Hi! > > I tried with Openssl 1.0.1t from current Debian testing. > But I get > undefined symbol: EVP_PKEY_CTX_set_rsa_oaep_md 1.0.1t is in stable, not testing. 1.0.1 doesn't have that function, 1.0.2 does. Kurt --

Re: [openssl-dev] MGF1-OAEP with SHA2

2016-07-09 Thread Salz, Rich
> undefined symbol: EVP_PKEY_CTX_set_rsa_oaep_md > > Since when version it is in the libs?? It is in 1.0.2 > Do I need to link against other than -lssl and -lcrypto? No, those are the only two libraries OpenSSL has. -- openssl-dev mailing list To unsubscribe:

[openssl-dev] MGF1-OAEP with SHA2

2016-07-09 Thread c.hol...@ades.at
Hi! I tried with Openssl 1.0.1t from current Debian testing. But I get undefined symbol: EVP_PKEY_CTX_set_rsa_oaep_md Since when version it is in the libs?? Do I need to link against other than -lssl and -lcrypto? Thanks Christoph -- openssl-dev mailing list To unsubscribe:

Re: [openssl-dev] MGF1-OAEP with SHA2

2016-07-08 Thread Dr. Stephen Henson
On Thu, Jul 07, 2016, c.hol...@ades.at wrote: > > I try to get RSA enryption/decryption (over the API) with MGF1 > OAEP-padding other then SHA1. > You need to use the EVP_PKEY API and pass the required algotithm to EVP_PKEY_CTX_set_rsa_oaep_md() which is currently undocumented (fix coming up).

[openssl-dev] MGF1-OAEP with SHA2

2016-07-07 Thread c.hol...@ades.at
Hi! I try to get RSA enryption/decryption (over the API) with MGF1 OAEP-padding other then SHA1. As far I can see it is still limited to SHA1. Does anyone know a patch or is there a plan to extend it? I know too less about padding and MGF and I am not sure it is only a change of the digest