summaryrefslogtreecommitdiff
path: root/main/tcptls.c
AgeCommit message (Expand)Author
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
2008-06-18Fix a crash in tcp and tls connections related to reference counts.Brett Bryant
2008-06-17Updates all usages of ast_tcptls_session_instance to be managed by reference ...Brett Bryant
2008-03-12Rename ast_tcptls_server_instance to session_instance, since this pertains toRussell Bryant
2008-03-04add a destroy API call for a server instanceRussell Bryant
2008-03-04More public API name changes to use an appropriate ast_ prefixRussell Bryant
2008-03-04Rename public object server_instance to ast_tcptls_server_instanceRussell Bryant
2008-02-05Get rid of any remaining ast_verbose calls in the code in favor of Mark Michelson
2008-01-23Fix tcptls build when openssl isn't installedRussell Bryant
2008-01-22Doxygen updatesOlle Johansson
2008-01-18Merge changes from team/group/sip-tcptlsRussell Bryant