]> git.ipfire.org Git - thirdparty/openssl.git/history - ssl/d1_srtp.c
Raise an error on syscall failure in tls_retry_write_records
[thirdparty/openssl.git] / ssl / d1_srtp.c
2024-04-09  Richard LevitteCopyright year updates
2024-02-02  Hugo Landaulibssl: Make some global mutable structures constant
2023-09-07  Matt CaswellCopyright year updates
2023-07-04  Hugo LandauMinor fixes
2023-07-04  Hugo LandauQUIC TLS: Prohibit SRTP-related calls for QUIC TLS
2022-07-28  Tomas MrazSSL object refactoring using SSL_CONNECTION object
2022-05-23  Kijin KimAdd more SRTP protection profiles
2020-11-11  Richard LevitteConvert all {NAME}err() in ssl/ to their corresponding...
2020-09-13  Matt CaswellFix safestack issues in ssl.h
2020-05-15  Matt CaswellUpdate copyright year
2020-04-24  Rich SalzIn OpenSSL builds, declare STACK for datatypes ...
2019-09-28  Dr. Matthias St... Reorganize local header files
2018-12-06  Richard LevitteFollowing the license change, modify the boilerplates...
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.