index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
handshake_helper.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
test cleanup: move helper .c and .h files to test/helpers/
Dr. David von Oheimb
2020-12-01
1
-1779
/
+0
*
Fix safestack issues in x509.h
Matt Caswell
2020-09-13
1
-2
/
+0
*
Add SSL_get[01]_peer_certificate()
Todd Short
2020-07-16
1
-7
/
+3
*
Silence gcc false positive warning on alpn_protos_len in test/handshake_helper.c
Dr. David von Oheimb
2020-06-10
1
-1
/
+2
*
Add a test for renegotiation with EXTMS dropped
Tomas Mraz
2020-06-09
1
-2
/
+10
*
In OpenSSL builds, declare STACK for datatypes ...
Rich Salz
2020-04-24
1
-0
/
+2
*
Update copyright year
Matt Caswell
2020-04-23
1
-1
/
+1
*
TLS: use EVP for HMAC throughout libssl.
Pauli
2020-01-29
1
-6
/
+8
*
Explicitly test against NULL; do not use !p or similar
Rich Salz
2019-10-09
1
-1
/
+1
*
Reorganize local header files
Dr. Matthias St. Pierre
2019-09-28
1
-1
/
+1
*
Fix end-point shared secret for DTLS/SCTP
Michael Tuexen
2019-02-01
1
-1
/
+32
*
Following the license change, modify the boilerplates in test/
Richard Levitte
2018-12-06
1
-1
/
+1
*
Added missing signature algorithm reflection functions
Viktor Dukhovni
2018-11-12
1
-1
/
+1
*
Change Post Handshake auth so that it is opt-in
Matt Caswell
2018-08-20
1
-2
/
+2
*
Respect SSL_OP_NO_TICKET in TLSv1.3
Matt Caswell
2018-06-26
1
-5
/
+21
*
Change the default number of NewSessionTickets we send to 2
Matt Caswell
2018-05-17
1
-4
/
+14
*
Rework the decrypt ticket callback
Matt Caswell
2018-05-11
1
-5
/
+17
*
Use void in all function definitions that do not take any arguments
Kurt Roeckx
2018-05-11
1
-1
/
+1
*
Session Ticket app data
Todd Short
2018-03-12
1
-0
/
+44
*
Fix a gcc warning about possible fall through
Bernd Edlinger
2018-02-15
1
-0
/
+1
*
Update copyright year
Matt Caswell
2018-02-13
1
-1
/
+1
*
Add TLSv1.3 post-handshake authentication (PHA)
Todd Short
2018-02-01
1
-10
/
+50
*
Fix coverity nit in handshake_helper.c
Benjamin Kaduk
2017-12-08
1
-2
/
+2
*
Use ChaCha only if prioritized by clnt
Todd Short
2017-11-29
1
-0
/
+5
*
Resolve warnings in VC-WIN32 build, which allows to add /WX.
Andy Polyakov
2017-11-13
1
-2
/
+2
*
Implement Maximum Fragment Length TLS extension.
FdaSilvaYY
2017-11-05
1
-0
/
+11
*
Session resume broken switching contexts
Todd Short
2017-10-04
1
-1
/
+9
*
Introduce named constants for the ClientHello callback.
David Benjamin
2017-09-08
1
-8
/
+10
*
Rename SSL_CTX_set_early_cb to SSL_CTX_set_client_hello_cb.
David Benjamin
2017-09-08
1
-20
/
+22
*
Fix long SNI lengths in test/handshake_helper.c
Benjamin Kaduk
2017-09-01
1
-2
/
+2
*
Fix enable-sctp
Matt Caswell
2017-08-24
1
-0
/
+1
*
(Re)move some things from e_os.h
Rich Salz
2017-08-22
1
-5
/
+1
*
Use "" not <> for internal/ includes
Rich Salz
2017-08-22
1
-1
/
+1
*
Remove tests dependence on e_os.h
Pauli
2017-08-18
1
-1
/
+1
*
Fix some Typos and indents
FdaSilvaYY
2017-08-11
1
-1
/
+1
*
Address Coverity issues.
Pauli
2017-07-16
1
-3
/
+2
*
Remove trailing blanks.
Pauli
2017-07-13
1
-1
/
+1
*
Test cleaning and modernisation
Pauli
2017-07-13
1
-1
/
+1
*
Remove the TEST_check macro.
Pauli
2017-07-04
1
-113
/
+197
*
Fix return value checking for BIO_sock_init
Paul Yang
2017-06-26
1
-1
/
+1
*
Handle the server refusing to reneg in a reneg_setup
Todd Short
2017-06-06
1
-0
/
+11
*
Address review feedback for the SCTP changes
Matt Caswell
2017-04-25
1
-0
/
+5
*
Add support to test_ssl_new for testing with DTLS over SCTP
Matt Caswell
2017-04-25
1
-30
/
+172
*
Allow an ALPN callback to pretend to not exist
Benjamin Kaduk
2017-04-10
1
-1
/
+1
*
Add ExpectedServerCANames
Dr. Stephen Henson
2017-04-04
1
-2
/
+9
*
Add ExpectedClientCANames
Dr. Stephen Henson
2017-03-16
1
-0
/
+8
*
Port SRP tests to the new test framework
Emilia Kasper
2017-03-14
1
-0
/
+52
*
Add compression tests
Matt Caswell
2017-03-02
1
-0
/
+3
*
Tests for SSL early callback
Benjamin Kaduk
2017-02-23
1
-1
/
+117
*
Add some KeyUpdate tests
Matt Caswell
2017-02-17
1
-3
/
+41
[next]