X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=CHANGES;h=4688929252e13e5797b223dc065a48e876e470a6;hp=698ac30004fcd2abfb46b9d5ffbfdd2dcb45442b;hb=e5c84d5152c11a3dfa436041d3336a6f403baad8;hpb=d49f3797a5a891ebc13ea12eb64c55d1eb53c5c1 diff --git a/CHANGES b/CHANGES index 698ac30004..4688929252 100644 --- a/CHANGES +++ b/CHANGES @@ -4,6 +4,12 @@ Changes between 0.9.5a and 0.9.6 [xx XXX 2000] + *) New function ERR_error_string_n(e, buf, len) which is like + ERR_error_string(e, buf), but writes at most 'len' bytes + including the 0 terminator. For ERR_error_string_n, 'buf' + may not be NULL. + [Damien Miller , Bodo Moeller] + *) CONF library reworked to become more general. A new CONF configuration file reader "class" is implemented as well as a new functions (NCONF_*, for "New CONF") to handle it. The now