]> git.ipfire.org Git - thirdparty/openssl.git/history - ssl/t1_trce.c
Raise an error on syscall failure in tls_retry_write_records
[thirdparty/openssl.git] / ssl / t1_trce.c
2023-11-24  Dmitry BelyavskiyIANA has assigned numbers for 2 hybrid PQ KEX widely...
2023-05-24  Matt CaswellFix an SSL_trace bug
2023-05-24  Matt CaswellSupport trace for QUIC datagrams
2023-03-28  Todd ShortRFC7250 (RPK) support
2022-11-23  FdaSilvaYYCleanup : directly include of `internal/nelem.h` when...
2022-11-14  J.W. JagersmaCast values to match printf format strings.
2022-11-02  Todd ShortFix coverity 1516093 tainted scalar
2022-10-20  Todd ShortFix coverity 1516093 tainted scalar
2022-10-18  Todd ShortAdd support for compressed certificates (RFC8879)
2022-10-07  Matt CaswellReimplement brainpool TLSv1.3 support group support
2022-07-28  Tomas MrazSSL object refactoring using SSL_CONNECTION object
2021-11-26  Bernd EdlingerEnable brainpool curves for TLS1.3
2021-02-18  Matt CaswellUpdate copyright year
2021-02-05  Matt CaswellRemove OPENSSL_NO_EC guards from libssl
2020-05-20  Tomas Mrazt1_trce: Fix remaining places where the 24 bit shift...
2020-05-19  Dmitry BelyavskiyNew Russian TLS 1.2 implementation
2020-04-22  Nikolay MorozovGOST2012 TLS Supported Groups Identifiers Support
2020-04-16  Nikolay MorozovTLSEXT_SIGALG_gostr34102012 0x0840 and 0x0841 support
2020-04-02  Nikolay MorozovTLS Cipher Suite 0xC102 Support
2019-11-23  Daniil ZotkinProcess GOST ClientKeyExchange message in SSL_trace
2019-10-03  Daniil ZotkinDo not print extensions in Certificate message for...
2019-09-28  Dr. Matthias St... Reorganize local header files
2019-04-29  Todd ShortCollapse ssl3_state_st (s3) into ssl_st
2019-03-29  Richard LevitteRemove heartbeats completely
2018-12-06  Richard LevitteFollowing the license change, modify the boilerplates...
2018-09-01  Erik ForsbergFix ssl/t1_trce.c to parse certificate chains
2018-08-15  Matt CaswellUpdate code for the final RFC version of TLSv1.3 (RFC8446)
2018-05-15  Matt CaswellSuport TLSv1.3 draft 28
2018-04-26  Dr. Matthias St... Fix mixed indentation (and other whitespace issues)
2018-04-04  cedralVisual Studio 2017 debug build warning error on 32...
2018-03-30  Matt CaswellUpdate trace code to know about GOST ciphersuites
2018-03-25  Philippe AntoineAdds multiple checks to avoid buffer over reads
2018-03-21  Philippe AntoineFixes integer underflow with SSL_trace support
2018-03-17  Dr. Matthias St... Fix miscellaneous typos in docs and source
2018-03-12  Matt CaswellFix enable-ssl-trace
2018-03-08  FdaSilvaYYDuplicate entries ssl_handshake_tbl trace entries...
2018-03-05  Matt CaswellAdd X448/Ed448 support to libssl
2018-02-01  Todd ShortAdd TLSv1.3 post-handshake authentication (PHA)
2018-01-26  Benjamin KadukFix ssl-trace with TLS 1.3 draft-23 PSS sigalgs
2018-01-09  Richard LevitteUpdate copyright years on all files merged since Jan...
2018-01-02  Matt CaswellFix trace of TLSv1.3 Certificate Request message
2017-12-14  Matt CaswellMerge HRR into ServerHello
2017-12-14  Matt CaswellUpdate ServerHello to new draft-22 format
2017-09-11  FdaSilvaYYSSL Trace improvements
2017-07-31  David BenjaminFix the names of older ciphers.
2017-07-20  Paul YangSupport converting cipher name to RFC name and vice...
2017-07-07  Matt CaswellUpdate SSL_trace() to know about ticket_nonce
2017-06-22  David BenjaminFix the names of ChaCha20-Poly1305 cipher suites in...
2017-06-21  Dr. Stephen HensonAdd Ed25519 to trace output
2017-06-08  Matt CaswellAdd back support for SHA224 based sig algs
2017-05-08  Matt CaswellAdd support to SSL_trace() for inner content types
2017-05-08  Matt CaswellRemove support for OPENSSL_SSL_TRACE_CRYPTO
2017-03-16  Todd ShortAdd TLSv1.3 draft-19 messages to trace
2017-03-16  Matt CaswellHelloRetryRequest updates for draft-19
2017-03-16  Matt CaswellMerge early_data_info extension into early_data
2017-03-02  Matt CaswellConstruct the early_data extension
2017-03-02  Matt CaswellTeach SSL_trace() about the early_data_info extension
2017-02-27  Dr. Stephen HensonTrace support for TLS 1.3 certificate request message
2017-02-26  Dr. Stephen HensonAdd missing blank lines and cosmetic improvements
2017-02-26  Dr. Stephen HensonTLS 1.3 support for ssl_print_ticket()
2017-02-26  Dr. Stephen Hensonprint out alpn extension
2017-02-26  Dr. Stephen HensonAdd ffdhe groups to trace output
2017-02-26  Dr. Stephen HensonPrint numerical value of named roups
2017-02-26  Dr. Stephen HensonAdd entry for PSK extension
2017-02-26  Dr. Stephen HensonAdd trace entries for remaining TLS 1.3 ciphersuites
2017-02-17  Matt CaswellAdd SSL_trace() support for KeyUpdate messages
2017-02-14  Matt CaswellAdd trace support for HelloRetryRequest
2017-01-30  Matt CaswellAdd support for the psk_key_exchange_modes extension
2017-01-10  Matt CaswellTeach SSL_trace about the new sigalgs
2017-01-06  Matt CaswellFix various style issues following feedback
2017-01-06  Matt CaswellFix a double blank line style issue
2017-01-06  Matt CaswellUpdate SSL_trace to understand TLSv1.3 Certificates
2016-12-08  Matt CaswellVarious style updates following extensions refactor
2016-12-08  Matt CaswellAdd EncryptedExtensions message
2016-12-08  Matt CaswellSend and Receive a TLSv1.3 format ServerHello
2016-11-16  Matt CaswellFix a "defined but not used" warning when enabling...
2016-11-16  Matt CaswellUpdate the trace code to know about the key_share extension
2016-11-15  Richard LevitteRevert "Remove heartbeats completely"
2016-11-15  Richard LevitteRemove heartbeats completely
2016-11-13  Richard LevitteRemove heartbeat support
2016-11-10  Matt CaswellRename the Elliptic Curves extension to supported_groups
2016-11-09  Matt CaswellRemove some redundant trace code
2016-11-09  Matt CaswellFix some missing checks for TLS1_3_VERSION_DRAFT
2016-11-09  Matt CaswellUpdate TLS1.3 draft version numbers for latest draft
2016-11-09  Matt CaswellEnsure that the -trace option can interpret the support...
2016-11-07  Matt CaswellCorrect the Id for the TLS1.3 ciphersuite
2016-11-02  Matt CaswellAdd the SSL_METHOD for TLSv1.3 and all other base chang...
2016-09-08  Matt CaswellEnsure trace recognises X25519
2016-08-18  Emilia KasperIndent ssl/
2016-07-25  FdaSilvaYYEnforce and explicit some const casting
2016-05-17  Rich SalzCopyright consolidation 01/10
2016-04-27  Ben LaurieFix enable-ssl-trace no-nextprotoneg.
2016-03-04  Rob PercivalAdds CT validation to SSL connections
2016-02-12  Matt CaswellFix the enable-ssl-trace config option
2016-02-11  Rich SalzRemove TLS heartbeat, disable DTLS heartbeat
2016-01-26  Rich SalzRemove /* foo.c */ comments
2015-12-19  Dr. Stephen HensonRemove fixed DH ciphersuites.
2015-12-13  Ben LaurieDon't use EC when no-ec.
2015-12-10  Andy PolyakovWire ChaCha20-Poly1305 to TLS.
2015-11-27  Matt CaswellUpdates to GOST2012
next