Simon Tatham
|
d345ebc2a5
|
Add support for DSA authentication in SSH2, following clever ideas
on how to get round the problem of generating a good k.
[originally from svn r1284]
|
2001-09-22 20:52:21 +00:00 |
Simon Tatham
|
3730ada5ce
|
Run entire source base through GNU indent to tidy up the varying
coding styles of the various contributors! Woohoo!
[originally from svn r1098]
|
2001-05-06 14:35:20 +00:00 |
Simon Tatham
|
cdf972d9f1
|
Fix excessive calls to random_byte()
[originally from svn r1052]
|
2001-04-16 16:25:57 +00:00 |
Simon Tatham
|
f72b5aa95f
|
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.
[originally from svn r960]
|
2001-03-01 17:41:26 +00:00 |
Simon Tatham
|
0ff0fad344
|
Improve comment so I don't misunderstand when I come back to this :-)
[originally from svn r802]
|
2000-11-16 10:47:59 +00:00 |
Simon Tatham
|
7ac98ae071
|
Use a Miller-Rabin test instead of a Fermat test; add comments
[originally from svn r801]
|
2000-11-15 15:03:17 +00:00 |
Simon Tatham
|
e51b4da9f7
|
Make the frankly ridiculous prototypes for modpow() and modmul() more sane
[originally from svn r752]
|
2000-10-23 16:11:31 +00:00 |
Simon Tatham
|
e41344c544
|
RSA key generation routines, and the bignum enhancements required to
support them. A key generation tool will be forthcoming soon.
[originally from svn r712]
|
2000-10-18 15:00:36 +00:00 |