diff options
author | jsing <> | 2019-11-17 06:35:30 +0000 |
---|---|---|
committer | jsing <> | 2019-11-17 06:35:30 +0000 |
commit | 409fa0d28febaa4ac29449f82e464e5bdb785ac6 (patch) | |
tree | 64b268783159e5f32378776acd8d4e6c753a419b /src/lib/libssl/tls13_internal.h | |
parent | 45bbbfd098329712115368b9fab20a0605ef4bde (diff) | |
download | openbsd-409fa0d28febaa4ac29449f82e464e5bdb785ac6.tar.gz openbsd-409fa0d28febaa4ac29449f82e464e5bdb785ac6.tar.bz2 openbsd-409fa0d28febaa4ac29449f82e464e5bdb785ac6.zip |
Add the initial framework for the TLSv1.3 server.
ok beck@
Diffstat (limited to 'src/lib/libssl/tls13_internal.h')
-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); |