History log of /openbsd/usr.bin/ssh/pkcs11.h (Results 1 – 3 of 3)
Revision Date Author Comments
# a4d3c495 26-Nov-2013 deraadt <deraadt@openbsd.org>

cleanup 1 << 31 idioms. Resurrection of this issue pointed out by Eitan Adler
ok markus for ssh, implies same change in kerberosV


# ac798f4f 24-Feb-2010 djm <djm@openbsd.org>

Add $OpenBSD$ tags in comments, our portable-syncing scripts use these


# 41503faf 08-Feb-2010 markus <markus@openbsd.org>

replace our obsolete smartcard code with PKCS#11.
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 (sha

replace our obsolete smartcard code with PKCS#11.
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

show more ...