diff options
author | jsing <> | 2014-09-27 11:01:06 +0000 |
---|---|---|
committer | jsing <> | 2014-09-27 11:01:06 +0000 |
commit | e82d769243512ab6c9b239e874920d017e626428 (patch) | |
tree | 9bdf9e8b5c2c33851369eba1c6947e8be6c47ad7 /src/lib/libssl/ssl.h | |
parent | f2b4debf2dec428decbf29cca424c6ff07a4bd78 (diff) | |
download | openbsd-e82d769243512ab6c9b239e874920d017e626428.tar.gz openbsd-e82d769243512ab6c9b239e874920d017e626428.tar.bz2 openbsd-e82d769243512ab6c9b239e874920d017e626428.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.h | 3 |
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 |