diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2021-08-17 21:39:58 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2021-08-24 00:59:35 +0000 |
| commit | 58dcc1777a56643adedee232d488aa851ab455eb (patch) | |
| tree | 29a1a3039f7a3ea2893b48e379ede0d619289a4e | |
| parent | a1509acded2ff9ccfbbe10d9d8d5282b62370443 (diff) | |
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 d6e78ecb0bcd5af750c72745c4c51fe211046bff)
| -rw-r--r-- | crypto/openssl/include/internal/ktls.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/crypto/openssl/include/internal/ktls.h b/crypto/openssl/include/internal/ktls.h index 393794298ccd..e824cf3f3f92 100644 --- a/crypto/openssl/include/internal/ktls.h +++ b/crypto/openssl/include/internal/ktls.h @@ -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; /* |
