Remove SRP code. It contains a bug (this should not surprise anyone), but
authortedu <tedu@openbsd.org>
Mon, 28 Jul 2014 17:57:18 +0000 (17:57 +0000)
committertedu <tedu@openbsd.org>
Mon, 28 Jul 2014 17:57:18 +0000 (17:57 +0000)
commit027ef565c406bcfc83360665973e8eac7b5bfbb5
treee22fa0d7e4ef70c0bccc8237d04460dc32275526
parent31e9e94c04b965b99ddd7f03442200ffdf217f8a
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.)
12 files changed:
lib/libcrypto/crypto/Makefile
lib/libcrypto/srp/srp.h [deleted file]
lib/libcrypto/srp/srp_grps.h [deleted file]
lib/libcrypto/srp/srp_lcl.h [deleted file]
lib/libcrypto/srp/srp_lib.c [deleted file]
lib/libcrypto/srp/srp_vfy.c [deleted file]
lib/libssl/src/apps/progs.h
lib/libssl/src/crypto/srp/srp.h [deleted file]
lib/libssl/src/crypto/srp/srp_grps.h [deleted file]
lib/libssl/src/crypto/srp/srp_lcl.h [deleted file]
lib/libssl/src/crypto/srp/srp_lib.c [deleted file]
lib/libssl/src/crypto/srp/srp_vfy.c [deleted file]