index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
ssh
/
dns.c
Age
Commit message (
Expand
)
Author
2018-02-23
Add experimental support for PQC XMSS keys (Extended Hash-Based Signatures)
Markus Friedl
2017-09-14
Revert commitid: gJtIN6rRTS3CHy9b.
Damien Miller
2017-09-01
identify the case where SSHFP records are missing but other DNS RR
Damien Miller
2015-08-20
Do not cast result of malloc/calloc/realloc* if stdlib.h is in scope
Theo de Raadt
2015-01-28
update to new API (key_fingerprint => sshkey_fingerprint)
Damien Miller
2015-01-15
sync ssh-keysign, ssh-keygen and some dependencies to the new
Damien Miller
2014-12-21
Add FingerprintHash option to control algorithm used for key
Damien Miller
2014-06-24
New key API: refactor key-related functions to be more library-like,
Damien Miller
2014-04-20
Add support for SSHFP DNS records for ED25519 key types.
logan
2013-05-17
bye, bye xfree(); ok markus@
Damien Miller
2012-05-23
add support for RFC6594 SSHFP DNS records for ECDSA key types.
Damien Miller
2010-08-31
Implement Elliptic Curve Cryptography modes for key exchange (ECDH) and
Damien Miller
2010-02-26
Add support for certificate key types for users and hosts.
Damien Miller
2008-06-12
Do not pass "0" strings as ports to getaddrinfo because the lookups
Darren Tucker
2007-01-03
spaces
Kevin Steves
2006-08-03
almost entirely get rid of the culture of ".h files that include .h files"
Theo de Raadt
2006-08-01
move #include <stdio.h> out of includes.h
Kevin Steves
2006-07-22
move #include <string.h> out of includes.h
Kevin Steves
2006-07-08
move #include <sys/socket.h> out of includes.h
Kevin Steves
2006-03-25
standardise spacing in $OpenBSD$ tags; requested by deraadt@
Damien Miller
2006-03-20
cast xstrdup to propert u_char *
Theo de Raadt
2006-03-19
RCSID() can die
Theo de Raadt
2005-10-17
more cleanups; ok jakob@
Kevin Steves
2005-10-17
remove #ifdef LWRES; ok jakob@
Kevin Steves
2005-10-17
fix memory leaks from 2 sources:
Kevin Steves
2005-10-13
unneeded #include, unused declaration, little knf; ok deraadt@
Kevin Steves
2005-06-17
make this -Wsign-compare clean; ok avsm@ markus@
Damien Miller
2005-04-20
do not try to look up SSHFP for numerical hostname. ok djm@
Jakob Schlyter
2004-06-21
make ssh -Wshadow clean, no functional changes
Anil Madhavapeddy
2003-11-21
unexpand and delete whitespace at EOL; ok markus@
Damien Miller
2003-11-12
update SSHFP validation. ok markus@
Jakob Schlyter
2003-10-14
include SSHFP lookup code (not enabled by default). ok markus@
Jakob Schlyter
2003-06-11
sync with check_host_key() change
Jakob Schlyter
2003-05-15
add missing freerrset
Jakob Schlyter
2003-05-14
sshfp contains fingerprints, not keys
Jakob Schlyter
2003-05-14
rename enum
Jakob Schlyter
2003-05-14
update license, remove 3rd clause. ok author (me)
Jakob Schlyter
2003-05-14
add experimental support for verifying hos keys using DNS as described
Jakob Schlyter