index
:
delta/openssl-new.git
1.0.2-aead
BRANCH_ASN1
BRANCH_OpenSSL_0_9_8k
BRANCH_VMS_64BIT
BRANCH_WIN64
BRANCH_engine
OpenSSL-engine-0_9_6-stable
OpenSSL-fips-0_9_7-stable
OpenSSL-fips-0_9_8-stable
OpenSSL-fips-1_2-stable
OpenSSL-fips-2_0-dev
OpenSSL-fips-2_0-stable
OpenSSL-fips2-0_9_7-stable
OpenSSL-rfc3820-0_9_7-stable
OpenSSL_0_9_6-stable
OpenSSL_0_9_7-stable
OpenSSL_0_9_8-stable
OpenSSL_0_9_8fg-stable
OpenSSL_1_0_0-stable
OpenSSL_1_0_1-stable
OpenSSL_1_0_2-stable
OpenSSL_1_1_0-stable
OpenSSL_1_1_1-stable
OpenTLS
SSLeay
baserock/OpenSSL_1_0_1g
baserock/OpenSSL_1_0_2-stable
baserock/larswirzenius/morph
baserock/morph
baserock/pedroalvarez/power-port
baserock/ps/proto-web-system
eliminate-ssl-ctrl
master
openssl-3.0
openssl-3.1
rsalz-monolith
rt4526
supplemental-data-api-2
tls1.3-draft-18
tls1.3-draft-19
github.com: openssl/openssl.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
clienthellotest.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Handle set_alpn_protos inputs better.
Todd Short
2021-04-13
1
-3
/
+9
*
Update copyright year
Matt Caswell
2021-04-08
1
-1
/
+1
*
test: fix coverity 1454812: improper use of negative value
Pauli
2021-03-24
1
-2
/
+2
*
Update copyright year
Matt Caswell
2020-04-23
1
-1
/
+1
*
Fix common test framework options
Matt Caswell
2020-02-03
1
-0
/
+5
*
Test SSL_set_ciphersuites
raja-ashok
2019-08-15
1
-0
/
+1
*
Make the PACKET/WPACKET code available to both libcrypto and libssl
Matt Caswell
2019-07-12
1
-1
/
+1
*
Correctly initialise PACKET to zero in the tests to avoid possible problems
Pauli
2019-03-29
1
-1
/
+5
*
Ignore cipher suites when setting cipher list
Sam Roberts
2019-02-14
1
-1
/
+2
*
Updated test command line parsing to support commmon commands
Shane Lontis
2019-02-11
1
-0
/
+2
*
Use (D)TLS_MAX_VERSION_INTERNAL internally
Kurt Roeckx
2018-12-15
1
-1
/
+1
*
Following the license change, modify the boilerplates in test/
Richard Levitte
2018-12-06
1
-1
/
+1
*
Enhance ssltestlib's create_ssl_ctx_pair to take min and max proto version
Richard Levitte
2018-03-19
1
-0
/
+2
*
Fix clienthellotest for new TLSv1.3 ciphersuite configuration
Matt Caswell
2018-03-14
1
-1
/
+3
*
Split configuration of TLSv1.3 ciphers from older ciphers
Matt Caswell
2018-03-14
1
-2
/
+1
*
Update tests for TLS Ed448
Matt Caswell
2018-03-05
1
-4
/
+11
*
Update copyright year
Matt Caswell
2018-02-13
1
-1
/
+1
*
Fixes for no-tls1_2 and no-tls1_2-method
Matt Caswell
2018-02-09
1
-0
/
+5
*
Fix clienthellotest with TLSv1.3
Matt Caswell
2018-02-07
1
-0
/
+9
*
Implement session id TLSv1.3 middlebox compatibility mode
Matt Caswell
2017-12-14
1
-0
/
+2
*
Resolve warnings in VC-WIN32 build, which allows to add /WX.
Andy Polyakov
2017-11-13
1
-1
/
+1
*
Fix test_client_hello with no-tls1_2_method
Benjamin Kaduk
2017-09-07
1
-2
/
+3
*
Don't use ciphersuites for inflating the ClientHello in clienthellotest
Matt Caswell
2017-09-04
1
-7
/
+5
*
Update the test framework so that the need for test_main is removed. Everything
Pauli
2017-07-27
1
-8
/
+5
*
Fix a pedantic gcc-7 warning.
Bernd Edlinger
2017-04-28
1
-1
/
+1
*
Adapt all test programs
Richard Levitte
2017-04-24
1
-1
/
+0
*
Convert clienthellotest for the new test framework
Matt Caswell
2017-04-12
1
-64
/
+46
*
Handle TLSv1.3 being disabled in clienthello test
Matt Caswell
2017-03-16
1
-4
/
+17
*
Add tests for the padding extension
Matt Caswell
2017-03-16
1
-84
/
+160
*
Fix a warning about an uninit var
Matt Caswell
2016-11-24
1
-1
/
+1
*
Fix some style issues with TLSv1.3 state machine PR
Matt Caswell
2016-11-23
1
-4
/
+1
*
Remove old style NewSessionTicket from TLSv1.3
Matt Caswell
2016-11-23
1
-0
/
+16
*
Fix clienthellotest to use PACKET functions
David Woodhouse
2016-08-10
1
-36
/
+24
*
Copyright consolidation 02/10
Rich Salz
2016-05-17
1
-52
/
+6
*
Use version flexible method instead of fixed version
Kurt Roeckx
2016-03-09
1
-22
/
+5
*
Fix usage of OPENSSL_NO_*_METHOD
Kurt Roeckx
2016-03-09
1
-1
/
+2
*
Clean up the tests for auto-init/de-init
Matt Caswell
2016-02-09
1
-7
/
+0
*
If memory debugging enabled return error on leaks.
Dr. Stephen Henson
2016-02-05
1
-1
/
+2
*
Only use TLS1.2 when it's available
Richard Levitte
2016-02-04
1
-0
/
+5
*
Enable/disable crypto-mdebug just like other features
Viktor Dukhovni
2016-01-11
1
-1
/
+1
*
mem functions cleanup
Rich Salz
2016-01-07
1
-2
/
+3
*
GH354: Memory leak fixes
Alessandro Ghedini
2015-08-28
1
-0
/
+1
*
Add test for SSL_set_session_ticket_ext
Matt Caswell
2015-07-27
1
-0
/
+218