summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/sshsig.c
AgeCommit message (Expand)Author
2023-04-06simplify sshsig_find_principals() similar to what happened toDamien Miller
2023-03-30return SSH_ERR_KEY_NOT_FOUND if the allowed_signers file is empty,Damien Miller
2022-08-19double free() in error path; from Eusgor via GHPR333Damien Miller
2022-03-30avoid NULL deref via ssh-keygen -Y find-principals. bz3409, reportedDamien Miller
2022-02-01allow 'ssh-keygen -Y find-principals' to match wildcard principalsDamien Miller
2022-01-05NULL deref when using find-principals when matching an allowed_signersDamien Miller
2021-11-28sshsig: return "key not found" when searching empty files rather thanDamien Miller
2021-11-28missing initialisation for oerrnoDamien Miller
2021-11-27Add ssh-keygen -Y match-principals operation to perform matching ofDamien Miller
2021-11-18ssh-keygen -Y find-principals was verifying key validity when usingDamien Miller
2021-11-05move cert_filter_principals() to earlier in the file for reuse;Damien Miller
2021-07-23Add a StdinNull directive to ssh_config(5) that allows the configDamien Miller
2021-01-31Set linesize returned by getline to zero when freeing and NULLing theDarren Tucker
2021-01-26move check_host_cert() from sshconnect,c to sshkey.c and refactorDamien Miller
2020-10-18use the new variant log macros instead of prepending __func__ andDamien Miller
2020-08-31Add RCS IDs to the few files that are missing them;Damien Miller
2020-08-27support for user-verified FIDO keysDamien Miller
2020-03-06do not leak oprincipals; ok djmMarkus Friedl
2020-03-06correct return code; ok djmMarkus Friedl
2020-03-06principalsp is optional, pubkey required; ok djmMarkus Friedl
2020-03-06sshsig: return correct error, fix null-deref; ok djmMarkus Friedl
2020-01-23ssh-keygen -Y find-principals fixes based on feedback from Markus:Damien Miller
2020-01-23add a new signature operations "find-principal" to look up theDamien Miller
2020-01-22factor out parsing of allowed-signers linesDamien Miller
2019-11-25Add new structure for signature optionsDamien Miller
2019-10-31Refactor signing - use sshkey_sign for everything, including the newDamien Miller
2019-10-02make signature format match PROTOCOL.sshsig file: the message hashDamien Miller
2019-09-05memleak on error path; found by libfuzzerDamien Miller
2019-09-05expose allowed_signers options parsing code in header for fuzzingDamien Miller
2019-09-03repair typo and editing mishapChristian Weisgerber
2019-09-03sshsig tweaks and improvements from and suggested by MarkusDamien Miller
2019-09-03sshsig: lightweight signature and verification ability for OpenSSHDamien Miller