summaryrefslogtreecommitdiffstats
path: root/ssl/ssl_local.h
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2022-09-16 17:34:40 +0100
committerMatt Caswell <matt@openssl.org>2022-10-12 15:53:31 +0100
commit2c50d7fb06e34c5ab562bf890c49cc00cbd52a56 (patch)
tree40186d7b6b878a9e22bdf93bfd0fde941210238f /ssl/ssl_local.h
parentef917549f5867d269d359155ff67b8ccb5e66a76 (diff)
Convert the TLSv1.3 crypto code to the new write record layer
We also clean up some of the KTLS code while we are doing it now that all users of KTLS have been moved to the new write record layer. Reviewed-by: Hugo Landau <hlandau@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/19343)
Diffstat (limited to 'ssl/ssl_local.h')
-rw-r--r--ssl/ssl_local.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/ssl/ssl_local.h b/ssl/ssl_local.h
index a01cc8cc71..75614c9fc9 100644
--- a/ssl/ssl_local.h
+++ b/ssl/ssl_local.h
@@ -2852,18 +2852,6 @@ __owur int ssl_log_secret(SSL_CONNECTION *s, const char *label,
#define EARLY_EXPORTER_SECRET_LABEL "EARLY_EXPORTER_SECRET"
#define EXPORTER_SECRET_LABEL "EXPORTER_SECRET"
-# ifndef OPENSSL_NO_KTLS
-/* ktls.c */
-int ktls_check_supported_cipher(const SSL_CONNECTION *s, const EVP_CIPHER *c,
- const EVP_MD *md, size_t taglen);
-int ktls_configure_crypto(OSSL_LIB_CTX *libctx, int version,
- const EVP_CIPHER *c, const EVP_MD *md,
- void *rl_sequence, ktls_crypto_info_t *crypto_info,
- int is_tx, unsigned char *iv, size_t ivlen,
- unsigned char *key, size_t keylen,
- unsigned char *mac_key, size_t mac_secret_size);
-# endif
-
__owur int srp_generate_server_master_secret(SSL_CONNECTION *s);
__owur int srp_generate_client_master_secret(SSL_CONNECTION *s);
__owur int srp_verify_server_param(SSL_CONNECTION *s);