Branch: refs/heads/master
Home: https://github.com/OpenSC/pam_p11
Commit: f1341b07c535a0a6a52924db11f51f02445041dc
https://github.com/OpenSC/pam_p11/commit/f1341b07c535a0a6a52924db11f51f02445041dc
Author: Peter Popovec <pop...@gm...>
Date: 2023-07-17 (Mon, 17 Jul 2023)
Changed paths:
M src/pam_p11.c
Log Message:
-----------
Don't look for the public key in key_verify() function.
If the token does not contain a public key, then the search will fail. In
the find_key() function, we have already found the relevant key (in the
certificate or as a real public key).
modified: src/pam_p11.c
Commit: acdf0f34daba7b1a1eb1c0fda31d30d9540c027b
https://github.com/OpenSC/pam_p11/commit/acdf0f34daba7b1a1eb1c0fda31d30d9540c027b
Author: Peter Popovec <pop...@gm...>
Date: 2023-07-17 (Mon, 17 Jul 2023)
Changed paths:
M src/pam_p11.c
Log Message:
-----------
Search for authkey after login.
In order to find private key, we must first login to the token.
modified: src/pam_p11.c
Commit: fd92498cf6c6385611af4d64bf2f708c35c72190
https://github.com/OpenSC/pam_p11/commit/fd92498cf6c6385611af4d64bf2f708c35c72190
Author: Peter Popovec <pop...@gm...>
Date: 2023-07-17 (Mon, 17 Jul 2023)
Changed paths:
M .github/ci-test.sh
Log Message:
-----------
run CI tests (token without pub key)
modified: .github/ci-test.sh
Compare: https://github.com/OpenSC/pam_p11/compare/ef3d28610635...fd92498cf6c6
|