From: Ben Laurie Date: Thu, 31 Dec 1998 17:11:46 +0000 (+0000) Subject: Document recent changes. X-Git-Tag: OpenSSL_0_9_2b~308 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=6063b27bb6a64c65df2b15fbea156d6738ff8d1c;p=oweals%2Fopenssl.git Document recent changes. --- diff --git a/CHANGES b/CHANGES index 1f1ddd1f62..01c358cd53 100644 --- a/CHANGES +++ b/CHANGES @@ -5,6 +5,15 @@ Changes between 0.9.1c and 0.9.2 + *) Make Montgomery context stuff explicit in RSA data structure. + [Ben Laurie] + + *) Fix build order of pem and err to allow for generated pem.h. + [Ben Laurie] + + *) Fix renumbering bug in X509_NAME_delete_entry(). + [Ben Laurie] + *) Enhanced the err-ins.pl script so it makes the error library number global and can add a library name. This is needed for external ASN1 and other error libraries.