X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=CHANGES;h=97e9dcb5ecab3e28ec5453526b0b8ad2126df044;hp=bbeaa2a75d385894d446d3752ff644ad9ae3a8e7;hb=1b266dabf5417e228d9e970d4f2923fec92fea1e;hpb=f43c814917fea994234376b7c7538ad26b9c46bf diff --git a/CHANGES b/CHANGES index bbeaa2a75d..97e9dcb5ec 100644 --- a/CHANGES +++ b/CHANGES @@ -10,6 +10,10 @@ [23-Dec-1998] down below; but in later versions, these hyphens are gone.] + *) Fix most of the other PKCS#7 bugs. The "experimental" code can now + correctly handle encrypted S/MIME data. + [Steve Henson] + *) Change type of various DES function arguments from des_cblock (which means, in function argument declarations, pointer to char) to des_cblock * (meaning pointer to array with 8 char elements),