summaryrefslogtreecommitdiff
path: root/main/tcptls.c
AgeCommit message (Expand)Author
2014-07-03HTTP: Add persistent connection support.Richard Mudgett
2014-07-03main/tcptls: Add checks for OpenSSL Elliptic Curve supportMatthew Jordan
2014-07-03main/tcptls: Add support for Perfect Forward SecrecyMatthew Jordan
2014-06-13AST-2014-007: Fix of fix to allow AMI and SIP TCP to send messages.Richard Mudgett
2014-06-12AST-2014-007: Fix DOS by consuming the number of allowed HTTP connections.Richard Mudgett
2014-04-27tcptls.c : Log errors as ERROR, not warning or something else.Olle Johansson
2014-03-28http: response body often missing after specific requestScott Griepentrog
2014-02-04tcptls.c: Made TLS handle a certificate chain file.Richard Mudgett
2014-01-26tcptls.c: Add missing cleanup on off nominal path.Richard Mudgett
2013-12-16security: Inhibit execution of privilege escalating functionsDavid M. Lee
2013-03-15tcptls: Prevent unsupported options from being setKinsey Moore
2012-10-17Ensure Asterisk fails TCP/TLS SIP calls when certificate checking failsKinsey Moore
2012-10-12Do not use a FILE handle when doing SIP TCP reads.Mark Michelson
2012-09-14Resolve memory leaks in TLS initialization and TLS client connectionsMatthew Jordan
2012-07-31Clean up and ensure proper usage of alloca()Kinsey Moore
2012-07-06Remove a superfluous and dangerous freeing of an SSL_CTX.Mark Michelson
2012-06-15Multiple revisions 369001-369002Kevin P. Fleming
2012-05-31Coverity Report: Fix issues for error type REVERSE_INULL (core modules)Richard Mudgett
2012-05-23Only call SSL_CTX_free if DO_SSL is defined.Mark Michelson
2012-05-18Fix memory leak of SSL_CTX structures in TLS core.Mark Michelson
2012-05-10Resolve FORWARD_NULL static analysis warningsKinsey Moore
2012-04-06Add missing newlines to CLI loggingKinsey Moore
2012-02-28Convert struct ast_tcptls_session_instance to finally use the ao2 object lock.Richard Mudgett
2011-11-30Remove the few places where we try to ast_verbose() without a newline.Tilghman Lesher
2011-11-30r346525 | jrose | 2011-11-30 15:10:38 -0600 (Wed, 30 Nov 2011) | 18 linesJonathan Rose
2011-11-30Reverting 346525 due to accidental patch against trunk instead of 1.8Jonathan Rose
2011-11-30Cleaning up chan_sip/tcptls file descriptor closing.Jonathan Rose
2011-11-06Formatting and doxygen improvementsOlle Johansson
2011-05-23Merged revisions 320568 via svnmerge from David Vossel
2011-05-20Merged revisions 320338 via svnmerge from David Vossel
2011-04-19Merged revisions 314251 via svnmerge from Leif Madsen
2011-03-16Merged revisions 310999 via svnmerge from Terry Wilson
2011-01-31Merged revisions 305247 via svnmerge from Jason Parker
2010-07-08Add IPv6 to Asterisk.Mark Michelson
2010-03-20Resolve more compiler warnings on FreeBSD.Russell Bryant
2010-02-16swap openssl with OpenSSL in warning message.David Vossel
2010-02-16warning message if openssl support is missing while attempting tls connectionDavid Vossel
2009-10-22SIP TCP/TLS: move client connection setup/write into tcp helper thread, vario...David Vossel
2009-09-24fixes tcptls_session memory leak caused by ref count errorDavid Vossel
2009-04-29SIP option to specify outbound TLS/SSL client protocol.David Vossel
2009-04-29Consistent SSL/TLS options across conf filesDavid Vossel
2009-04-24TLS/SSL private key optionDavid Vossel
2009-03-09Add Doxygen documentation for API changes from 1.6.0 to 1.6.1Jeff Peeler
2009-02-04When using a socket as a FILE *, the stdio functions will sometimes try to doTilghman Lesher
2009-01-21Fix a regression in TCP support.Russell Bryant
2009-01-17Fix qualify for TCP peerTerry Wilson
2008-12-13Merge ast_str_opaque branch (discontinue usage of ast_str internals)Tilghman Lesher
2008-12-12Rename a number of tcptls_session variables. There are no functional changes...Russell Bryant
2008-10-19cleaup of the TCP/TLS socket API:Kevin P. Fleming
2008-10-13Highlightning even more bugs in the current tcp/tls implementation.Olle Johansson