X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=CHANGES;h=e0120ae153051b8d9c25c9899622b9624d2a67ad;hp=278c98279cd674d4626dd756953d51e25b43109e;hb=d096b524afbdc371032d96d22f1686d88bfba0e9;hpb=c9b51693dc8f9f198281a4f8a976cf5e118313b4 diff --git a/CHANGES b/CHANGES index 278c98279c..e0120ae153 100644 --- a/CHANGES +++ b/CHANGES @@ -4,6 +4,12 @@ Changes between 0.9.5a and 0.9.6 [xx XXX 2000] + *) 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 compile under VC++. [Oscar Jacobsson ]