diff options
author | doug <> | 2015-09-14 01:45:03 +0000 |
---|---|---|
committer | doug <> | 2015-09-14 01:45:03 +0000 |
commit | ccf0b47cd77c8c167d186cc3f01dfc310ee5b29f (patch) | |
tree | 587478d440edfb518946564a3da5958afa932346 /src/lib/libssl/doc | |
parent | 516aee833d4c8a3fa73b13184ca096bf2ad7f1f2 (diff) | |
download | openbsd-ccf0b47cd77c8c167d186cc3f01dfc310ee5b29f.tar.gz openbsd-ccf0b47cd77c8c167d186cc3f01dfc310ee5b29f.tar.bz2 openbsd-ccf0b47cd77c8c167d186cc3f01dfc310ee5b29f.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 | ||