summaryrefslogtreecommitdiffstats
path: root/ssl/t1_trce.c
AgeCommit message (Expand)Author
2023-11-24IANA has assigned numbers for 2 hybrid PQ KEX widely used in testsDmitry Belyavskiy
2023-05-24Fix an SSL_trace bugMatt Caswell
2023-05-24Support trace for QUIC datagramsMatt Caswell
2023-03-28RFC7250 (RPK) supportTodd Short
2022-11-23Cleanup : directly include of `internal/nelem.h` when required.FdaSilvaYY
2022-11-14Cast values to match printf format strings.J.W. Jagersma
2022-11-02Fix coverity 1516093 tainted scalarTodd Short
2022-10-21Fix coverity 1516093 tainted scalarTodd Short
2022-10-18Add support for compressed certificates (RFC8879)Todd Short
2022-10-07Reimplement brainpool TLSv1.3 support group supportMatt Caswell
2022-07-28SSL object refactoring using SSL_CONNECTION objectTomas Mraz
2021-11-26Enable brainpool curves for TLS1.3Bernd Edlinger
2021-02-18Update copyright yearMatt Caswell
2021-02-05Remove OPENSSL_NO_EC guards from libsslMatt Caswell
2020-05-20t1_trce: Fix remaining places where the 24 bit shift overflow happensTomas Mraz
2020-05-19New Russian TLS 1.2 implementationDmitry Belyavskiy
2020-04-22GOST2012 TLS Supported Groups Identifiers SupportNikolay Morozov
2020-04-16TLSEXT_SIGALG_gostr34102012 0x0840 and 0x0841 supportNikolay Morozov
2020-04-02TLS Cipher Suite 0xC102 SupportNikolay Morozov
2019-11-23Process GOST ClientKeyExchange message in SSL_traceDaniil Zotkin
2019-10-03Do not print extensions in Certificate message for TLS1.2 and lowerDaniil Zotkin
2019-09-28Reorganize local header filesDr. Matthias St. Pierre
2019-04-29Collapse ssl3_state_st (s3) into ssl_stTodd Short
2019-03-29Remove heartbeats completelyRichard Levitte
2018-12-06Following the license change, modify the boilerplates in ssl/Richard Levitte
2018-09-01Fix ssl/t1_trce.c to parse certificate chainsErik Forsberg
2018-08-15Update code for the final RFC version of TLSv1.3 (RFC8446)Matt Caswell
2018-05-15Suport TLSv1.3 draft 28Matt Caswell
2018-04-26Fix mixed indentation (and other whitespace issues)Dr. Matthias St. Pierre
2018-04-04Visual Studio 2017 debug build warning error on 32 bit buildcedral
2018-03-30Update trace code to know about GOST ciphersuitesMatt Caswell
2018-03-25Adds multiple checks to avoid buffer over readsPhilippe Antoine
2018-03-21Fixes integer underflow with SSL_trace supportPhilippe Antoine
2018-03-17Fix miscellaneous typos in docs and sourceDr. Matthias St. Pierre
2018-03-12Fix enable-ssl-traceMatt Caswell
2018-03-08Duplicate entries ssl_handshake_tbl trace entries...FdaSilvaYY
2018-03-05Add X448/Ed448 support to libsslMatt Caswell
2018-02-01Add TLSv1.3 post-handshake authentication (PHA)Todd Short
2018-01-26Fix ssl-trace with TLS 1.3 draft-23 PSS sigalgsBenjamin Kaduk
2018-01-09Update copyright years on all files merged since Jan 1st 2018Richard Levitte
2018-01-02Fix trace of TLSv1.3 Certificate Request messageMatt Caswell
2017-12-14Merge HRR into ServerHelloMatt Caswell
2017-12-14Update ServerHello to new draft-22 formatMatt Caswell
2017-09-10SSL Trace improvementsFdaSilvaYY
2017-07-31Fix the names of older ciphers.David Benjamin
2017-07-21Support converting cipher name to RFC name and vice versaPaul Yang
2017-07-07Update SSL_trace() to know about ticket_nonceMatt Caswell
2017-06-22Fix the names of ChaCha20-Poly1305 cipher suites in t1_trce.c.David Benjamin
2017-06-21Add Ed25519 to trace outputDr. Stephen Henson
2017-06-08Add back support for SHA224 based sig algsMatt Caswell