Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
6 check-ins using file sshaes.c version a0f3970c85
|
2001-03-03
| ||
| 05:53 | More options for bignum debugging check-in: 74ad85582b user: simon tags: trunk | |
|
2001-03-02
| ||
| 11:16 | Include key type in SSH2 key fingerprints, now we have more than one check-in: 1ff73fc595 user: simon tags: trunk | |
| 11:14 | Argh, sshrsa.c now depends on sshsha.c so Pageant needs it :-( check-in: 71f3b4536e user: simon tags: trunk | |
| 11:13 | Added support for RSA host keys (not user keys yet) check-in: e92b8a0de1 user: simon tags: trunk | |
| 11:13 | Extra crash-safety in decoding a DSS signature blob check-in: eaf96566f8 user: simon tags: trunk | |
| 07:55 | Support for selecting AES from the GUI. In the process, I've had to introduce another layer of abstraction in SSH2 ciphers, such that a single `logical cipher' (as desired by a user) can equate to more than one `physical cipher'. This is because AES comes in several key lengths (PuTTY will pick the highest supported by the remote end) and several different SSH2-protocol-level names (aes*-cbc, rijndael*-cbc, and an unofficial one rijndael-cbc@lysator.liu.se). check-in: 6c598766ba user: simon tags: trunk | |