IETF-SSH archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: ECC in SSH draft version -01



> I thought there was a ceiling on the length of the name-list strings
> during key exchange (something like 256), but I can't find it now.

There is a ceiling, in that too large a list will blow out the
35000-octet minimum packet size limit.  But it's a long way from 256.

My own implementation offers

arcfour-64k%rodents.montreal.qc.ca@localhost
blowfish-ctr
aes128-ctr
blowfish-cbc
aes128-cbc
aes192-cbc
aes192-ctr
aes256-cbc
aes256-ctr
idea-cbc
arcfour128-draft-00%putty.projects.tartarus.org@localhost
arcfour256-draft-00%putty.projects.tartarus.org@localhost
3des-cbc
3des-ctr
arcfour
rijndael-k4b4-cbc%rodents.montreal.qc.ca@localhost
rijndael-k4b6-cbc%rodents.montreal.qc.ca@localhost
rijndael-k4b8-cbc%rodents.montreal.qc.ca@localhost
rijndael-k6b4-cbc%rodents.montreal.qc.ca@localhost
rijndael-k6b6-cbc%rodents.montreal.qc.ca@localhost
rijndael-k6b8-cbc%rodents.montreal.qc.ca@localhost
rijndael-k8b4-cbc%rodents.montreal.qc.ca@localhost
rijndael-k8b6-cbc%rodents.montreal.qc.ca@localhost
rijndael-k8b8-cbc%rodents.montreal.qc.ca@localhost
rijndael-k4b4-ctr%rodents.montreal.qc.ca@localhost
rijndael-k4b6-ctr%rodents.montreal.qc.ca@localhost
rijndael-k4b8-ctr%rodents.montreal.qc.ca@localhost
rijndael-k6b4-ctr%rodents.montreal.qc.ca@localhost
rijndael-k6b6-ctr%rodents.montreal.qc.ca@localhost
rijndael-k6b8-ctr%rodents.montreal.qc.ca@localhost
rijndael-k8b4-ctr%rodents.montreal.qc.ca@localhost
rijndael-k8b6-ctr%rodents.montreal.qc.ca@localhost
rijndael-k8b8-ctr%rodents.montreal.qc.ca@localhost
rijndael-cbc%lysator.liu.se@localhost

which is just a hair under 1K of algorithm names, and, while I haven't
tested it extensively against a wide variety of implementations, I
haven't run into anything that either objects or breaks in response to
that.

> If I dreaming and not blind on the other hand, than I think I
> agree... the 'meta-names' will just make implementation more
> difficult.

That is my own take on it.

/~\ The ASCII				der Mouse
\ / Ribbon Campaign
 X  Against HTML	       mouse%rodents.montreal.qc.ca@localhost
/ \ Email!	     7D C8 61 52 5D E7 2D 39  4E F1 31 3E E8 B3 27 4B



Home | Main Index | Thread Index | Old Index