Only call SSL_CTX_free if DO_SSL is defined.
[asterisk/asterisk.git] / main / tcptls.c
2012-05-23 Mark MichelsonOnly call SSL_CTX_free if DO_SSL is defined.
2012-05-18 Mark MichelsonFix memory leak of SSL_CTX structures in TLS core.
2012-05-10 Kinsey MooreResolve FORWARD_NULL static analysis warnings
2012-04-06 Kinsey MooreAdd missing newlines to CLI logging
2012-02-28 Richard MudgettConvert struct ast_tcptls_session_instance to finally...
2011-11-30 Tilghman LesherRemove the few places where we try to ast_verbose(...
2011-11-30 Jonathan Roser346525 | jrose | 2011-11-30 15:10:38 -0600 (Wed, 30...
2011-11-30 Jonathan RoseReverting 346525 due to accidental patch against trunk...
2011-11-30 Jonathan RoseCleaning up chan_sip/tcptls file descriptor closing.
2011-11-06 Olle JohanssonFormatting and doxygen improvements
2011-05-23 David VosselMerged revisions 320568 via svnmerge from
2011-05-20 David VosselMerged revisions 320338 via svnmerge from
2011-04-19 Leif MadsenMerged revisions 314251 via svnmerge from
2011-03-16 Terry WilsonMerged revisions 310999 via svnmerge from
2011-01-31 Jason ParkerMerged revisions 305247 via svnmerge from
2010-07-08 Mark MichelsonAdd IPv6 to Asterisk.
2010-03-20 Russell BryantResolve more compiler warnings on FreeBSD.
2010-02-16 David Vosselswap openssl with OpenSSL in warning message.
2010-02-16 David Vosselwarning message if openssl support is missing while...
2009-10-22 David VosselSIP TCP/TLS: move client connection setup/write into...
2009-09-24 David Vosselfixes tcptls_session memory leak caused by ref count...
2009-04-29 David VosselSIP option to specify outbound TLS/SSL client protocol.
2009-04-29 David VosselConsistent SSL/TLS options across conf files
2009-04-24 David VosselTLS/SSL private key option
2009-03-09 Jeff PeelerAdd Doxygen documentation for API changes from 1.6...
2009-02-04 Tilghman LesherWhen using a socket as a FILE *, the stdio functions...
2009-01-21 Russell BryantFix a regression in TCP support.
2009-01-17 Terry WilsonFix qualify for TCP peer
2008-12-13 Tilghman LesherMerge ast_str_opaque branch (discontinue usage of ast_s...
2008-12-12 Russell BryantRename a number of tcptls_session variables. There...
2008-10-19 Kevin P. Flemingcleaup of the TCP/TLS socket API:
2008-10-13 Olle JohanssonHighlightning even more bugs in the current tcp/tls...
2008-06-18 Brett BryantFix a crash in tcp and tls connections related to refer...
2008-06-17 Brett BryantUpdates all usages of ast_tcptls_session_instance to...
2008-03-12 Russell BryantRename ast_tcptls_server_instance to session_instance...
2008-03-04 Russell Bryantadd a destroy API call for a server instance
2008-03-04 Russell BryantMore public API name changes to use an appropriate...
2008-03-04 Russell BryantRename public object server_instance to ast_tcptls_serv...
2008-02-05 Mark MichelsonGet rid of any remaining ast_verbose calls in the code...
2008-01-23 Russell BryantFix tcptls build when openssl isn't installed
2008-01-22 Olle JohanssonDoxygen updates
2008-01-18 Russell BryantMerge changes from team/group/sip-tcptls