summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/key.c
AgeCommit message (Expand)Author
2008-06-25add key length to visual fingerprint; zap magical constants;Otto Moerbeek
2008-06-12add my copyright, ok djm@Alexander von Gernler
2008-06-12We already mark the start of the worm, now also mark the end of the wormAlexander von Gernler
2008-06-12supply the key type (rsa1, rsa, dsa) as a caption in the frame of theAlexander von Gernler
2008-06-12use an odd number of rows and columns and a separate start marker, looksOtto Moerbeek
2008-06-11#define statements that are not atoms need braces around them, else theyAlexander von Gernler
2008-06-11simpler way of computing the augmentations; ok grunk@Otto Moerbeek
2008-06-11Introduce SSH Fingerprint ASCII Visualization, a technique inspired by theAlexander von Gernler
2007-07-12Delint: remove some unreachable statements, from Bret Lambert.Ray Lai
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-08-01move #include <stdio.h> out of includes.hKevin Steves
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-25introduce xcalloc() and xasprintf() failure-checked allocations functionsDamien Miller
2006-03-20djm did a typoTheo de Raadt
2006-03-20in a switch (), break after return or goto is stupidTheo de Raadt
2006-03-20(really) last of the Coverity diffs: avoid possible NULL deref inDamien Miller
2006-03-19RCSID() can dieTheo de Raadt
2005-06-17make this -Wsign-compare clean; ok avsm@ markus@Damien Miller
2004-10-29use new buffer API to avoid fatal errors on corrupt keys in authorized_keysDamien Miller
2004-07-28more s/illegal/invalid/Markus Friedl
2003-11-10constify. ok markus@ & djm@Jakob Schlyter
2003-07-09minor tweak: when generating the hex fingerprint, give strlcat the full bound...Anil Madhavapeddy
2003-06-24int -> u_int; ok djm@, deraadt@, mouring@Markus Friedl
2003-05-14add experimental support for verifying hos keys using DNS as describedJakob Schlyter
2003-02-12merge ssh-dss.h ssh-rsa.h into key.h; ok deraadt@Markus Friedl
2003-02-04better debug3 messageMarkus Friedl
2002-09-09signed vs unsigned from -pedantic; ok henning@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-30minor KNFTheo de Raadt
2002-06-23KNFTheo de Raadt
2002-05-31add comment:Markus Friedl
2002-03-19KNF whitespaceMarkus Friedl
2002-03-18add key_demote() for ssh-privsepMarkus Friedl
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 EVP_MD_size(evp_md) and not evp_md->md_size; ok steveks@Markus Friedl
2001-12-27call fatal() for openssl allocation failuresMarkus Friedl
2001-12-25be more careful on allocationMarkus Friedl
2001-12-19basic KNF done while i was looking for something elseTheo de Raadt
2001-12-05minor KNFTheo de Raadt
2001-11-21mem leakMarkus Friedl
2001-10-04call OPENSSL_free() for memory allocated by openssl; from chombier@mac.comMarkus Friedl
2001-09-19key_read() now returns -1 on type mismatch, tooMarkus Friedl
2001-09-17better error handling if you try to export a bad key to ssh.comMarkus Friedl
2001-09-17u_char*/char* cleanup; ok markus@Kevin Steves
2001-06-26add smartcard support to the client, too (now you can use bothMarkus Friedl
2001-06-25update copyright for 2001Markus Friedl