index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ssl
/
t1_trce.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
SSL object refactoring using SSL_CONNECTION object
Tomas Mraz
2022-07-28
1
-34
/
+38
*
Enable brainpool curves for TLS1.3
Bernd Edlinger
2021-11-26
1
-0
/
+3
*
Update copyright year
Matt Caswell
2021-02-18
1
-1
/
+1
*
Remove OPENSSL_NO_EC guards from libssl
Matt Caswell
2021-02-05
1
-2
/
+0
*
t1_trce: Fix remaining places where the 24 bit shift overflow happens
Tomas Mraz
2020-05-20
1
-5
/
+16
*
New Russian TLS 1.2 implementation
Dmitry Belyavskiy
2020-05-19
1
-2
/
+15
*
GOST2012 TLS Supported Groups Identifiers Support
Nikolay Morozov
2020-04-22
1
-0
/
+7
*
TLSEXT_SIGALG_gostr34102012 0x0840 and 0x0841 support
Nikolay Morozov
2020-04-16
1
-0
/
+2
*
TLS Cipher Suite 0xC102 Support
Nikolay Morozov
2020-04-02
1
-2
/
+3
*
Process GOST ClientKeyExchange message in SSL_trace
Daniil Zotkin
2019-11-23
1
-0
/
+4
*
Do not print extensions in Certificate message for TLS1.2 and lower
Daniil Zotkin
2019-10-03
1
-2
/
+3
*
Reorganize local header files
Dr. Matthias St. Pierre
2019-09-28
1
-1
/
+1
*
Collapse ssl3_state_st (s3) into ssl_st
Todd Short
2019-04-29
1
-1
/
+1
*
Remove heartbeats completely
Richard Levitte
2019-03-29
1
-4
/
+0
*
Following the license change, modify the boilerplates in ssl/
Richard Levitte
2018-12-06
1
-1
/
+1
*
Fix ssl/t1_trce.c to parse certificate chains
Erik Forsberg
2018-09-01
1
-10
/
+17
*
Update code for the final RFC version of TLSv1.3 (RFC8446)
Matt Caswell
2018-08-15
1
-16
/
+2
*
Suport TLSv1.3 draft 28
Matt Caswell
2018-05-15
1
-2
/
+12
*
Fix mixed indentation (and other whitespace issues)
Dr. Matthias St. Pierre
2018-04-26
1
-6
/
+6
*
Visual Studio 2017 debug build warning error on 32 bit build
cedral
2018-04-04
1
-1
/
+2
*
Update trace code to know about GOST ciphersuites
Matt Caswell
2018-03-30
1
-0
/
+4
*
Adds multiple checks to avoid buffer over reads
Philippe Antoine
2018-03-25
1
-1
/
+13
*
Fixes integer underflow with SSL_trace support
Philippe Antoine
2018-03-21
1
-1
/
+1
*
Fix miscellaneous typos in docs and source
Dr. Matthias St. Pierre
2018-03-17
1
-2
/
+2
*
Fix enable-ssl-trace
Matt Caswell
2018-03-12
1
-4
/
+4
*
Duplicate entries ssl_handshake_tbl trace entries...
FdaSilvaYY
2018-03-08
1
-13
/
+17
*
Add X448/Ed448 support to libssl
Matt Caswell
2018-03-05
1
-0
/
+2
*
Add TLSv1.3 post-handshake authentication (PHA)
Todd Short
2018-02-01
1
-1
/
+2
*
Fix ssl-trace with TLS 1.3 draft-23 PSS sigalgs
Benjamin Kaduk
2018-01-26
1
-3
/
+6
*
Update copyright years on all files merged since Jan 1st 2018
Richard Levitte
2018-01-09
1
-1
/
+1
*
Fix trace of TLSv1.3 Certificate Request message
Matt Caswell
2018-01-02
1
-0
/
+4
*
Merge HRR into ServerHello
Matt Caswell
2017-12-14
1
-32
/
+2
*
Update ServerHello to new draft-22 format
Matt Caswell
2017-12-14
1
-0
/
+11
*
SSL Trace improvements
FdaSilvaYY
2017-09-11
1
-39
/
+58
*
Fix the names of older ciphers.
David Benjamin
2017-07-31
1
-28
/
+28
*
Support converting cipher name to RFC name and vice versa
Paul Yang
2017-07-20
1
-6
/
+1
*
Update SSL_trace() to know about ticket_nonce
Matt Caswell
2017-07-07
1
-0
/
+3
*
Fix the names of ChaCha20-Poly1305 cipher suites in t1_trce.c.
David Benjamin
2017-06-22
1
-7
/
+7
*
Add Ed25519 to trace output
Dr. Stephen Henson
2017-06-21
1
-0
/
+1
*
Add back support for SHA224 based sig algs
Matt Caswell
2017-06-08
1
-0
/
+3
*
Add support to SSL_trace() for inner content types
Matt Caswell
2017-05-08
1
-0
/
+6
*
Remove support for OPENSSL_SSL_TRACE_CRYPTO
Matt Caswell
2017-05-08
1
-21
/
+0
*
Add TLSv1.3 draft-19 messages to trace
Todd Short
2017-03-16
1
-1
/
+6
*
HelloRetryRequest updates for draft-19
Matt Caswell
2017-03-16
1
-5
/
+24
*
Merge early_data_info extension into early_data
Matt Caswell
2017-03-16
1
-2
/
+3
*
Construct the early_data extension
Matt Caswell
2017-03-02
1
-1
/
+2
*
Teach SSL_trace() about the early_data_info extension
Matt Caswell
2017-03-02
1
-1
/
+12
*
Trace support for TLS 1.3 certificate request message
Dr. Stephen Henson
2017-02-27
1
-33
/
+42
*
Add missing blank lines and cosmetic improvements
Dr. Stephen Henson
2017-02-26
1
-4
/
+16
*
TLS 1.3 support for ssl_print_ticket()
Dr. Stephen Henson
2017-02-26
1
-2
/
+17
[next]