diff options
| author | tedu <> | 2014-10-15 21:02:39 +0000 |
|---|---|---|
| committer | tedu <> | 2014-10-15 21:02:39 +0000 |
| commit | c87dc8e7307026d8883e2398b4999d5ffe66b6e2 (patch) | |
| tree | a80225330726269957b46a792f2aa1c2f53cf33a /src/lib/libressl/ressl.h | |
| parent | 83f2d2310172fab6713dc766f6d621f571609b5c (diff) | |
| download | openbsd-c87dc8e7307026d8883e2398b4999d5ffe66b6e2.tar.gz openbsd-c87dc8e7307026d8883e2398b4999d5ffe66b6e2.tar.bz2 openbsd-c87dc8e7307026d8883e2398b4999d5ffe66b6e2.zip | |
Fuck it. No SSLv3; not now, not ever. The API of the future will only
support the protocols of the future.
(Perhaps a bit late in burning this bridge entirely, but there's no time
like the present, esp. with other players now leaning against back compat.)
Diffstat (limited to 'src/lib/libressl/ressl.h')
| -rw-r--r-- | src/lib/libressl/ressl.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libressl/ressl.h b/src/lib/libressl/ressl.h index 8fa2788077..4ca2507f5a 100644 --- a/src/lib/libressl/ressl.h +++ b/src/lib/libressl/ressl.h | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: ressl.h,v 1.20 2014/10/14 22:05:28 tedu Exp $ */ | 1 | /* $OpenBSD: ressl.h,v 1.21 2014/10/15 21:02:39 tedu Exp $ */ |
| 2 | /* | 2 | /* |
| 3 | * Copyright (c) 2014 Joel Sing <jsing@openbsd.org> | 3 | * Copyright (c) 2014 Joel Sing <jsing@openbsd.org> |
| 4 | * | 4 | * |
| @@ -20,7 +20,6 @@ | |||
| 20 | 20 | ||
| 21 | #define RESSL_API 20141008 | 21 | #define RESSL_API 20141008 |
| 22 | 22 | ||
| 23 | #define RESSL_PROTOCOL_SSLv3 (1 << 0) | ||
| 24 | #define RESSL_PROTOCOL_TLSv1_0 (1 << 1) | 23 | #define RESSL_PROTOCOL_TLSv1_0 (1 << 1) |
| 25 | #define RESSL_PROTOCOL_TLSv1_1 (1 << 2) | 24 | #define RESSL_PROTOCOL_TLSv1_1 (1 << 2) |
| 26 | #define RESSL_PROTOCOL_TLSv1_2 (1 << 3) | 25 | #define RESSL_PROTOCOL_TLSv1_2 (1 << 3) |
