X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=CHANGES;h=b113221647400c18fe78d300eba38c0512af47d1;hb=3e792793f6bd74e3a753c1b104417ba2b162f4f5;hp=b175fbd8c4f8471991d708728a0cc5d89ae878b4;hpb=7c23127fde8fe94af914961eb7702caa7f256a05;p=oweals%2Fopenssl.git diff --git a/CHANGES b/CHANGES index b175fbd8c4..b113221647 100644 --- a/CHANGES +++ b/CHANGES @@ -4,6 +4,16 @@ Changes between 1.0.1e and 1.0.2 [xx XXX xxxx] + *) Extended RSA OAEP support via EVP_PKEY API. Options to specify digest, + MGF1 digest and OAEP label. + [Steve Henson] + + *) Add EVP support for key wrapping algorithms, to avoid problems with + existing code the flag EVP_CIPHER_CTX_WRAP_ALLOW has to be set in + the EVP_CIPHER_CTX or an error is returned. Add AES and DES3 wrap + algorithms and include tests cases. + [Steve Henson] + *) Add functions to allocate and set the fields of an ECDSA_METHOD structure. [Douglas E. Engert, Steve Henson]