summaryrefslogtreecommitdiff
path: root/src/lib/libssl/ssl.h
diff options
context:
space:
mode:
authorjsing <>2014-09-27 11:01:06 +0000
committerjsing <>2014-09-27 11:01:06 +0000
commit2e75e6d02f2e0d3b9d2ed384b0940da66d15244e (patch)
tree9bdf9e8b5c2c33851369eba1c6947e8be6c47ad7 /src/lib/libssl/ssl.h
parent4e10b99e9f420212b077e11cb4f87d3f1f9e0f75 (diff)
downloadopenbsd-2e75e6d02f2e0d3b9d2ed384b0940da66d15244e.tar.gz
openbsd-2e75e6d02f2e0d3b9d2ed384b0940da66d15244e.tar.bz2
openbsd-2e75e6d02f2e0d3b9d2ed384b0940da66d15244e.zip
Check that the specified curve is one of the client preferences.
Based on OpenSSL. ok miod@
Diffstat (limited to 'src/lib/libssl/ssl.h')
-rw-r--r--src/lib/libssl/ssl.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libssl/ssl.h b/src/lib/libssl/ssl.h
index 1851cd9525..3b948245f2 100644
--- a/src/lib/libssl/ssl.h
+++ b/src/lib/libssl/ssl.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: ssl.h,v 1.64 2014/09/21 17:11:04 jsing Exp $ */ 1/* $OpenBSD: ssl.h,v 1.65 2014/09/27 11:01:06 jsing 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 *
@@ -2318,6 +2318,7 @@ void ERR_load_SSL_strings(void);
2318#define SSL_R_USE_SRTP_NOT_NEGOTIATED 369 2318#define SSL_R_USE_SRTP_NOT_NEGOTIATED 369
2319#define SSL_R_WRITE_BIO_NOT_SET 260 2319#define SSL_R_WRITE_BIO_NOT_SET 260
2320#define SSL_R_WRONG_CIPHER_RETURNED 261 2320#define SSL_R_WRONG_CIPHER_RETURNED 261
2321#define SSL_R_WRONG_CURVE 378
2321#define SSL_R_WRONG_MESSAGE_TYPE 262 2322#define SSL_R_WRONG_MESSAGE_TYPE 262
2322#define SSL_R_WRONG_NUMBER_OF_KEY_BITS 263 2323#define SSL_R_WRONG_NUMBER_OF_KEY_BITS 263
2323#define SSL_R_WRONG_SIGNATURE_LENGTH 264 2324#define SSL_R_WRONG_SIGNATURE_LENGTH 264