]> git.ipfire.org Git - thirdparty/openssl.git/commit
Add a legacy provider and put MD2 in it
authorMatt Caswell <matt@openssl.org>
Fri, 5 Apr 2019 09:47:05 +0000 (10:47 +0100)
committerMatt Caswell <matt@openssl.org>
Tue, 9 Apr 2019 09:24:43 +0000 (10:24 +0100)
commitd030892312a2e7076511205e7fe1a5eae98e5102
treec1fbf493c6fed67af94fbf5384e88f5758c2ac59
parentdc46e3dde58c781b5f29942d787a2c8765ba5514
Add a legacy provider and put MD2 in it

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/8541)
Configure
INSTALL
crypto/evp/digest.c
crypto/property/property_parse.c
providers/build.info
providers/legacy/build.info [new file with mode: 0644]
providers/legacy/digests/build.info [new file with mode: 0644]
providers/legacy/digests/md2.c [new file with mode: 0644]
providers/legacy/legacyprov.c [new file with mode: 0644]
test/md2test.c
test/recipes/05-test_md2.t