summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/ssh-dss.c
AgeCommit message (Expand)Author
2016-04-21make argument == NULL tests more consistentDamien Miller
2015-12-11Remove NULL-checks before sshbuf_free().mmcc
2015-12-10Remove NULL-checks before free().mmcc
2014-06-24New key API: refactor key-related functions to be more library-like,Damien Miller
2014-02-02convert memset of potentially-private data to explicit_bzero()Damien Miller
2014-01-09Introduce digest API and use it to perform all hashing operationsDamien Miller
2013-12-27make the original RSA and DSA signing/verification code look more likeDamien Miller
2013-05-17bye, bye xfree(); ok markus@Damien Miller
2010-08-31Add buffer_get_cstring() and related functions that verify that theDamien Miller
2010-04-16revised certificate format ssh-{dss,rsa}-cert-v01@openssh.com with theDamien Miller
2010-02-26Add support for certificate key types for users and hosts.Damien Miller
2006-11-06add missing checks for openssl return codes; with & ok djm@Markus Friedl
2006-08-03almost entirely get rid of the culture of ".h files that include .h files"Theo de Raadt
2006-07-22move #include <string.h> out of includes.hKevin Steves
2006-03-25Put $OpenBSD$ tags back (as comments) to replace the RCSID()s thatDamien Miller
2006-03-19RCSID() can dieTheo de Raadt
2003-11-10constify. ok markus@ & djm@Jakob Schlyter
2003-02-12merge ssh-dss.h ssh-rsa.h into key.h; ok deraadt@Markus Friedl
2002-07-04don't allocate, copy, and discard if there is not interested in the data; ok ...Markus Friedl
2002-07-04patch memory leaks; grendel@zeitbombe.orgTheo de Raadt
2002-06-23various KNF and %d for unsignedTheo de Raadt
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