From 5802de84691428c8628b79121e6e14d0af1524bc Mon Sep 17 00:00:00 2001 From: tedu <> Date: Mon, 28 Jul 2014 17:57:18 +0000 Subject: [PATCH] Remove SRP code. It contains a bug (this should not surprise anyone), but the details are under embargo. The original plan was to wait for the embargo to lift, but we've been waiting for quite some time, and there's no indication of when or even if it will end. No sense in dragging this out any longer. The SRP code has never been enabled in OpenBSD, though I understand it is in use by some other people. However, in light of this and other issues, we're officially saying SRP is outside the scope of libressl. (For now.) --- src/lib/libcrypto/crypto/Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/lib/libcrypto/crypto/Makefile b/src/lib/libcrypto/crypto/Makefile index fdbafba8..cd323820 100644 --- a/src/lib/libcrypto/crypto/Makefile +++ b/src/lib/libcrypto/crypto/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.45 2014/07/12 20:11:45 miod Exp $ +# $OpenBSD: Makefile,v 1.46 2014/07/28 17:57:18 tedu Exp $ LIB= crypto @@ -223,9 +223,6 @@ SRCS+= rsa_pmeth.c rsa_crpt.c # sha/ SRCS+= sha_dgst.c sha1dgst.c sha_one.c sha1_one.c sha256.c sha512.c -# srp/ -#SRCS+= srp_lib.c srp_vfy.c - # stack/ SRCS+= stack.c @@ -374,7 +371,6 @@ HDRS=\ crypto/ripemd/ripemd.h \ crypto/rsa/rsa.h \ crypto/sha/sha.h \ - crypto/srp/srp.h \ crypto/stack/safestack.h \ crypto/stack/stack.h \ crypto/store/store.h \