]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Update ChangeLog
authorAsterisk Autobuilder <asteriskteam@digium.com>
Mon, 16 Jul 2012 14:39:30 +0000 (14:39 +0000)
committerAsterisk Autobuilder <asteriskteam@digium.com>
Mon, 16 Jul 2012 14:39:30 +0000 (14:39 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/tags/10.6.1-digiumphones@370105 65c4cc65-6c06-0410-ace0-fbb531ad65f3

ChangeLog

index 5604e1293190031bc84815fd052d769b94c830f2..48e8e659e49057a37c280018829e0dbc25546b59 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+2102-07-16  Asterisk Development Team <asteriskteam@digium.com>
+
+       * Asterisk 10.6.1-digiumphones Released.
+
+       * Remove a superfluous and dangerous freeing of an SSL_CTX that could
+         lead to a crash in tcptls
+
+         The problem here is that multiple server sessions share a SSL_CTX.
+         When on session ended, the SSL_CTX would be freed and set NULL,
+         leaving the other sessions unable to function.
+
+         The code being removed is superfluous because the SSL_CTX structures
+         for servers will be properly freed when ast_ssl_teardown is called.
+
+         (closes issue ASTERISK-20074)
+
 2012-07-10  Asterisk Development Team <asteriskteam@digium.com>
 
        * Asterisk 10.6.0-digiumphones Released.