X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=CHANGES;h=eb80eb6184881f741a3dd1a17389029f0f381aec;hp=403568adc0d52f8acce5c806987b153d2f9acd96;hb=6308af199d97d1163d4317557e2d655d7aa211ae;hpb=8e5b6314ef3dd6de9188614ff356c0388fc37134 diff --git a/CHANGES b/CHANGES index 403568adc0..eb80eb6184 100644 --- a/CHANGES +++ b/CHANGES @@ -3,6 +3,12 @@ Changes between 0.9.6 and 0.9.7 [xx XXX 2000] + *) Change PKCS12_key_gen_asc() so it can cope with non null + terminated strings whose length is passed in the passlen + parameter, for example from PEM callbacks. This was done + by adding an extra length parameter to asc2uni(). + [Steve Henson, reported by ] + *) New OCSP utility. Allows OCSP requests to be generated or read. The request can be sent to a responder and the output parsed, outputed or printed in text form. Not complete yet: