]> git.ipfire.org Git - thirdparty/openssh-portable.git/commit
upstream: expose PKCS#11 key labels/X.509 subjects as comments
authordjm@openbsd.org <djm@openbsd.org>
Sat, 25 Jan 2020 00:03:36 +0000 (00:03 +0000)
committerDamien Miller <djm@mindrot.org>
Sat, 25 Jan 2020 00:35:55 +0000 (11:35 +1100)
commit89a8d4525e8edd9958ed3df60cf683551142eae0
tree5251d0355691f30dca76d17724dd0d2123285e6e
parenta8c05c640873621681ab64d2e47a314592d5efa2
upstream: expose PKCS#11 key labels/X.509 subjects as comments

Extract the key label or X.509 subject string when PKCS#11 keys
are retrieved from the token and plumb this through to places where
it may be used as a comment.

based on https://github.com/openssh/openssh-portable/pull/138
by Danielle Church

feedback and ok markus@

OpenBSD-Commit-ID: cae1fda10d9e10971dea29520916e27cfec7ca35
ssh-agent.c
ssh-keygen.c
ssh-pkcs11-client.c
ssh-pkcs11-helper.c
ssh-pkcs11.c
ssh-pkcs11.h
ssh.c