summaryrefslogtreecommitdiff
path: root/include/asterisk/tcptls.h
AgeCommit message (Expand)Author
2017-12-22Remove as much trailing whitespace as possible.Sean Bright
2016-11-22tcptls: Use new certificate upon sip reloadMichael Kuron
2016-11-15Implement internal abstraction for iostreamsTimo Teräs
2016-02-03AST-2016-001 http: Provide greater control of TLS and set modern defaults.Joshua Colp
2015-05-15Add X.509 subject alternative name support to TLS certificateMaciej Szmigiero
2014-07-03HTTP: Add persistent connection support.Richard Mudgett
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
2012-10-12Do not use a FILE handle when doing SIP TCP reads.Mark Michelson
2012-05-18Fix memory leak of SSL_CTX structures in TLS core.Mark Michelson
2012-02-28Convert struct ast_tcptls_session_instance to finally use the ao2 object lock.Richard Mudgett
2012-02-24Fix worker thread resource leak in SIP TCP/TLS.Richard Mudgett
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
2010-07-08Add IPv6 to Asterisk.Mark Michelson
2009-10-22SIP TCP/TLS: move client connection setup/write into tcp helper thread, vario...David 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-01-17Fix qualify for TCP peerTerry Wilson
2008-12-13Merge ast_str_opaque branch (discontinue usage of ast_str internals)Tilghman Lesher
2008-10-19cleaup of the TCP/TLS socket API:Kevin P. Fleming
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-01-22Doxygen updatesOlle Johansson
2008-01-18Merge changes from team/group/sip-tcptlsRussell Bryant