| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
appending ssh_err(r) manually; ok markus@
|
|
|
|
|
|
|
|
|
|
|
| |
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@
|
|
|
|
|
|
|
|
|
|
| |
verbosity.
Make ssh-agent turn on ssh-pkcs11-helper's verbosity when it is run
in debug mode ("ssh-agent -d"), so we get to see errors from the
PKCS#11 code.
ok markus@
|
|
|
|
|
|
| |
allocating a sshkey
work by markus@, ok djm@
|
|
|
|
|
|
| |
needed for regress tests.
work by markus@, ok me
|
|
|
|
| |
Work by markus@ and Pedro Martelletto, feedback and ok me@
|
|
|
|
| |
feedback and ok tb@ jsing@ markus@
|
| |
|
| |
|
|
|
|
| |
ok djm
|
| |
|
|
|
|
| |
ok dtucker@
|
|
|
|
|
|
|
|
|
| |
existing API is offered as a set of wrappers.
with and ok markus@
Thanks also to Ben Hawkes, David Tomaschik, Ivan Fratric, Matthew
Dempsky and Ron Bowes for a detailed review a few months ago.
|
| |
|
|
|
|
|
| |
While there, be sure to buffer_clear() between send_msg() and recv_msg().
ok markus@
|
| |
|
|
ftp://ftp.rsasecurity.com/pub/pkcs/pkcs-11/v2-20/pkcs-11v2-20.pdf
ssh(1) and ssh-keygen(1) use dlopen(3) directly to talk to a PKCS#11
provider (shared library) while ssh-agent(1) delegates PKCS#11 to
a forked a ssh-pkcs11-helper process.
PKCS#11 is currently a compile time option.
feedback and ok djm@; inspired by patches from Alon Bar-Lev
|