summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJean-Paul Calderone <exarkun@boson>2008-12-28 21:55:56 -0500
committerJean-Paul Calderone <exarkun@boson>2008-12-28 21:55:56 -0500
commit327d8f974d74ef764328cef800d98b1a10260cbc (patch)
treec9aafdfb54c3181b3d5ca68e85f34dbe6be7bb35 /ChangeLog
parentb6f0d60e017635acce70495c8c4a11c910b1759d (diff)
downloadpyopenssl-327d8f974d74ef764328cef800d98b1a10260cbc.tar.gz
Expose some new DTLS-related constants in OpenSSL.SSL - OP_NO_QUERY_MTU, OP_COOKIE_EXCHANGE, and OP_NO_TICKET.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index dbb5894..fd7b45a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2008-12-28 Jean-Paul Calderone <exarkun@twistedmatrix.com>
+ * test/test_ssl.py, src/ssl/ssl.c: Expose DTLS-related constants,
+ OP_NO_QUERY_MTU, OP_COOKIE_EXCHANGE, and OP_NO_TICKET.
+
+2008-12-28 Jean-Paul Calderone <exarkun@twistedmatrix.com>
+
* src/ssl/context.c: Add a capath parameter to
Context.load_verify_locations to allow Python code to specify
either or both arguments to the underlying