summaryrefslogtreecommitdiff
path: root/src/lib/libssl/tls1.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libssl/tls1.h')
-rw-r--r--src/lib/libssl/tls1.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/lib/libssl/tls1.h b/src/lib/libssl/tls1.h
index daf6cba6fa..05514b8f4d 100644
--- a/src/lib/libssl/tls1.h
+++ b/src/lib/libssl/tls1.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: tls1.h,v 1.57 2024/02/03 15:58:34 beck Exp $ */ 1/* $OpenBSD: tls1.h,v 1.58 2024/03/02 11:44:47 tb Exp $ */
2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) 2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
3 * All rights reserved. 3 * All rights reserved.
4 * 4 *
@@ -316,6 +316,9 @@ int SSL_export_keying_material(SSL *s, unsigned char *out, size_t olen,
316 const char *label, size_t llen, const unsigned char *p, size_t plen, 316 const char *label, size_t llen, const unsigned char *p, size_t plen,
317 int use_context); 317 int use_context);
318 318
319int SSL_get_signature_type_nid(const SSL *ssl, int *nid);
320int SSL_get_peer_signature_type_nid(const SSL *ssl, int *nid);
321
319#define SSL_set_tlsext_host_name(s,name) \ 322#define SSL_set_tlsext_host_name(s,name) \
320SSL_ctrl(s,SSL_CTRL_SET_TLSEXT_HOSTNAME,TLSEXT_NAMETYPE_host_name,(char *)name) 323SSL_ctrl(s,SSL_CTRL_SET_TLSEXT_HOSTNAME,TLSEXT_NAMETYPE_host_name,(char *)name)
321 324