diff options
| author | jsing <> | 2015-09-10 17:57:50 +0000 |
|---|---|---|
| committer | jsing <> | 2015-09-10 17:57:50 +0000 |
| commit | 6a01e44e5bb9917370be7048957c7d999d847bb6 (patch) | |
| tree | b6e132390b9936d3bc45c6b7e5f7567e5fabce5b /src/lib/libssl/dtls1.h | |
| parent | d65ad2c1f2794d3d6f1cd74e64b738ee9904a95b (diff) | |
| download | openbsd-6a01e44e5bb9917370be7048957c7d999d847bb6.tar.gz openbsd-6a01e44e5bb9917370be7048957c7d999d847bb6.tar.bz2 openbsd-6a01e44e5bb9917370be7048957c7d999d847bb6.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 |
