summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2002-01-17 20:16:58 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2002-01-17 20:16:58 +0000
commit524c60c0fe5dd149fe0ae7f26570fab3215e305c (patch)
treede355fed6cfa85540713854950dad0a6bacd8137 /ChangeLog
parent8947d893a03242ae7efe29cfe6154ed7af134592 (diff)
downloadATCD-524c60c0fe5dd149fe0ae7f26570fab3215e305c.tar.gz
ChangeLogTag:Thu Jan 17 12:13:51 2002 Ossama Othman <ossama@uci.edu>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 11 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 2802cef835e..418327e8491 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,17 @@
+Thu Jan 17 12:13:51 2002 Ossama Othman <ossama@uci.edu>
+
+ * ace/SSL/SSL_Context.h (private_key, verify_private_key):
+
+ Added new documentation. These methods should only be called
+ after a certificate has been set since key verification is
+ performed against the certificate, among other things.
+
Thu Jan 17 13:11:27 2002 Chad Elliott <elliott_c@ociweb.com>
* ace/Message_Queue.h:
- * Message_Queue.cpp:
- * Message_Queue_T.h:
- * Message_Queue_T.cpp:
+ * ace/Message_Queue.cpp:
+ * ace/Message_Queue_T.h:
+ * ace/Message_Queue_T.cpp:
Provide the ability to enqueue based on the message deadline and
to dequeue based on priority, deadline and from the end.