summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>2001-12-20 16:54:55 +0000
committerSteve Huston <shuston@riverace.com>2001-12-20 16:54:55 +0000
commit59de19a9b90fc6721b36560310be69f9228ef1c0 (patch)
tree47e6ec938eed45c10304c25c60de486ac55c3575 /ChangeLog
parentadfcfd43018253a5372b101427376951b8ac4d24 (diff)
downloadATCD-59de19a9b90fc6721b36560310be69f9228ef1c0.tar.gz
ChangeLogTag:Thu Dec 20 11:43:29 2001 Steve Huston <shuston@riverace.com>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 35dd5ab9de8..e45b5110061 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,21 @@
+Thu Dec 20 11:43:29 2001 Steve Huston <shuston@riverace.com>
+
+ * tests/SSL: New directory for ACE_SSL tests.
+
+ * tests/SSL/dummy.pem:
+ * tests/SSL/key.pem:
+ * tests/SSL/Makefile:
+ * tests/SSL/Makefile.bor: Structure support for new tests.
+
+ * tests/Thread_Pool_Reactor_SSL_Test.(h cpp): Tests the ACE_TP_Reactor
+ with ACE_SSL wrappers. Thank you to Robert Handl
+ <Robert.Handl@era.ericsson.se> for contributing this test.
+
+ * tests/Makefile:
+ * tests/Makefile.bor: Add SSL to build dirs if building with SSL.
+
+ * THANKS: Added Robert Handl to the Hall of Fame.
+
Thu Dec 20 11:34:51 2001 Steve Huston <shuston@riverace.com>
* ace/SSL/SSL_SOCK_Acceptor.(h cpp i):