CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2022/09/13 18:14:37
Modified files: usr.bin/ssh : sk-usbhid.c Log message: sk_enroll: never drop SSH_SK_USER_VERIFICATION_REQD flag from response Now that all FIDO signing calls attempt first without PIN and then fall back to trying PIN only if that attempt fails, we can remove the hack^wtrick that removed the UV flag from the keys returned during enroll. By Corinna Vinschen