From: Bodo Möller Date: Tue, 12 Nov 2002 13:35:27 +0000 (+0000) Subject: fix order of changes -- if B depends on A, A should be listed X-Git-Tag: OpenSSL_0_9_7-beta4~65 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=46ce790727e10a191fd65cc6e791289617f70e29;p=oweals%2Fopenssl.git fix order of changes -- if B depends on A, A should be listed after B (reversed 'chronological' order) --- diff --git a/CHANGES b/CHANGES index 68c4d42218..6751a6a4da 100644 --- a/CHANGES +++ b/CHANGES @@ -27,14 +27,14 @@ *) Avoid filename truncation in cert requests. [Ben Laurie (CHATS)] - *) New OPENSSL_assert() macro (similar to assert(), but enabled - unconditionally). - [Ben Laurie (CHATS)] - *) Add assertions to check for (supposedly impossible) buffer overflows. [Ben Laurie (CHATS)] + *) New OPENSSL_assert() macro (similar to assert(), but enabled + unconditionally). + [Ben Laurie (CHATS)] + *) Don't cache truncated DNS entries in the local cache (this could potentially lead to a spoofing attack). [Ben Laurie (CHATS)]