X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=CHANGES;h=a4672fa21a471074c9434d73459c6491eed5a529;hp=7b325171fb189424f59c5788520b2281cedb022c;hb=df0822688fc3432cf800cdc07c7f9016ea201170;hpb=d4830d018dfdab5d5d497d88207ee8f1761cf878 diff --git a/CHANGES b/CHANGES index 7b325171fb..a4672fa21a 100644 --- a/CHANGES +++ b/CHANGES @@ -9,6 +9,19 @@ Changes between 1.1.1 and 3.0.0 [xx XXX xxxx] + *) s390x assembly pack: add hardware-support for P-256, P-384, P-521, + X25519, X448, Ed25519 and Ed448. + [Patrick Steuer] + + *) Print all values for a PKCS#12 attribute with 'openssl pkcs12', not just + the first value. + [Jon Spillett] + + *) Deprecated the public definition of ERR_STATE as well as the function + ERR_get_state(). This is done in preparation of making ERR_STATE an + opaque type. + [Richard Levitte] + *) Added ERR functionality to give callers access to the stored function names that have replaced the older function code based functions.