make compiling against OpenSSL optional (make OPENSSL=no);
authormarkus <markus@openbsd.org>
Tue, 29 Apr 2014 18:01:49 +0000 (18:01 +0000)
committermarkus <markus@openbsd.org>
Tue, 29 Apr 2014 18:01:49 +0000 (18:01 +0000)
commit1249177580e91cb4476836a604cfbb1fd56d87ec
tree2c4439e34f8788b6b9ae0b0faf20fd17685253be
parent49d592ebea311d1c15ca880c72ca20ce09bea44c
make compiling against OpenSSL optional (make OPENSSL=no);
reduces algorithms to curve25519, aes-ctr, chacha, ed25519;
allows us to explore further options; with and ok djm
28 files changed:
usr.bin/ssh/Makefile.inc
usr.bin/ssh/auth.c
usr.bin/ssh/authfd.c
usr.bin/ssh/authfile.c
usr.bin/ssh/bufaux.c
usr.bin/ssh/cipher.c
usr.bin/ssh/cipher.h
usr.bin/ssh/hostfile.c
usr.bin/ssh/kex.c
usr.bin/ssh/key.c
usr.bin/ssh/lib/Makefile
usr.bin/ssh/mac.c
usr.bin/ssh/monitor.c
usr.bin/ssh/monitor_wrap.c
usr.bin/ssh/myproposal.h
usr.bin/ssh/packet.c
usr.bin/ssh/roaming_client.c
usr.bin/ssh/ssh-agent.c
usr.bin/ssh/ssh-keygen.c
usr.bin/ssh/ssh-keyscan.c
usr.bin/ssh/ssh-keysign.c
usr.bin/ssh/ssh-pkcs11.h
usr.bin/ssh/ssh.c
usr.bin/ssh/ssh/Makefile
usr.bin/ssh/sshconnect.c
usr.bin/ssh/sshconnect2.c
usr.bin/ssh/sshd.c
usr.bin/ssh/sshd/Makefile