Exetended OAEP support.
authorDr. Stephen Henson <steve@openssl.org>
Tue, 21 May 2013 22:55:50 +0000 (23:55 +0100)
committerDr. Stephen Henson <steve@openssl.org>
Wed, 12 Jun 2013 17:48:17 +0000 (18:48 +0100)
commit271fef0ef39a1c0cb5233a5adf3ff8733abb375e
tree228ccca1f677d3f83e8275da580690beea580e56
parent965e06da3c1f5ecfc7f80bce843be00f508a68de
Exetended OAEP support.

Extend OAEP support. Generalise the OAEP padding functions to support
arbitrary digests. Extend EVP_PKEY RSA method to handle the new OAEP
padding functions and add ctrls to set the additional parameters.
CHANGES
crypto/rsa/rsa.h
crypto/rsa/rsa_err.c
crypto/rsa/rsa_oaep.c
crypto/rsa/rsa_pmeth.c