summaryrefslogtreecommitdiff
path: root/src/lib/libssl/ssl_tlsext.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libssl/ssl_tlsext.h')
-rw-r--r--src/lib/libssl/ssl_tlsext.h14
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);
44int tlsext_sni_serverhello_build(SSL *s, CBB *cbb); 44int tlsext_sni_serverhello_build(SSL *s, CBB *cbb);
45int tlsext_sni_serverhello_parse(SSL *s, CBS *cbs, int *alert); 45int tlsext_sni_serverhello_parse(SSL *s, CBS *cbs, int *alert);
46 46
47int tlsext_ec_clienthello_needs(SSL *s); 47int tlsext_supportedgroups_clienthello_needs(SSL *s);
48int tlsext_ec_clienthello_build(SSL *s, CBB *cbb); 48int tlsext_supportedgroups_clienthello_build(SSL *s, CBB *cbb);
49int tlsext_ec_clienthello_parse(SSL *s, CBS *cbs, int *alert); 49int tlsext_supportedgroups_clienthello_parse(SSL *s, CBS *cbs, int *alert);
50int tlsext_ec_serverhello_needs(SSL *s); 50int tlsext_supportedgroups_serverhello_needs(SSL *s);
51int tlsext_ec_serverhello_build(SSL *s, CBB *cbb); 51int tlsext_supportedgroups_serverhello_build(SSL *s, CBB *cbb);
52int tlsext_ec_serverhello_parse(SSL *s, CBS *cbs, int *alert); 52int tlsext_supportedgroups_serverhello_parse(SSL *s, CBS *cbs, int *alert);
53 53
54int tlsext_ecpf_clienthello_needs(SSL *s); 54int tlsext_ecpf_clienthello_needs(SSL *s);
55int tlsext_ecpf_clienthello_build(SSL *s, CBB *cbb); 55int tlsext_ecpf_clienthello_build(SSL *s, CBB *cbb);