diff options
author | doug <> | 2015-09-13 23:36:21 +0000 |
---|---|---|
committer | doug <> | 2015-09-13 23:36:21 +0000 |
commit | 5e0ea5055e21b1f3526587a5a17702ab3fee3e49 (patch) | |
tree | 804e21f7971977c17340feffa6cc8840e09b3cfe /src/lib/libssl/doc | |
parent | c221c5094439136f46f34e398f2908ca9b5bfb1d (diff) | |
download | openbsd-5e0ea5055e21b1f3526587a5a17702ab3fee3e49.tar.gz openbsd-5e0ea5055e21b1f3526587a5a17702ab3fee3e49.tar.bz2 openbsd-5e0ea5055e21b1f3526587a5a17702ab3fee3e49.zip |
Remove MD4 support from LibreSSL.
MD4 should have been removed a long time ago. Also, RFC 6150 moved it to
historic in 2011. Rides the major crank from removing SHA-0.
Discussed with many including beck@, millert@, djm@, sthen@
ok jsing@, input + ok bcook@
Diffstat (limited to 'src/lib/libssl/doc')
-rw-r--r-- | src/lib/libssl/doc/standards.txt | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/lib/libssl/doc/standards.txt b/src/lib/libssl/doc/standards.txt index 7bada8d35f..e9eacc5840 100644 --- a/src/lib/libssl/doc/standards.txt +++ b/src/lib/libssl/doc/standards.txt | |||
@@ -27,12 +27,6 @@ Implemented: | |||
27 | These are documents that describe things that are implemented (in | 27 | These are documents that describe things that are implemented (in |
28 | whole or at least great parts) in OpenSSL. | 28 | whole or at least great parts) in OpenSSL. |
29 | 29 | ||
30 | 1319 The MD2 Message-Digest Algorithm. B. Kaliski. April 1992. | ||
31 | (Format: TXT=25661 bytes) (Status: INFORMATIONAL) | ||
32 | |||
33 | 1320 The MD4 Message-Digest Algorithm. R. Rivest. April 1992. (Format: | ||
34 | TXT=32407 bytes) (Status: INFORMATIONAL) | ||
35 | |||
36 | 1321 The MD5 Message-Digest Algorithm. R. Rivest. April 1992. (Format: | 30 | 1321 The MD5 Message-Digest Algorithm. R. Rivest. April 1992. (Format: |
37 | TXT=35222 bytes) (Status: INFORMATIONAL) | 31 | TXT=35222 bytes) (Status: INFORMATIONAL) |
38 | 32 | ||