From fb4a09a2789629d9170734e4abf21db26759af09 Mon Sep 17 00:00:00 2001 From: tb <> Date: Fri, 18 Jan 2019 06:51:29 +0000 Subject: Expose some symbols in a new tls13_handshake.h for regression testing. Update the handshake state tables and flag names according to the design decisions and naming conventions in the hackroom. Garbage collect some things that turn out not to belong here. ok jsing --- src/lib/libssl/tls13_internal.h | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'src/lib/libssl/tls13_internal.h') diff --git a/src/lib/libssl/tls13_internal.h b/src/lib/libssl/tls13_internal.h index 872aced77c..e672df37e3 100644 --- a/src/lib/libssl/tls13_internal.h +++ b/src/lib/libssl/tls13_internal.h @@ -1,4 +1,4 @@ -/* $OpenBSD: tls13_internal.h,v 1.6 2019/01/17 06:32:12 jsing Exp $ */ +/* $OpenBSD: tls13_internal.h,v 1.7 2019/01/18 06:51:29 tb Exp $ */ /* * Copyright (c) 2018 Bob Beck * Copyright (c) 2018 Theo Buehler @@ -135,8 +135,6 @@ int tls13_client_key_update_send(struct tls13_ctx *ctx); int tls13_client_key_update_recv(struct tls13_ctx *ctx); int tls13_server_hello_recv(struct tls13_ctx *ctx); int tls13_server_hello_send(struct tls13_ctx *ctx); -int tls13_server_new_session_ticket_recv(struct tls13_ctx *ctx); -int tls13_server_new_session_ticket_send(struct tls13_ctx *ctx); int tls13_server_encrypted_extensions_recv(struct tls13_ctx *ctx); int tls13_server_encrypted_extensions_send(struct tls13_ctx *ctx); int tls13_server_certificate_recv(struct tls13_ctx *ctx); @@ -147,10 +145,6 @@ int tls13_server_certificate_verify_send(struct tls13_ctx *ctx); int tls13_server_certificate_verify_recv(struct tls13_ctx *ctx); int tls13_server_finished_recv(struct tls13_ctx *ctx); int tls13_server_finished_send(struct tls13_ctx *ctx); -int tls13_server_key_update_recv(struct tls13_ctx *ctx); -int tls13_server_key_update_send(struct tls13_ctx *ctx); -int tls13_server_message_hash_recv(struct tls13_ctx *ctx); -int tls13_server_message_hash_send(struct tls13_ctx *ctx); __END_HIDDEN_DECLS -- cgit v1.2.3-55-g6feb