X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=CHANGES;h=1a0e511c66ac21a89a0d17f356363c32b10f045b;hp=8f8e79401883ffd1d3ad23e795eb17236ddcd33a;hb=4c623cddbeaefc7267cf90aa0348e89ee4c45e9e;hpb=8d207ee3d1f52dbd96e0a14693cba3bb3e436af8 diff --git a/CHANGES b/CHANGES index 8f8e794018..1a0e511c66 100644 --- a/CHANGES +++ b/CHANGES @@ -4,6 +4,11 @@ Changes between 1.0.0 and 1.1.0 [xx XXX xxxx] + *) New -sigopt option to the req and x509 utilities. Additional + signature parameters can be passed using this option and in + particular PSS. Todo: ca support. + [Steve Henson] + *) Add RSA PSS signing function. This will generate and set the appropriate AlgorithmIdentifiers for PSS based on those in the corresponding EVP_MD_CTX structure. No application support yet.