commit | 741a9690df52b947861deeafec87ab86074c0929 | [log] [tgz] |
---|---|---|
author | Ulf Möller <ulf@openssl.org> | Tue Feb 06 02:54:02 2001 +0000 |
committer | Ulf Möller <ulf@openssl.org> | Tue Feb 06 02:54:02 2001 +0000 |
tree | ab821f7988ca236b0242cf04c8638d67b53afbf4 | |
parent | e24e40657f7318248356699e8ec99cb746450708 [diff] [blame] |
Fix potential buffer overrun for EBCDIC.
diff --git a/CHANGES b/CHANGES index f817e93..e3f2653 100644 --- a/CHANGES +++ b/CHANGES
@@ -3,6 +3,9 @@ Changes between 0.9.6 and 0.9.7 [xx XXX 2000] + *) Fix potential buffer overrun for EBCDIC. + [Ulf Moeller] + *) New function OCSP_copy_nonce() to copy nonce value (if present) from request to response. [Steve Henson]