CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2019/01/22 05:03:58
Modified files: usr.bin/ssh : ssh-pkcs11.c Log message: Correct some bugs in PKCS#11 token PIN handling at initial login, the attempt at reading the PIN could be skipped in some cases especially on devices with integrated PIN readers. based on patch from Daniel Kucera in bz#2652; ok markus@