#
d4767a85 |
| 03-Jul-2015 |
djm <djm@openbsd.org> |
add an XXX reminder for getting correct key paths from sshd_config
|
#
5381911f |
| 24-Mar-2015 |
markus <markus@openbsd.org> |
consistent check for NULL as noted by Nicholas Lemonias; ok djm@
|
#
2b6695d0 |
| 28-Jan-2015 |
djm <djm@openbsd.org> |
update to new API (key_fingerprint => sshkey_fingerprint) check sshkey_fingerprint return values; ok markus
|
#
2aa7d220 |
| 15-Jan-2015 |
djm <djm@openbsd.org> |
sync ssh-keysign, ssh-keygen and some dependencies to the new buffer/key API; mostly mechanical, ok markus@
|
#
03b8b379 |
| 08-Jan-2015 |
djm <djm@openbsd.org> |
deprecate key_load_private_pem() and sshkey_load_private_pem() interfaces. Refactor the generic key loading API to not require pathnames to be specified (they weren't really used).
Fixes a few other
deprecate key_load_private_pem() and sshkey_load_private_pem() interfaces. Refactor the generic key loading API to not require pathnames to be specified (they weren't really used).
Fixes a few other things en passant:
Makes ed25519 keys work for hostbased authentication (ssh-keysign previously used the PEM-only routines).
Fixes key comment regression bz#2306: key pathnames were being lost as comment fields.
ok markus@
show more ...
|
#
3dbedef4 |
| 21-Dec-2014 |
djm <djm@openbsd.org> |
Add FingerprintHash option to control algorithm used for key fingerprints. Default changes from MD5 to SHA256 and format from hex to base64.
Feedback and ok naddy@ markus@
|
#
4810ff27 |
| 08-Oct-2014 |
djm <djm@openbsd.org> |
Tweak config reparsing with host canonicalisation
Make the second pass through the config files always run when hostname canonicalisation is enabled.
Add a "Match canonical" criteria that allows ss
Tweak config reparsing with host canonicalisation
Make the second pass through the config files always run when hostname canonicalisation is enabled.
Add a "Match canonical" criteria that allows ssh_config Match blocks to trigger only in the second config pass.
Add a -G option to ssh that causes it to parse its configuration and dump the result to stdout, similar to "sshd -T"
Allow ssh_config Port options set in the second config parse phase to be applied (they were being ignored).
bz#2267 bz#2286; ok markus
show more ...
|
#
12491775 |
| 29-Apr-2014 |
markus <markus@openbsd.org> |
make compiling against OpenSSL optional (make OPENSSL=no); reduces algorithms to curve25519, aes-ctr, chacha, ed25519; allows us to explore further options; with and ok djm
|
#
0ceae45e |
| 19-Apr-2014 |
tedu <tedu@openbsd.org> |
Delete futile calls to RAND_seed. ok djm
|
#
158bab0e |
| 01-Apr-2014 |
djm <djm@openbsd.org> |
include fingerprint of key not found use arc4random_buf() instead of loop+arc4random()
|
#
8ffbcf6d |
| 06-Dec-2013 |
markus <markus@openbsd.org> |
support ed25519 keys (hostkeys and user identities) using the public domain ed25519 reference code from SUPERCOP, see http://ed25519.cr.yp.to/software.html feedback, help & ok djm@
|
#
78b8e602 |
| 14-Oct-2013 |
djm <djm@openbsd.org> |
add a "Match" keyword to ssh_config that allows matching on hostname, user and result of arbitrary commands. "nice work" markus@
|
#
0d40fefd |
| 17-May-2013 |
djm <djm@openbsd.org> |
bye, bye xfree(); ok markus@
|
#
e74ac1ae |
| 16-Feb-2011 |
djm <djm@openbsd.org> |
make hostbased auth with ECDSA keys work correctly. Based on patch by harvey.eneman AT oracle.com in bz#1858; ok markus@ (pre-lock)
|
#
24f628ab |
| 31-Aug-2010 |
djm <djm@openbsd.org> |
reintroduce commit from tedu@, which I pulled out for release engineering:
OpenSSL_add_all_algorithms is the name of the function we have a man page for, so use that. ok djm
|
#
a8ec9cfa |
| 16-Aug-2010 |
djm <djm@openbsd.org> |
backout previous temporarily; discussed with deraadt@
|
#
2626a4b3 |
| 12-Aug-2010 |
tedu <tedu@openbsd.org> |
OpenSSL_add_all_algorithms is the name of the function we have a man page for, so use that. ok djm
|
#
f3a26b1f |
| 04-Aug-2010 |
djm <djm@openbsd.org> |
clean for -Wuninitialized
|
#
58056d14 |
| 04-Aug-2010 |
djm <djm@openbsd.org> |
enable certificates for hostbased authentication, from Iain Morgan; "looks ok" markus@
|
#
49ab41d7 |
| 13-Jan-2010 |
dtucker <dtucker@openbsd.org> |
Make HostBased authentication work with a ProxyCommand. bz #1569, patch from imorgan at nas nasa gov, ok djm@
|
#
bd9502d5 |
| 03-Aug-2006 |
deraadt <deraadt@openbsd.org> |
almost entirely get rid of the culture of ".h files that include .h files" ok djm, sort of ok stevesk makes the pain stop in one easy step
|
#
a121c4e0 |
| 26-Jul-2006 |
stevesk <stevesk@openbsd.org> |
move #include <stdlib.h> out of includes.h
|
#
0deb6794 |
| 22-Jul-2006 |
stevesk <stevesk@openbsd.org> |
move #include <string.h> out of includes.h
|
#
eb2751a2 |
| 17-Jul-2006 |
stevesk <stevesk@openbsd.org> |
move #include <unistd.h> out of includes.h
|
#
089803ec |
| 09-Jul-2006 |
stevesk <stevesk@openbsd.org> |
move #include <fcntl.h> out of includes.h
|