CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2020/01/24 17:03:37
Modified files:
usr.bin/ssh : ssh-agent.c ssh-keygen.c ssh-pkcs11-client.c
ssh-pkcs11-helper.c ssh-pkcs11.c ssh-pkcs11.h
ssh.c
Log message:
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@