diff options
author | jsing <> | 2019-02-07 15:54:18 +0000 |
---|---|---|
committer | jsing <> | 2019-02-07 15:54:18 +0000 |
commit | 6126567f386c34c6cff5dc95e8e5072c34ba7b00 (patch) | |
tree | 74f4d1218bdcbb7a9def216ef74472ac98f74e33 /src/lib/libssl/tls13_handshake.c | |
parent | d270ebee7ae687e3965f2f26817d062472c13ec0 (diff) | |
download | openbsd-6126567f386c34c6cff5dc95e8e5072c34ba7b00.tar.gz openbsd-6126567f386c34c6cff5dc95e8e5072c34ba7b00.tar.bz2 openbsd-6126567f386c34c6cff5dc95e8e5072c34ba7b00.zip |
Implement processing of EncryptedExtensions in the TLS 1.3 client.
ok bcook@ tb@
Diffstat (limited to 'src/lib/libssl/tls13_handshake.c')
-rw-r--r-- | src/lib/libssl/tls13_handshake.c | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/src/lib/libssl/tls13_handshake.c b/src/lib/libssl/tls13_handshake.c index b3c08ef39c..68d6a9d444 100644 --- a/src/lib/libssl/tls13_handshake.c +++ b/src/lib/libssl/tls13_handshake.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: tls13_handshake.c,v 1.23 2019/02/04 16:18:15 jsing Exp $ */ | 1 | /* $OpenBSD: tls13_handshake.c,v 1.24 2019/02/07 15:54:18 jsing Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 2018-2019 Theo Buehler <tb@openbsd.org> | 3 | * Copyright (c) 2018-2019 Theo Buehler <tb@openbsd.org> |
4 | * Copyright (c) 2019 Joel Sing <jsing@openbsd.org> | 4 | * Copyright (c) 2019 Joel Sing <jsing@openbsd.org> |
@@ -475,12 +475,6 @@ tls13_server_hello_send(struct tls13_ctx *ctx) | |||
475 | } | 475 | } |
476 | 476 | ||
477 | int | 477 | int |
478 | tls13_server_encrypted_extensions_recv(struct tls13_ctx *ctx) | ||
479 | { | ||
480 | return 0; | ||
481 | } | ||
482 | |||
483 | int | ||
484 | tls13_server_encrypted_extensions_send(struct tls13_ctx *ctx) | 478 | tls13_server_encrypted_extensions_send(struct tls13_ctx *ctx) |
485 | { | 479 | { |
486 | return 0; | 480 | return 0; |