summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/ssh2.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* draft-ietf-secsh-architecture is now RFC4251.dtucker2020-11-191-2/+2
* move SSH_MSG_NONE, so we don't have to include ssh1.h; ok deraadt@markus2016-05-041-1/+5
* remove roaming support; ok djm@markus2016-01-141-8/+1
* implement SHA2-{256,512} for RSASSA-PKCS1-v1_5 signatures (user and host auth)markus2015-12-041-1/+2
* remove experimental, never-enabled JPAKE code; ok markus@djm2014-01-291-7/+1
* Implement Elliptic Curve Cryptography modes for key exchange (ECDH) anddjm2010-08-311-1/+5
* Add support for certificate key types for users and hosts.djm2010-02-261-1/+4
* Define the KEX messages used when resuming a suspended connection.andreas2009-10-241-1/+8
* Add support for an experimental zero-knowledge password authenticationdjm2008-11-041-1/+8
* standardise spacing in $OpenBSD$ tags; requested by deraadt@djm2006-03-251-1/+1
* ranges for per auth method messagesmarkus2003-05-141-1/+3
* $OpenBSD$ and RCSID() cleanup: don't use RCSID() in .h files; addstevesk2002-03-041-1/+2
* add defines for msg type rangesmarkus2002-01-111-1/+16
* make dh group exchange more flexible, allow min and max group size,provos2001-03-271-2/+3
* First rough implementation of the diffie-hellman group exchange. Theprovos2000-10-111-1/+7
* cleanup copyright notices on all files. I have attempted to be accurate withderaadt2000-09-071-1/+25
* draft-ietf-secsh-architecture-05.txtmarkus2000-05-151-1/+7
* whitespace cleanupmarkus2000-04-141-10/+10
* ssh2 message type codesmarkus2000-03-271-0/+106