X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=CHANGES;h=9c3a1e3fd6d1793c34b877b13b202f7cc65b9807;hp=e0120ae153051b8d9c25c9899622b9624d2a67ad;hb=7df1c720f60ad3813cc88607c4520da031e41e88;hpb=b3756cf0e9622a4bbda5e4c417248255ba9daaf2 diff --git a/CHANGES b/CHANGES index e0120ae153..9c3a1e3fd6 100644 --- a/CHANGES +++ b/CHANGES @@ -4,13 +4,17 @@ Changes between 0.9.5a and 0.9.6 [xx XXX 2000] + *) New options added to the 'dgst' utility for signature + generation and verification. + [Steve Henson] + *) Unrecognized PKCS#7 content types are now handled via a catch all ASN1_TYPE structure. This allows unsupported types to be stored as a "blob" and an application can encode and decode it manually. [Steve Henson] - *) Fix various signed/unsigned issues to make a_strex,c + *) Fix various signed/unsigned issues to make a_strex.c compile under VC++. [Oscar Jacobsson ]