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
/
sshsig.c
Age
Commit message (
Expand
)
Author
2023-04-06
simplify sshsig_find_principals() similar to what happened to
Damien Miller
2023-03-30
return SSH_ERR_KEY_NOT_FOUND if the allowed_signers file is empty,
Damien Miller
2022-08-19
double free() in error path; from Eusgor via GHPR333
Damien Miller
2022-03-30
avoid NULL deref via ssh-keygen -Y find-principals. bz3409, reported
Damien Miller
2022-02-01
allow 'ssh-keygen -Y find-principals' to match wildcard principals
Damien Miller
2022-01-05
NULL deref when using find-principals when matching an allowed_signers
Damien Miller
2021-11-28
sshsig: return "key not found" when searching empty files rather than
Damien Miller
2021-11-28
missing initialisation for oerrno
Damien Miller
2021-11-27
Add ssh-keygen -Y match-principals operation to perform matching of
Damien Miller
2021-11-18
ssh-keygen -Y find-principals was verifying key validity when using
Damien Miller
2021-11-05
move cert_filter_principals() to earlier in the file for reuse;
Damien Miller
2021-07-23
Add a StdinNull directive to ssh_config(5) that allows the config
Damien Miller
2021-01-31
Set linesize returned by getline to zero when freeing and NULLing the
Darren Tucker
2021-01-26
move check_host_cert() from sshconnect,c to sshkey.c and refactor
Damien Miller
2020-10-18
use the new variant log macros instead of prepending __func__ and
Damien Miller
2020-08-31
Add RCS IDs to the few files that are missing them;
Damien Miller
2020-08-27
support for user-verified FIDO keys
Damien Miller
2020-03-06
do not leak oprincipals; ok djm
Markus Friedl
2020-03-06
correct return code; ok djm
Markus Friedl
2020-03-06
principalsp is optional, pubkey required; ok djm
Markus Friedl
2020-03-06
sshsig: return correct error, fix null-deref; ok djm
Markus Friedl
2020-01-23
ssh-keygen -Y find-principals fixes based on feedback from Markus:
Damien Miller
2020-01-23
add a new signature operations "find-principal" to look up the
Damien Miller
2020-01-22
factor out parsing of allowed-signers lines
Damien Miller
2019-11-25
Add new structure for signature options
Damien Miller
2019-10-31
Refactor signing - use sshkey_sign for everything, including the new
Damien Miller
2019-10-02
make signature format match PROTOCOL.sshsig file: the message hash
Damien Miller
2019-09-05
memleak on error path; found by libfuzzer
Damien Miller
2019-09-05
expose allowed_signers options parsing code in header for fuzzing
Damien Miller
2019-09-03
repair typo and editing mishap
Christian Weisgerber
2019-09-03
sshsig tweaks and improvements from and suggested by Markus
Damien Miller
2019-09-03
sshsig: lightweight signature and verification ability for OpenSSH
Damien Miller