From 2c50d7fb06e34c5ab562bf890c49cc00cbd52a56 Mon Sep 17 00:00:00 2001 From: Matt Caswell Date: Fri, 16 Sep 2022 17:34:40 +0100 Subject: 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 Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/19343) --- ssl/ssl_local.h | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'ssl/ssl_local.h') 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); -- cgit v1.2.3