summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/rsa.c
AgeCommit message (Expand)Author
2000-04-14whitespace cleanupMarkus Friedl
2000-03-16-pedantic: signed vs. unsigned, void*-arithm, etcMarkus Friedl
2000-02-21PKCS#1 paddingMarkus Friedl
1999-11-24KNF, final part 3Markus Friedl
1999-11-24much more KNFTheo de Raadt
1999-11-23KNF part 1Markus Friedl
1999-11-08bugfix: use correct size for memset(), report from damien@ibs.com.auMarkus Friedl
1999-11-05clear buffers used for encryption. ok: niels@Markus Friedl
1999-11-02replace assert() with error, fatal or packet_disconnectMarkus Friedl
1999-10-16public exponent needs to be odd.Niels Provos
1999-10-16dont encrypt with public exponent < 3.Niels Provos
1999-09-29update krb4/AFS support to ssh-1.2.27-afs-kerberos-pl1 level, clean up unused...Dug Song
1999-09-29test for RSA in the ssl library, real early onTheo de Raadt
1999-09-28convert all uses of gmp to SSL bignumNiels Provos