X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=CHANGES;h=ef7d1b55ddac57a0a7642db3a4c051f107a2ee1f;hp=feba2200e7f61c4afd57b5e1684233c477589927;hb=230fd6b7b66f0b72b1cf7fc300652a1adf94ba1a;hpb=20b33a015f1ea8b0927aa5057d2e6abe053b902f diff --git a/CHANGES b/CHANGES index feba2200e7..ef7d1b55dd 100644 --- a/CHANGES +++ b/CHANGES @@ -4,6 +4,17 @@ Changes between 0.9.7 and 0.9.8 [xx XXX 2002] + *) Extend ASN1 encoder to support indefinite length constructed + encoding. This can output sequences tags and octet strings in + this form. Modify pk7_asn1.c to support indefinite length + encoding. This is experimental and needs additional code to + be useful, such as an ASN1 bio and some enhanced streaming + PKCS#7 code. + + Extend template encode functionality so that tagging is passed + down to the template encoder. + [Steve Henson] + *) Let 'openssl req' fail if an argument to '-newkey' is not recognized instead of using RSA as a default. [Bodo Moeller]