diff options
author | Damien Miller <djm@mindrot.org> | 2021-05-06 02:08:30 +0200 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2021-10-28 07:16:13 +0200 |
commit | a5ab4882348d26addc9830a44e053238dfa2cb58 (patch) | |
tree | 82ee92feaa15fa4c3e33f4ae43107fcbbd2885e8 /LICENCE | |
parent | upstream: increment SSH_SK_VERSION_MAJOR to match last change (diff) | |
download | openssh-a5ab4882348d26addc9830a44e053238dfa2cb58.tar.xz openssh-a5ab4882348d26addc9830a44e053238dfa2cb58.zip |
remove built-in support for md5crypt()
Users of MD5-hashed password should arrange for ./configure to link
against libxcrypt or similar. Though it would be better to avoid use
of MD5 password hashing entirely, it's arguably worse than DEScrypt.
feedback and ok dtucker@
Diffstat (limited to 'LICENCE')
-rw-r--r-- | LICENCE | 12 |
1 files changed, 2 insertions, 10 deletions
@@ -210,22 +210,14 @@ OpenSSH contains no GPL code. 8) Portable OpenSSH contains the following additional licenses: - a) md5crypt.c, md5crypt.h - - * "THE BEER-WARE LICENSE" (Revision 42): - * <phk@login.dknet.dk> wrote this file. As long as you retain this - * notice you can do whatever you want with this stuff. If we meet - * some day, and you think this stuff is worth it, you can buy me a - * beer in return. Poul-Henning Kamp - - b) snprintf replacement + a) snprintf replacement * Copyright Patrick Powell 1995 * This code is based on code written by Patrick Powell * (papowell@astart.com) It may be used for any purpose as long as this * notice remains intact on all source code distributions - c) Compatibility code (openbsd-compat) + b) Compatibility code (openbsd-compat) Apart from the previously mentioned licenses, various pieces of code in the openbsd-compat/ subdirectory are licensed as follows: |