Commit Graph

71 Commits (aa5707b8891119741baae98cf7b51a00c0f99438)

Author SHA1 Message Date
Joerg Sonnenberger 5f712e82ac tcptls.c: Don't use OpenSSL functions when no SSL support is present.
10 years ago
Joshua Colp e7124a3002 Merge "Add X.509 subject alternative name support to TLS certificate verification."
10 years ago
Alexander Traud 8f3f414d8c tcptls: Enable multiple TLS certificate chains (RSA+ECC+DSA) for server socket.
10 years ago
Maciej Szmigiero 2415a14ce9 Add X.509 subject alternative name support to TLS certificate
10 years ago
Alexander Traud 247fef6653 tcptls: Avoiding ERR_remove_state in OpenSSL.
10 years ago
Matt Jordan 4a58261694 git migration: Refactor the ASTERISK_FILE_VERSION macro
10 years ago
Jonathan Rose 8ec9a82b9a Security/tcptls: MitM Attack potential from certificate with NULL byte in CN.
10 years ago
Matthew Jordan e3fd826cdb tcptls: Handle new OpenSSL compile time option to disable SSLv3
10 years ago
Kevin Harwell c7591ef6bc tcptls: Bad file descriptor error when reloading chan_sip
10 years ago
Matthew Jordan dad0334cf1 AST-2014-011: Fix POODLE security issues
11 years ago
Walter Doekes b2afbc48e4 tcptls: Avoid compiler warning on non-dev-mode.
11 years ago
Richard Mudgett dbec5e0d8d HTTP: Add persistent connection support.
11 years ago
Matthew Jordan 758b13858b main/tcptls: Add checks for OpenSSL Elliptic Curve support
11 years ago
Matthew Jordan eaee92198d main/tcptls: Add support for Perfect Forward Secrecy
11 years ago
Richard Mudgett 13e697f8c0 AST-2014-007: Fix of fix to allow AMI and SIP TCP to send messages.
11 years ago
Richard Mudgett 4ca5745dbe AST-2014-007: Fix DOS by consuming the number of allowed HTTP connections.
11 years ago
Olle Johansson 7c276f9fef tcptls.c : Log errors as ERROR, not warning or something else.
11 years ago
Scott Griepentrog 0d057e6791 http: response body often missing after specific request
11 years ago
Richard Mudgett 12668b6659 tcptls.c: Made TLS handle a certificate chain file.
11 years ago
Richard Mudgett 45261449ec tcptls.c: Add missing cleanup on off nominal path.
11 years ago
David M. Lee 744556c01d security: Inhibit execution of privilege escalating functions
12 years ago
Kinsey Moore ad5f3a5759 tcptls: Prevent unsupported options from being set
12 years ago
Kinsey Moore 372e29620c Ensure Asterisk fails TCP/TLS SIP calls when certificate checking fails
13 years ago
Mark Michelson c7b23cbb0a Do not use a FILE handle when doing SIP TCP reads.
13 years ago
Matthew Jordan f92bb6265c Resolve memory leaks in TLS initialization and TLS client connections
13 years ago
Kinsey Moore 9b16c8b0f6 Clean up and ensure proper usage of alloca()
13 years ago
Mark Michelson 8260fdfdd1 Remove a superfluous and dangerous freeing of an SSL_CTX.
13 years ago
Kevin P. Fleming 166b4e2b30 Multiple revisions 369001-369002
13 years ago
Richard Mudgett dd2427c141 Coverity Report: Fix issues for error type REVERSE_INULL (core modules)
13 years ago
Mark Michelson 30666bf67d Only call SSL_CTX_free if DO_SSL is defined.
13 years ago
Mark Michelson 5c576aa3c2 Fix memory leak of SSL_CTX structures in TLS core.
13 years ago
Kinsey Moore dd81b047db Resolve FORWARD_NULL static analysis warnings
13 years ago
Kinsey Moore a485f44022 Add missing newlines to CLI logging
13 years ago
Richard Mudgett 85ea4277f1 Convert struct ast_tcptls_session_instance to finally use the ao2 object lock.
13 years ago
Tilghman Lesher 56b21b4683 Remove the few places where we try to ast_verbose() without a newline.
14 years ago
Jonathan Rose 9ef171ffe0 r346525 | jrose | 2011-11-30 15:10:38 -0600 (Wed, 30 Nov 2011) | 18 lines
14 years ago
Jonathan Rose fb4c483eb7 Reverting 346525 due to accidental patch against trunk instead of 1.8
14 years ago
Jonathan Rose 6fa827b5d0 Cleaning up chan_sip/tcptls file descriptor closing.
14 years ago
Olle Johansson 816dc295c2 Formatting and doxygen improvements
14 years ago
David Vossel 181e91a213 Merged revisions 320568 via svnmerge from
14 years ago
David Vossel 67637652f4 Merged revisions 320338 via svnmerge from
14 years ago
Leif Madsen 02821fc5b4 Merged revisions 314251 via svnmerge from
14 years ago
Terry Wilson 4ae1cb9456 Merged revisions 310999 via svnmerge from
14 years ago
Jason Parker 14c1585645 Merged revisions 305247 via svnmerge from
14 years ago
Mark Michelson cd4ebd336f Add IPv6 to Asterisk.
15 years ago
Russell Bryant 3da9f8ed19 Resolve more compiler warnings on FreeBSD.
15 years ago
David Vossel 0f9e5ab557 swap openssl with OpenSSL in warning message.
15 years ago
David Vossel d693767226 warning message if openssl support is missing while attempting tls connection
15 years ago
David Vossel 776a14386a SIP TCP/TLS: move client connection setup/write into tcp helper thread, various related locking/memory fixes.
16 years ago
David Vossel 90746d26f3 fixes tcptls_session memory leak caused by ref count error
16 years ago