mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 16:50:25 -04:00
OpenSSL: Refactor KTLS tests to better support TLS 1.3.
Most of this upstream commit touched tests not included in the
vendor import. The one change merged in is to remove a constant
only present in an internal header to appease the older tests.
Reviewed by: jkim
Obtained from: OpenSSL (e1fdd5262e4a45ce3aaa631768e877ee7b6da21b)
Sponsored by: Netflix
Differential Revision: https://reviews.freebsd.org/D31442
(cherry picked from commit d6e78ecb0b)
This commit is contained in:
parent
a1509acded
commit
58dcc1777a
1 changed files with 0 additions and 6 deletions
|
|
@ -39,12 +39,6 @@
|
|||
# define OPENSSL_KTLS_AES_GCM_256
|
||||
# define OPENSSL_KTLS_TLS13
|
||||
|
||||
/*
|
||||
* Only used by the tests in sslapitest.c.
|
||||
*/
|
||||
# define TLS_CIPHER_AES_GCM_128_REC_SEQ_SIZE 8
|
||||
# define TLS_CIPHER_AES_GCM_256_REC_SEQ_SIZE 8
|
||||
|
||||
typedef struct tls_enable ktls_crypto_info_t;
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Reference in a new issue