aboutsummaryrefslogtreecommitdiffstats
path: root/main/tcptls.c
AgeCommit message (Expand)AuthorFilesLines
2010-07-08Add IPv6 to Asterisk.mmichelson1-30/+28
2010-03-20Resolve more compiler warnings on FreeBSD.russell1-0/+1
2010-02-16swap openssl with OpenSSL in warning message.dvossel1-1/+1
2010-02-16warning message if openssl support is missing while attempting tls connectiondvossel1-0/+5
2009-10-22SIP TCP/TLS: move client connection setup/write into tcp helper thread, vario...dvossel1-27/+41
2009-09-24fixes tcptls_session memory leak caused by ref count errordvossel1-2/+7
2009-04-29SIP option to specify outbound TLS/SSL client protocol.dvossel1-10/+43
2009-04-29Consistent SSL/TLS options across conf filesdvossel1-0/+36
2009-04-24TLS/SSL private key optiondvossel1-4/+12
2009-03-09Add Doxygen documentation for API changes from 1.6.0 to 1.6.1jpeeler1-9/+0
2009-02-04When using a socket as a FILE *, the stdio functions will sometimes try to dotilghman1-1/+3
2009-01-21Fix a regression in TCP support.russell1-1/+1
2009-01-17Fix qualify for TCP peertwilson1-4/+4
2008-12-13Merge ast_str_opaque branch (discontinue usage of ast_str internals)tilghman1-1/+1
2008-12-12Rename a number of tcptls_session variables. There are no functional changes...russell1-61/+61
2008-10-19cleaup of the TCP/TLS socket API:kpfleming1-121/+135
2008-10-13Highlightning even more bugs in the current tcp/tls implementation.oej1-3/+5
2008-06-18Fix a crash in tcp and tls connections related to reference counts.bbryant1-1/+2
2008-06-17Updates all usages of ast_tcptls_session_instance to be managed by reference ...bbryant1-9/+27
2008-03-12Rename ast_tcptls_server_instance to session_instance, since this pertains torussell1-7/+7
2008-03-04add a destroy API call for a server instancerussell1-0/+6
2008-03-04More public API name changes to use an appropriate ast_ prefixrussell1-7/+7
2008-03-04Rename public object server_instance to ast_tcptls_server_instancerussell1-6/+6
2008-02-05Get rid of any remaining ast_verbose calls in the code in favor of mmichelson1-8/+7
2008-01-23Fix tcptls build when openssl isn't installedrussell1-6/+6
2008-01-22Doxygen updatesoej1-25/+22
2008-01-18Merge changes from team/group/sip-tcptlsrussell1-0/+452