X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=CHANGES;h=11ccdce55849fa12e643aac96f9b03da7182ba27;hp=a51168ef92e56cf1bc41c2fc00562e2e549787dd;hb=fa1ba589f3feab2c1d8c87109d18978238a9877f;hpb=8c4ce7bab2dd880696d78f19336e3cabacbccb4a;ds=sidebyside diff --git a/CHANGES b/CHANGES index a51168ef92..11ccdce558 100644 --- a/CHANGES +++ b/CHANGES @@ -4,6 +4,14 @@ Changes between 1.0.0 and 1.1.0 [xx XXX xxxx] + *) Add algorithm specific signature printing. An individual ASN1 method + can now print out signatures instead of the standard hex dump. + + More complex signatures (e.g. PSS) can print out more meaningful + information. Include DSA version that prints out the signature + parameters r, s. + [Steve Henson] + *) Add -trusted_first option which attempts to find certificates in the trusted store even if an untrusted chain is also supplied. [Steve Henson]