From: Frank M. <no...@gi...> - 2023-05-26 08:34:25
|
Branch: refs/heads/master Home: https://github.com/OpenSC/pam_p11 Commit: 67922c3f25c5f48fd7d53c1d726b577661702c1e https://github.com/OpenSC/pam_p11/commit/67922c3f25c5f48fd7d53c1d726b577661702c1e Author: Peter Popovec <pop...@gm...> Date: 2023-05-18 (Thu, 18 May 2023) Changed paths: M src/match_openssh.c Log Message: ----------- Fixed incorrect RSA key comparison (for .ssh/authorized_keys) modified: src/match_openssh.c Commit: 8fe5762266a77aa07cc83d67af9e3d50be288304 https://github.com/OpenSC/pam_p11/commit/8fe5762266a77aa07cc83d67af9e3d50be288304 Author: Peter Popovec <pop...@gm...> Date: 2023-05-18 (Thu, 18 May 2023) Changed paths: M src/match_openssh.c Log Message: ----------- Simplified EC key comparison (for .ssh/authorized_keys) Conversion of EC key to internal form is modified, currently works for openssl 1.1.1 as well as for versions 3.0.2 and 3.0.8. modified: src/match_openssh.c Commit: 2440a9d172adb555049ddfbd238f1f30451f8855 https://github.com/OpenSC/pam_p11/commit/2440a9d172adb555049ddfbd238f1f30451f8855 Author: Peter Popovec <pop...@gm...> Date: 2023-05-18 (Thu, 18 May 2023) Changed paths: M .github/workflows/ci.yml Log Message: ----------- CI: compilation test also on ubuntu-22 (openssl 3.0.2) modified: .github/workflows/ci.yml Commit: add16d02419540574af5f1778b62b47b5897d224 https://github.com/OpenSC/pam_p11/commit/add16d02419540574af5f1778b62b47b5897d224 Author: Peter Popovec <pop...@gm...> Date: 2023-05-18 (Thu, 18 May 2023) Changed paths: M src/test.c Log Message: ----------- Do not check the login name if the login is given on the command line. The login name is not available in some cases, in which case the "getlogin_r()" function will fail. If we have a login name on the command line, there is no reason to call this function. modified: src/test.c Commit: f33c9418f263383c684ebd9ab6fb93fc99fb34e4 https://github.com/OpenSC/pam_p11/commit/f33c9418f263383c684ebd9ab6fb93fc99fb34e4 Author: Peter Popovec <pop...@gm...> Date: 2023-05-18 (Thu, 18 May 2023) Changed paths: A .github/ci-test.sh M .github/workflows/ci.yml Log Message: ----------- run test-login in CI - Keys for test: RSA:2048 EC:secp256r1 EC:secp384r1 EC:secp521r1 - softhsm is used as pkcs#11 provider - .ssh/authorized_keys is used for public key placament new file: .github/ci-test.sh modified: .github/workflows/ci.yml Commit: 4d401ee773f73968d883599c386756d75739531e https://github.com/OpenSC/pam_p11/commit/4d401ee773f73968d883599c386756d75739531e Author: Peter Popovec <pop...@gm...> Date: 2023-05-19 (Fri, 19 May 2023) Changed paths: M src/match_openssh.c Log Message: ----------- libressl fix for EC keys modified: src/match_openssh.c Commit: 8cc32c60a373a0c41143ddb2e77939a6ee165a99 https://github.com/OpenSC/pam_p11/commit/8cc32c60a373a0c41143ddb2e77939a6ee165a99 Author: Peter Popovec <pop...@gm...> Date: 2023-05-19 (Fri, 19 May 2023) Changed paths: A .github/setup-libressl.sh M .github/workflows/ci.yml Log Message: ----------- libressl CI test (test-login) new file: .github/setup-libressl.sh modified: .github/workflows/ci.yml Commit: eb38182b7758a573c1419782db7270c1a0baee36 https://github.com/OpenSC/pam_p11/commit/eb38182b7758a573c1419782db7270c1a0baee36 Author: Frank Morgner <fra...@gm...> Date: 2023-05-26 (Fri, 26 May 2023) Changed paths: A .github/ci-test.sh A .github/setup-libressl.sh M .github/workflows/ci.yml M src/match_openssh.c M src/test.c Log Message: ----------- Merge pull request #27 from popovec/CI_test1 application "test-login" in CI - functional test. Compare: https://github.com/OpenSC/pam_p11/compare/cb2f0c318c94...eb38182b7758 |