diff options
author | 2014-11-18 05:33:43 +0000 | |
---|---|---|
committer | 2014-11-18 05:33:43 +0000 | |
commit | 4bb6f241c5c21adcaeba90e28dbb74fe4ebc8304 (patch) | |
tree | 4d37beb3d2303feabd53aefe9ce9796063158d54 /lib/libssl/src/ssl/ssl.h | |
parent | Enable the build of GOST routines in libcrypto. Riding upon the Cammelia (diff) | |
download | wireguard-openbsd-4bb6f241c5c21adcaeba90e28dbb74fe4ebc8304.tar.xz wireguard-openbsd-4bb6f241c5c21adcaeba90e28dbb74fe4ebc8304.zip |
Update the GOST code in libssl, as contributed by Dmitry Eremin-Solenikov.
This causes a libssl major version bump as this affects the layout of some
internal-but-unfortunately-made-visible structs.
Diffstat (limited to 'lib/libssl/src/ssl/ssl.h')
-rw-r--r-- | lib/libssl/src/ssl/ssl.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libssl/src/ssl/ssl.h b/lib/libssl/src/ssl/ssl.h index 00a4b5e39be..2416b46d46f 100644 --- a/lib/libssl/src/ssl/ssl.h +++ b/lib/libssl/src/ssl/ssl.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ssl.h,v 1.71 2014/11/16 14:12:47 jsing Exp $ */ +/* $OpenBSD: ssl.h,v 1.72 2014/11/18 05:33:43 miod Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -295,6 +295,8 @@ extern "C" { #define SSL_TXT_GOST89MAC "GOST89MAC" #define SSL_TXT_SHA256 "SHA256" #define SSL_TXT_SHA384 "SHA384" +#define SSL_TXT_STREEBOG256 "STREEBOG256" +#define SSL_TXT_STREEBOG512 "STREEBOG512" #define SSL_TXT_DTLS1 "DTLSv1" #define SSL_TXT_DTLS1_BAD "DTLSv1-bad" |