X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=CHANGES;h=7940b565ffe2681ab6263d1ac6d935e2e6e6e0e1;hp=4c8a93cb1b96578515cec04ba6f02a447c715680;hb=51740b12aea66de6200200bd330b2f411da7f6ad;hpb=f51cf14b85e489a8ab357fc16719efb711e76a1f diff --git a/CHANGES b/CHANGES index 4c8a93cb1b..7940b565ff 100644 --- a/CHANGES +++ b/CHANGES @@ -3,7 +3,25 @@ Changes between 0.9.6 and 0.9.7 [xx XXX 2000] - *) Fix a memory leak in err.c: free err_data string if necessary. + *) Enhance bctest to search for a working bc along $PATH and print + it when found. + [Tim Rice via Richard Levitte] + + *) Add a 'copy_extensions' option to the 'ca' utility. This copies + extensions from a certificate request to the certificate. + [Steve Henson] + + *) Allow multiple 'certopt' and 'nameopt' options to be separated + by commas. Add 'namopt' and 'certopt' options to the 'ca' config + file: this allows the display of the certificate about to be + signed to be customised, to allow certain fields to be included + or excluded and extension details. The old system didn't display + multicharacter strings properly, omitted fields not in the policy + and couldn't display additional details such as extensions. + [Steve Henson] + + *) Fix memory leaks in err.c: free err_data string if necessary; + don't write to the wrong index in ERR_set_error_data. [Bodo Moeller] *) Function EC_POINTs_mul for simultaneous scalar multiplication