index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
tls13encryptiontest.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move MAC removal responsibility to the various protocol "enc" functions
Matt Caswell
2020-07-06
1
-2
/
+2
*
Update copyright year
Matt Caswell
2020-06-25
1
-1
/
+1
*
Silence gcc false positive warning on refdatalen in test/tls13encryptiontest.c
Dr. David von Oheimb
2020-06-10
1
-1
/
+1
*
Reorganize local header files
Dr. Matthias St. Pierre
2019-09-28
1
-2
/
+2
*
Collapse ssl3_state_st (s3) into ssl_st
Todd Short
2019-04-29
1
-2
/
+2
*
Following the license change, modify the boilerplates in test/
Richard Levitte
2018-12-06
1
-1
/
+1
*
VMS: turn on name mangling for all our programs
Richard Levitte
2018-09-14
1
-11
/
+0
*
Update the TLSv1.3 test vectors
Matt Caswell
2018-07-20
1
-85
/
+101
*
Update copyright year
Matt Caswell
2018-03-20
1
-1
/
+1
*
Use the TLSv1.3 record header as AAD
Matt Caswell
2018-03-14
1
-9
/
+15
*
e_os.h removal from other headers and source files.
Pauli
2017-08-29
1
-0
/
+1
*
Update the test framework so that the need for test_main is removed. Everything
Pauli
2017-07-26
1
-1
/
+2
*
Remove OSSLzu macros and use %zu in the test framework (via BIO_printf).
Pauli
2017-06-21
1
-1
/
+1
*
Update tests to avoid printf to stdout/stderr when running as test cases.
Pauli
2017-06-20
1
-2
/
+2
*
Adapt all test programs
Richard Levitte
2017-04-24
1
-5
/
+4
*
VMS: Fix internals test programs
Richard Levitte
2017-04-18
1
-0
/
+10
*
Test infrastructure additions.
Pauli
2017-03-29
1
-29
/
+23
*
Fix crash in tls13_enc
Matt Caswell
2017-02-08
1
-0
/
+18
*
Make refdata in tls13encryptest static
Matt Caswell
2016-11-30
1
-1
/
+1
*
Convert tls13encryptiontest so that we pass around a pointer not an index
Matt Caswell
2016-11-30
1
-94
/
+170
*
Fix some style issues in the TLSv1.3 nonce construction code
Matt Caswell
2016-11-30
1
-9
/
+12
*
Fix a double free in tls13encryptiontest
Matt Caswell
2016-11-30
1
-0
/
+1
*
Add a test for TLSv1.3 encryption using the new nonce construction
Matt Caswell
2016-11-30
1
-0
/
+303