diff options
author | doug <> | 2015-09-14 01:45:03 +0000 |
---|---|---|
committer | doug <> | 2015-09-14 01:45:03 +0000 |
commit | ea990ff7851a189e7a61b56357a6d6e0de88a040 (patch) | |
tree | 587478d440edfb518946564a3da5958afa932346 /src/lib/libssl/doc | |
parent | da36d6a18c187f8d3c2e38a0e5940d8073110b10 (diff) | |
download | openbsd-ea990ff7851a189e7a61b56357a6d6e0de88a040.tar.gz openbsd-ea990ff7851a189e7a61b56357a6d6e0de88a040.tar.bz2 openbsd-ea990ff7851a189e7a61b56357a6d6e0de88a040.zip |
Temporarily revive MD4 for MS CHAP support.
Diffstat (limited to 'src/lib/libssl/doc')
-rw-r--r-- | src/lib/libssl/doc/standards.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/lib/libssl/doc/standards.txt b/src/lib/libssl/doc/standards.txt index e9eacc5840..7bada8d35f 100644 --- a/src/lib/libssl/doc/standards.txt +++ b/src/lib/libssl/doc/standards.txt | |||
@@ -27,6 +27,12 @@ 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 | |||
30 | 1321 The MD5 Message-Digest Algorithm. R. Rivest. April 1992. (Format: | 36 | 1321 The MD5 Message-Digest Algorithm. R. Rivest. April 1992. (Format: |
31 | TXT=35222 bytes) (Status: INFORMATIONAL) | 37 | TXT=35222 bytes) (Status: INFORMATIONAL) |
32 | 38 | ||