summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/dns.c
AgeCommit message (Expand)Author
2018-02-23Add experimental support for PQC XMSS keys (Extended Hash-Based Signatures)Markus Friedl
2017-09-14Revert commitid: gJtIN6rRTS3CHy9b.Damien Miller
2017-09-01identify the case where SSHFP records are missing but other DNS RRDamien Miller
2015-08-20Do not cast result of malloc/calloc/realloc* if stdlib.h is in scopeTheo de Raadt
2015-01-28update to new API (key_fingerprint => sshkey_fingerprint)Damien Miller
2015-01-15sync ssh-keysign, ssh-keygen and some dependencies to the newDamien Miller
2014-12-21Add FingerprintHash option to control algorithm used for keyDamien Miller
2014-06-24New key API: refactor key-related functions to be more library-like,Damien Miller
2014-04-20Add support for SSHFP DNS records for ED25519 key types.logan
2013-05-17bye, bye xfree(); ok markus@Damien Miller
2012-05-23add support for RFC6594 SSHFP DNS records for ECDSA key types.Damien Miller
2010-08-31Implement Elliptic Curve Cryptography modes for key exchange (ECDH) andDamien Miller
2010-02-26Add support for certificate key types for users and hosts.Damien Miller
2008-06-12Do not pass "0" strings as ports to getaddrinfo because the lookupsDarren Tucker
2007-01-03spacesKevin Steves
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-07-08move #include <sys/socket.h> out of includes.hKevin Steves
2006-03-25standardise spacing in $OpenBSD$ tags; requested by deraadt@Damien Miller
2006-03-20cast xstrdup to propert u_char *Theo de Raadt
2006-03-19RCSID() can dieTheo de Raadt
2005-10-17more cleanups; ok jakob@Kevin Steves
2005-10-17remove #ifdef LWRES; ok jakob@Kevin Steves
2005-10-17fix memory leaks from 2 sources:Kevin Steves
2005-10-13unneeded #include, unused declaration, little knf; ok deraadt@Kevin Steves
2005-06-17make this -Wsign-compare clean; ok avsm@ markus@Damien Miller
2005-04-20do not try to look up SSHFP for numerical hostname. ok djm@Jakob Schlyter
2004-06-21make ssh -Wshadow clean, no functional changesAnil Madhavapeddy
2003-11-21unexpand and delete whitespace at EOL; ok markus@Damien Miller
2003-11-12update SSHFP validation. ok markus@Jakob Schlyter
2003-10-14include SSHFP lookup code (not enabled by default). ok markus@Jakob Schlyter
2003-06-11sync with check_host_key() changeJakob Schlyter
2003-05-15add missing freerrsetJakob Schlyter
2003-05-14sshfp contains fingerprints, not keysJakob Schlyter
2003-05-14rename enumJakob Schlyter
2003-05-14update license, remove 3rd clause. ok author (me)Jakob Schlyter
2003-05-14add experimental support for verifying hos keys using DNS as describedJakob Schlyter