aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/tcptls.h
AgeCommit message (Expand)AuthorFilesLines
2010-07-08Add IPv6 to Asterisk.mmichelson1-4/+5
2009-10-22SIP TCP/TLS: move client connection setup/write into tcp helper thread, vario...dvossel1-6/+8
2009-04-29SIP option to specify outbound TLS/SSL client protocol.dvossel1-1/+7
2009-04-29Consistent SSL/TLS options across conf filesdvossel1-0/+5
2009-04-24TLS/SSL private key optiondvossel1-0/+1
2009-03-09Add Doxygen documentation for API changes from 1.6.0 to 1.6.1jpeeler1-0/+17
2009-01-17Fix qualify for TCP peertwilson1-1/+1
2008-12-13Merge ast_str_opaque branch (discontinue usage of ast_str internals)tilghman1-1/+1
2008-10-19cleaup of the TCP/TLS socket API:kpfleming1-36/+27
2008-06-17Updates all usages of ast_tcptls_session_instance to be managed by reference ...bbryant1-7/+2
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/+7
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-01-22Doxygen updatesoej1-11/+14
2008-01-18Merge changes from team/group/sip-tcptlsrussell1-0/+166