diff options
| author | jsing <> | 2019-11-17 06:35:30 +0000 |
|---|---|---|
| committer | jsing <> | 2019-11-17 06:35:30 +0000 |
| commit | e7819872fc16ca237903863e1dafbcbfcd8b0638 (patch) | |
| tree | 64b268783159e5f32378776acd8d4e6c753a419b /src/lib/libssl/tls13_internal.h | |
| parent | 23f2eb29045a2ecdef46d4718a0fdf1e46b08c1a (diff) | |
| download | openbsd-e7819872fc16ca237903863e1dafbcbfcd8b0638.tar.gz openbsd-e7819872fc16ca237903863e1dafbcbfcd8b0638.tar.bz2 openbsd-e7819872fc16ca237903863e1dafbcbfcd8b0638.zip | |
Add the initial framework for the TLSv1.3 server.
ok beck@
Diffstat (limited to '')
| -rw-r--r-- | src/lib/libssl/tls13_internal.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libssl/tls13_internal.h b/src/lib/libssl/tls13_internal.h index 7288ca3448..9ab72f4f3a 100644 --- a/src/lib/libssl/tls13_internal.h +++ b/src/lib/libssl/tls13_internal.h | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: tls13_internal.h,v 1.29 2019/11/17 00:10:47 beck Exp $ */ | 1 | /* $OpenBSD: tls13_internal.h,v 1.30 2019/11/17 06:35:30 jsing Exp $ */ |
| 2 | /* | 2 | /* |
| 3 | * Copyright (c) 2018 Bob Beck <beck@openbsd.org> | 3 | * Copyright (c) 2018 Bob Beck <beck@openbsd.org> |
| 4 | * Copyright (c) 2018 Theo Buehler <tb@openbsd.org> | 4 | * Copyright (c) 2018 Theo Buehler <tb@openbsd.org> |
| @@ -176,6 +176,7 @@ const EVP_MD *tls13_cipher_hash(const SSL_CIPHER *cipher); | |||
| 176 | /* | 176 | /* |
| 177 | * Legacy interfaces. | 177 | * Legacy interfaces. |
| 178 | */ | 178 | */ |
| 179 | int tls13_legacy_accept(SSL *ssl); | ||
| 179 | int tls13_legacy_connect(SSL *ssl); | 180 | int tls13_legacy_connect(SSL *ssl); |
| 180 | int tls13_legacy_return_code(SSL *ssl, ssize_t ret); | 181 | int tls13_legacy_return_code(SSL *ssl, ssize_t ret); |
| 181 | ssize_t tls13_legacy_wire_read_cb(void *buf, size_t n, void *arg); | 182 | ssize_t tls13_legacy_wire_read_cb(void *buf, size_t n, void *arg); |
