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
/
authfile.c
Age
Commit message (
Expand
)
Author
2013-05-17
bye, bye xfree(); ok markus@
Damien Miller
2013-04-19
add the ability to query supported ciphers, MACs, key type and KEX
Damien Miller
2013-01-08
support AES-GCM as defined in RFC 5647 (but with simpler KEX handling)
Markus Friedl
2012-12-11
add encrypt-then-mac (EtM) modes to openssh by defining new mac algorithms
Markus Friedl
2012-01-25
memleak in key_load_file(); from Jan Klemkow
Markus Friedl
2011-06-14
make sure key_parse_public/private_rsa1() no longer consumes its input buffer.
Markus Friedl
2011-05-23
read in key comments for v.2 keys (though note that these are not
Damien Miller
2011-05-13
warn on unexpected key type in key_parse_private_type()
Damien Miller
2011-05-10
despam debug() logs by detecting that we are trying to load a private key
Damien Miller
2011-05-04
allow "ssh-add - < key"; feedback and ok markus@
Damien Miller
2010-11-29
correctly load comment for encrypted rsa1 keys;
Markus Friedl
2010-11-21
Refactor internals of private key loading and saving to work on memory
Damien Miller
2010-10-28
fix a possible NULL deref on loading a corrupt ECDH key
Damien Miller
2010-09-08
typo
Damien Miller
2010-08-31
Implement Elliptic Curve Cryptography modes for key exchange (ECDH) and
Damien Miller
2010-08-04
commited the wrong version of the hostbased certificate diff; this
Damien Miller
2010-08-04
enable certificates for hostbased authentication, from Iain Morgan;
Damien Miller
2010-03-04
Add a TrustedUserCAKeys option to sshd_config to specify CA keys that
Damien Miller
2010-01-12
Fix bug introduced in r1.78 (incorrect brace location) that broke key auth.
Darren Tucker
2010-01-11
Do not prompt for a passphrase if we fail to open a keyfile, and log the
Darren Tucker
2009-10-22
switch from 3DES to AES-128 for encryption of passphrase-protected
Damien Miller
2006-08-03
almost entirely get rid of the culture of ".h files that include .h files"
Theo de Raadt
2006-08-01
clean extra spaces
Kevin Steves
2006-08-01
move #include <stdio.h> out of includes.h
Kevin Steves
2006-07-26
move #include <stdlib.h> out of includes.h
Kevin Steves
2006-07-26
move #include <sys/param.h> out of includes.h
Kevin Steves
2006-07-22
move #include <string.h> out of includes.h
Kevin Steves
2006-07-17
move #include <unistd.h> out of includes.h
Kevin Steves
2006-07-11
need <errno.h> here also (it's also included in <openssl/err.h>)
Kevin Steves
2006-07-09
move #include <fcntl.h> out of includes.h
Kevin Steves
2006-04-25
Prevent ssh from trying to open private keys with bad permissions more than
Darren Tucker
2006-03-25
Put $OpenBSD$ tags back (as comments) to replace the RCSID()s that
Damien Miller
2006-03-19
whoever thought that break after return was a good idea needs to get their he...
Theo de Raadt
2006-03-19
RCSID() can die
Theo de Raadt
2006-03-13
Make ssh-add check file permissions before attempting to load private
Darren Tucker
2006-02-20
move #include <sys/stat.h> out of includes.h; ok markus@
Kevin Steves
2005-06-17
make this -Wsign-compare clean; ok avsm@ markus@
Damien Miller
2004-12-11
Fix debug call in error path of authorized_keys processing and fix related
Darren Tucker
2004-12-06
Discard over-length authorized_keys entries rather than complaining when
Darren Tucker
2004-08-23
fix error path, spotted by Martin.Kraemer AT Fujitsu-Siemens.com; ok markus
Damien Miller
2004-06-21
make ssh -Wshadow clean, no functional changes
Anil Madhavapeddy
2004-05-11
improve some code lint did not like; djm millert ok
Theo de Raadt
2003-09-18
missing buffer_free(&encrypted); #662; zardoz at users.sf.net
Markus Friedl
2003-05-24
cast some types for printing; ok markus@
Damien Miller
2003-05-11
change key_load_public to try to read a public from:
Markus Friedl
2003-03-13
move RSA_blinding_on to generic key load method
Markus Friedl
2002-11-15
lseek(2) may return -1 when getting the public/private key lenght.
Federico G. Schwindt
2002-06-24
cat to (void) when output from buffer_get_X is ignored
Markus Friedl
2002-05-23
add /usr/libexec/ssh-keysign: a setuid helper program for hostbased authentic...
Markus Friedl
2002-02-28
add some const EVP_MD for openssl-0.9.7
Markus Friedl
[next]