diff options
author | jsing <> | 2015-09-10 17:57:50 +0000 |
---|---|---|
committer | jsing <> | 2015-09-10 17:57:50 +0000 |
commit | c4c220a34fb8ef8921b6629e0de8a0761a7d8a66 (patch) | |
tree | b6e132390b9936d3bc45c6b7e5f7567e5fabce5b /src/lib/libssl/dtls1.h | |
parent | 3de7aa268622f5ee3cfe2831d0da81edc27f1d24 (diff) | |
download | openbsd-c4c220a34fb8ef8921b6629e0de8a0761a7d8a66.tar.gz openbsd-c4c220a34fb8ef8921b6629e0de8a0761a7d8a66.tar.bz2 openbsd-c4c220a34fb8ef8921b6629e0de8a0761a7d8a66.zip |
Remove support for DTLS_BAD_VER. We do not support non-standard and
incomplete implementations just so that we can interoperate with products
from vendors who have not bothered to fix things in the last ~10 years.
ok bcook@ miod@
Diffstat (limited to 'src/lib/libssl/dtls1.h')
-rw-r--r-- | src/lib/libssl/dtls1.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libssl/dtls1.h b/src/lib/libssl/dtls1.h index 1d65dc5821..5aed28e99a 100644 --- a/src/lib/libssl/dtls1.h +++ b/src/lib/libssl/dtls1.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: dtls1.h,v 1.17 2015/02/09 10:53:28 jsing Exp $ */ | 1 | /* $OpenBSD: dtls1.h,v 1.18 2015/09/10 17:57:50 jsing Exp $ */ |
2 | /* | 2 | /* |
3 | * DTLS implementation written by Nagendra Modadugu | 3 | * DTLS implementation written by Nagendra Modadugu |
4 | * (nagendra@cs.stanford.edu) for the OpenSSL project 2005. | 4 | * (nagendra@cs.stanford.edu) for the OpenSSL project 2005. |
@@ -73,7 +73,6 @@ extern "C" { | |||
73 | #endif | 73 | #endif |
74 | 74 | ||
75 | #define DTLS1_VERSION 0xFEFF | 75 | #define DTLS1_VERSION 0xFEFF |
76 | #define DTLS1_BAD_VER 0x0100 | ||
77 | 76 | ||
78 | /* lengths of messages */ | 77 | /* lengths of messages */ |
79 | #define DTLS1_COOKIE_LENGTH 256 | 78 | #define DTLS1_COOKIE_LENGTH 256 |