Unbreak SECLEVEL 3 regression causing it to not accept any ciphers.
[openssl.git] / ssl / d1_srtp.c
2016-12-08 Matt CaswellMove client parsing of ServerHello extensions into...
2016-12-08 Matt CaswellRefactor ClientHello extension parsing
2016-11-04 Matt CaswellFix some missed size_t updates
2016-09-29 Matt CaswellConvert ServerHello construction to WPACKET
2016-09-13 Matt CaswellConvert tls_construct_client_hello() to use PACKETW
2016-08-18 Emilia KasperIndent ssl/
2016-06-23 FdaSilvaYYAdd checks on sk_TYPE_push() returned result
2016-05-17 Rich SalzCopyright consolidation 01/10
2016-05-09 Matt CaswellFree any existing SRTP connection profile
2016-02-04 Dmitry SobinovAdd new DTLS-SRTP protection profiles from RFC 7714
2016-01-26 Rich SalzRemove /* foo.c */ comments
2015-09-07 Matt CaswellPACKETise ServerHello processing
2015-08-03 Matt CaswellPACKETise ClientHello processing
2015-05-11 Rich SalzUse p==NULL not !p (in if statements, mainly)
2015-05-07 Rich SalzUse "==0" instead of "!strcmp" etc
2015-02-06 Rich Salzdead code cleanup: #if 0 in ssl
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2015-01-05 Matt CaswellAdditional fix required for no-srtp to work
2014-12-08 Geoff ThorpeInclude <openssl/foo.h> instead of "foo.h"
2014-10-15 Matt CaswellFix for SRTP Memory Leak
2012-02-11 Dr. Stephen HensonSubmitted by: Eric Rescorla <ekr@rtfm.com>
2012-02-10 Dr. Stephen HensonSubmitted by: Eric Rescorla <ekr@rtfm.com>
2011-11-15 Ben LaurieAdd DTLS-SRTP.