CVSROOT: /cvs Module name: src Changes by: [email protected] 2013/04/18 19:06:50
Modified files:
usr.bin/ssh : authfile.c cipher.c cipher.h kex.c kex.h
kexecdh.c kexecdhc.c kexecdhs.c key.c key.h
mac.c mac.h packet.c ssh.1 ssh.c
Log message:
add the ability to query supported ciphers, MACs, key type and KEX
algorithms to ssh. Includes some refactoring of KEX and key type handling
to be table-driven; ok markus@
