From: Alon Bar-L. <no...@gi...> - 2022-05-10 17:38:29
|
Branch: refs/heads/master Home: https://github.com/OpenSC/libp11 Commit: d5e07497e915c339f4c9e7534750eb4d8309b99b https://github.com/OpenSC/libp11/commit/d5e07497e915c339f4c9e7534750eb4d8309b99b Author: Alon Bar-Lev <alo...@gm...> Date: 2022-05-10 (Tue, 10 May 2022) Changed paths: M src/eng_back.c Log Message: ----------- When a PIN explicitly provided use a PIN regadless of secure login flag When a token supports both protected authentication path and PIN the user may choose which method it wishes to use in order to authenticate. The default is of course the best secure method, however, when a user specified a PIN either explictly or via the URI then respect this setting. Signed-off-by: Alon Bar-Lev <alo...@gm...> |