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
*
Add tests for return codes for EVP_CIPHER_CTX_get[block_size|iv_length]
Neil Horman
2024-01-25
1
-4
/
+0
*
Add appropriate NULL checks in EVP_CIPHER api
Neil Horman
2024-01-25
1
-0
/
+4
*
Copyright year updates
Matt Caswell
2023-09-07
1
-1
/
+1
*
Extend the new_record_layer function
Matt Caswell
2023-01-24
1
-6
/
+8
*
Add support for setting a custom TLS Record Layer
Matt Caswell
2023-01-24
1
-2
/
+2
*
Move recordmethod.h to be an "internal" header
Matt Caswell
2023-01-24
1
-1
/
+1
*
Rename SSL3_RECORD to TLS_RL_RECORD
Matt Caswell
2022-11-14
1
-4
/
+5
*
Fix test_tls13_encryption()
Matt Caswell
2022-10-25
1
-58
/
+24
*
Remove some redundant code
Matt Caswell
2022-10-20
1
-1
/
+10
*
Update the tls13encryptiontest for new read record layer
Matt Caswell
2022-08-18
1
-13
/
+21
*
SSL object refactoring using SSL_CONNECTION object
Tomas Mraz
2022-07-28
1
-5
/
+6
*
Update copyright year
Matt Caswell
2021-06-17
1
-1
/
+1
*
Rename all getters to use get/get0 in name
Tomas Mraz
2021-06-01
1
-1
/
+1
*
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