summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2001-10-26 13:04:23 +0000
committerBodo Möller <bodo@openssl.org>2001-10-26 13:04:23 +0000
commitc602e7f4e8a1fd95b1e57b2183646db7126a5335 (patch)
tree82e3a86d36d4345f561c2500d9c08580215608b2 /CHANGES
parent1fc6d41bf662a8e441226b73ad36d8fa24aaa51d (diff)
disable caching in BIO_gethostbyname
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 54ca0cd059..8a01b58dae 100644
--- a/CHANGES
+++ b/CHANGES
@@ -12,6 +12,12 @@
*) applies to 0.9.6a/0.9.6b/0.9.6c and 0.9.7
+) applies to 0.9.7 only
+ *) Disable caching in BIO_gethostbyname(), directly use gethostbyname()
+ instead. BIO_gethostbyname() does not know what timeouts are
+ appropriate, so entries would stay in cache even when they hade
+ become invalid.
+ [Bodo Moeller; problem pointed out by Rich Salz <rsalz@zolera.com>
+
+) New command line and configuration option 'utf8' for the req command.
This allows field values to be specified as UTF8 strings.
[Steve Henson]