summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/ssh-dss.c
AgeCommit message (Expand)Author
2002-02-28add some const EVP_MD for openssl-0.9.7Markus Friedl
2002-02-24signed vs. unsigned: make size arguments u_int, ok stevesk@Markus Friedl
2002-01-25use static EVP_MAX_MD_SIZE buffers for EVP_DigestFinal; ok stevesk@Markus Friedl
2001-12-27call fatal() for openssl allocation failuresMarkus Friedl
2001-12-05minor KNFTheo de Raadt
2001-11-07missing free and sync dss/rsa code.Markus Friedl
2001-09-17u_char*/char* cleanup; ok markus@Kevin Steves
2001-06-06cleanup, remove old codeMarkus Friedl
2001-02-08sync with netbsd tree changes.Jun-ichiro itojun Hagino
2001-02-04unexpand and remove end-of-line whitespace; ok markus@Kevin Steves
2001-01-21split ssh.h and try to cleanup the #include mess. remove unnecessary #includes.Markus Friedl
2001-01-19clear and free digest, make consistent with other code (use dlen); from stevesk@Markus Friedl
2000-12-19replace 'unsigned bla' with 'u_bla' everywhere. also, replace 'char unsigned'Markus Friedl
2000-11-12add support for RSA to SSH2. please test.Markus Friedl