Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
5 check-ins using file sshbn.c version 70a9e92216
|
2001-03-02
| ||
| 03:25 | Fix problem with pointer hiding check-in: d2672cfce9 user: simon tags: trunk | |
| 03:24 | Jacob's fixes for the Event Log check-in: 1a91f8f9d3 user: simon tags: trunk | |
|
2001-03-01
| ||
| 11:55 | Diffie-Hellman group exchange in SSH2. Currently #ifdeffed out (change the sense of #ifdef DO_DIFFIE_HELLMAN_GEX in ssh.c) because it's _far_ too slow. Will be re-enabled once the bignum routines work a bit faster (or rather a _lot_ faster). check-in: 886d6012e2 user: simon tags: trunk | |
| 11:45 | Add a key length indication to each SSH2 cipher structure, in preparation for needing to know how much key material each cipher needs in order to select a suitable Diffie-Hellman group. check-in: c3e83708f2 user: simon tags: trunk | |
| 11:41 | Remove the last lingering knowledge, outside sshbn.c, of the internal structure of the Bignum type. Bignum is now a fully opaque type unless you're inside sshbn.c. check-in: 92ac2a679e user: simon tags: trunk | |