NetBSD/usr.bin/ftp
riastradh ef315f7931 Remove MKCRYPTO option.
Originally, MKCRYPTO was introduced because the United States
classified cryptography as a munition and restricted its export.  The
export controls were substantially relaxed fifteen years ago, and are
essentially irrelevant for software with published source code.

In the intervening time, nobody bothered to remove the option after
its motivation -- the US export restriction -- was eliminated.  I'm
not aware of any other operating system that has a similar option; I
expect it is mainly out of apathy for churn that we still have it.
Today, cryptography is an essential part of modern computing -- you
can't use the internet responsibly without cryptography.

The position of the TNF board of directors is that TNF makes no
representation that MKCRYPTO=no satisfies any country's cryptography
regulations.

My personal position is that the availability of cryptography is a
basic human right; that any local laws restricting it to a privileged
few are fundamentally immoral; and that it is wrong for developers to
spend effort crippling cryptography to work around such laws.

As proposed on tech-crypto, tech-security, and tech-userlevel to no
objections:

https://mail-index.netbsd.org/tech-crypto/2017/05/06/msg000719.html
https://mail-index.netbsd.org/tech-security/2017/05/06/msg000928.html
https://mail-index.netbsd.org/tech-userlevel/2017/05/06/msg010547.html

P.S.  Reviewing all the uses of MKCRYPTO in src revealed a lot of
*bad* crypto that was conditional on it, e.g. DES in telnet...  That
should probably be removed too, but on the grounds that it is bad,
not on the grounds that it is (nominally) crypto.
2017-05-21 15:28:36 +00:00
..
cmds.c CID 1354295: Array overrun. 2016-02-27 16:31:31 +00:00
cmdtab.c
complete.c
domacro.c
extern.h
fetch.c ftp(1): split the auth processing function. 2017-02-15 11:52:11 +00:00
ftp_var.h make DPRINTF/DWARN always statements. 2015-12-16 23:00:39 +00:00
ftp.1 Add -x xferbufsize to set xferbuf size. 2015-04-23 23:31:23 +00:00
ftp.c When using data outside the signed char range, it is better to 2016-10-04 15:06:31 +00:00
main.c Add -x xferbufsize to set xferbuf size. 2015-04-23 23:31:23 +00:00
Makefile Remove MKCRYPTO option. 2017-05-21 15:28:36 +00:00
progressbar.c
progressbar.h
ruserpass.c
ssl.c Workaround const issues of SSL_set_tlsext_host_name. 2015-09-16 15:32:53 +00:00
ssl.h Add Server Name Indication (SNI) support for https. 2015-09-12 19:38:42 +00:00
util.c When using the response to SYST to decide whether to default to 'binary' 2013-02-19 23:29:15 +00:00
version.h Bump version for SNI support. 2015-09-12 20:18:52 +00:00