CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2014/01/09 16:20:01
Modified files:
usr.bin/ssh : hostfile.c kex.c kex.h kexc25519.c kexc25519c.c
kexc25519s.c kexdh.c kexecdh.c kexecdhc.c
kexecdhs.c kexgex.c kexgexc.c kexgexs.c key.c
key.h roaming_client.c roaming_common.c
schnorr.c schnorr.h ssh-dss.c ssh-ecdsa.c
ssh-rsa.c sshconnect2.c
usr.bin/ssh/lib: Makefile
Added files:
usr.bin/ssh : digest.c digest.h
Log message:
Introduce digest API and use it to perform all hashing operations
rather than calling OpenSSL EVP_Digest* directly. Will make it easier
to build a reduced-feature OpenSSH without OpenSSL in future;
feedback, ok markus@