CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2020/04/27 22:02:29
Modified files: usr.bin/ssh : PROTOCOL.u2f sk-api.h sk-usbhid.c ssh-sk.c Log message: when signing a challenge using a FIDO toke, perform the hashing in the middleware layer rather than in ssh code. This allows middlewares that call APIs that perform the hashing implicitly (including Microsoft's AFAIK). ok markus@