diff options
author | 1999-09-30 19:55:35 +0000 | |
---|---|---|
committer | 1999-09-30 19:55:35 +0000 | |
commit | d3ac41f8847bd1643a5f707338b7d2be0249b94d (patch) | |
tree | 1296c531109ba61de4caeb8c48c7bcf20d56250d | |
parent | Sync with mod_ssl v2.4.4. ok beck@. (diff) | |
download | wireguard-openbsd-d3ac41f8847bd1643a5f707338b7d2be0249b94d.tar.xz wireguard-openbsd-d3ac41f8847bd1643a5f707338b7d2be0249b94d.zip |
doc that rc4/md5 are gone
-rw-r--r-- | usr.bin/ssh/COPYING.Ylonen | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.bin/ssh/COPYING.Ylonen b/usr.bin/ssh/COPYING.Ylonen index 60d57599689..f88e934bd57 100644 --- a/usr.bin/ssh/COPYING.Ylonen +++ b/usr.bin/ssh/COPYING.Ylonen @@ -23,9 +23,8 @@ restrictive); see below for details. [ Zlib is now external. ] [ The make-ssh-known-hosts script is no longer included. ] [ TSS has been removed. ] - -The MD5 implementation in md5.c was taken from PGP and is due to Colin -Plumb. Comments in the file indicate that it is in the public domain. +[ MD5 is now external. ] +[ RC4 support bas been removed. ] The 32-bit CRC implementation in crc32.c is due to Gary S. Brown. Comments in the file indicate it may be used for any purpose without |