diff options
Diffstat (limited to 'src/lib/libssl/ssl_tlsext.h')
-rw-r--r-- | src/lib/libssl/ssl_tlsext.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/lib/libssl/ssl_tlsext.h b/src/lib/libssl/ssl_tlsext.h index 4248932fb2..974ab929ec 100644 --- a/src/lib/libssl/ssl_tlsext.h +++ b/src/lib/libssl/ssl_tlsext.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: ssl_tlsext.h,v 1.12 2018/02/08 11:30:30 jsing Exp $ */ | 1 | /* $OpenBSD: ssl_tlsext.h,v 1.13 2018/11/05 20:41:30 jsing Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 2016, 2017 Joel Sing <jsing@openbsd.org> | 3 | * Copyright (c) 2016, 2017 Joel Sing <jsing@openbsd.org> |
4 | * Copyright (c) 2017 Doug Hogan <doug@openbsd.org> | 4 | * Copyright (c) 2017 Doug Hogan <doug@openbsd.org> |
@@ -44,12 +44,12 @@ int tlsext_sni_serverhello_needs(SSL *s); | |||
44 | int tlsext_sni_serverhello_build(SSL *s, CBB *cbb); | 44 | int tlsext_sni_serverhello_build(SSL *s, CBB *cbb); |
45 | int tlsext_sni_serverhello_parse(SSL *s, CBS *cbs, int *alert); | 45 | int tlsext_sni_serverhello_parse(SSL *s, CBS *cbs, int *alert); |
46 | 46 | ||
47 | int tlsext_ec_clienthello_needs(SSL *s); | 47 | int tlsext_supportedgroups_clienthello_needs(SSL *s); |
48 | int tlsext_ec_clienthello_build(SSL *s, CBB *cbb); | 48 | int tlsext_supportedgroups_clienthello_build(SSL *s, CBB *cbb); |
49 | int tlsext_ec_clienthello_parse(SSL *s, CBS *cbs, int *alert); | 49 | int tlsext_supportedgroups_clienthello_parse(SSL *s, CBS *cbs, int *alert); |
50 | int tlsext_ec_serverhello_needs(SSL *s); | 50 | int tlsext_supportedgroups_serverhello_needs(SSL *s); |
51 | int tlsext_ec_serverhello_build(SSL *s, CBB *cbb); | 51 | int tlsext_supportedgroups_serverhello_build(SSL *s, CBB *cbb); |
52 | int tlsext_ec_serverhello_parse(SSL *s, CBS *cbs, int *alert); | 52 | int tlsext_supportedgroups_serverhello_parse(SSL *s, CBS *cbs, int *alert); |
53 | 53 | ||
54 | int tlsext_ecpf_clienthello_needs(SSL *s); | 54 | int tlsext_ecpf_clienthello_needs(SSL *s); |
55 | int tlsext_ecpf_clienthello_build(SSL *s, CBB *cbb); | 55 | int tlsext_ecpf_clienthello_build(SSL *s, CBB *cbb); |