Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
4 check-ins using file Makefile version bd6cf64ee0
|
2001-03-02
| ||
| 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 | |
| 05:44 | Add AES support in SSH2. Not yet complete: there's no way to select it in the GUI (or even in the registry). check-in: 4640d5ae4b user: simon tags: trunk | |