summaryrefslogtreecommitdiff
path: root/sshsig.c
Commit message (Expand)AuthorAgeFilesLines
* upstream: simplify sshsig_find_principals() similar to what happened todjm@openbsd.org2023-04-061-4/+3
* upstream: return SSH_ERR_KEY_NOT_FOUND if the allowed_signers filedjm@openbsd.org2023-03-301-3/+3
* upstream: double free() in error path; from Eusgor via GHPR333djm@openbsd.org2022-08-191-3/+4
* upstream: avoid NULL deref via ssh-keygen -Y find-principals.djm@openbsd.org2022-03-301-2/+7
* upstream: allow 'ssh-keygen -Y find-principals' to match wildcarddjm@openbsd.org2022-02-021-12/+14
* upstream: NULL deref when using find-principals when matching andjm@openbsd.org2022-01-051-2/+2
* upstream: sshsig: return "key not found" when searching empty filesdjm@openbsd.org2021-11-281-1/+2
* upstream: missing initialisation for oerrnodjm@openbsd.org2021-11-281-2/+2
* upstream: Add ssh-keygen -Y match-principals operation to performdjm@openbsd.org2021-11-271-1/+71
* upstream: ssh-keygen -Y find-principals was verifying key validitydjm@openbsd.org2021-11-191-65/+36
* upstream: move cert_filter_principals() to earlier in the file fordjm@openbsd.org2021-11-061-55/+55
* upstream: Add a StdinNull directive to ssh_config(5) that allowsdjm@openbsd.org2021-07-231-27/+83
* upstream: Set linesize returned by getline to zero when freeing anddtucker@openbsd.org2021-02-011-1/+3
* upstream: move check_host_cert() from sshconnect,c to sshkey.c anddjm@openbsd.org2021-01-261-3/+3
* upstream: use the new variant log macros instead of prependingdjm@openbsd.org2020-10-181-59/+55
* upstream: Add RCS IDs to the few files that are missing them; fromdjm@openbsd.org2020-08-311-0/+1
* upstream: support for user-verified FIDO keysdjm@openbsd.org2020-08-271-7/+9
* upstream: do not leak oprincipals; ok djmmarkus@openbsd.org2020-03-131-2/+4
* upstream: correct return code; ok djmmarkus@openbsd.org2020-03-131-1/+1
* upstream: principalsp is optional, pubkey required; ok djmmarkus@openbsd.org2020-03-131-3/+3
* upstream: sshsig: return correct error, fix null-deref; ok djmmarkus@openbsd.org2020-03-131-5/+7
* upstream: ssh-keygen -Y find-principals fixes based on feedbackdjm@openbsd.org2020-01-251-11/+63
* upstream: add a new signature operations "find-principal" to lookdjm@openbsd.org2020-01-231-0/+117
* upstream: factor out parsing of allowed-signers linesdjm@openbsd.org2020-01-221-27/+87
* upstream: Add new structure for signature optionsdjm@openbsd.org2019-11-251-8/+14
* upstream: Refactor signing - use sshkey_sign for everything,djm@openbsd.org2019-11-011-10/+11
* upstream: make signature format match PROTOCOdjm@openbsd.org2019-10-021-2/+2
* upstream: memleak on error path; found by libfuzzerdjm@openbsd.org2019-09-051-1/+1
* upstream: expose allowed_signers options parsing code in header fordjm@openbsd.org2019-09-051-9/+9
* upstream: repair typo and editing mishapnaddy@openbsd.org2019-09-051-1/+1
* portability fixes for sshsigDamien Miller2019-09-031-0/+2
* upstream: sshsig tweaks and improvements from and suggested bydjm@openbsd.org2019-09-031-84/+96
* upstream: sshsig: lightweight signature and verification abilitydjm@openbsd.org2019-09-031-0/+787