Skip to content

Commit 4702632

Browse files
committed
Updated ChangeLog and NEWS
1 parent d953016 commit 4702632

File tree

2 files changed

+28
-6
lines changed

2 files changed

+28
-6
lines changed

ChangeLog

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,20 @@
1-
17- Jan 2024
1+
04- Feb 2025
22
- Version 0.6.13.
33
- Added pkcs11-eventmgr systemd service unit.
44
- Updated Russian translations for pam_pkcs11 (thx Max Kosmach
55
and Andrey Cherepanov).
6-
- Fixed possible authentication bypass: Use signatures to verify
7-
authentication by default (thx Frank Morgner).
8-
- Restoring the original card_only / wait_for_card behavior
6+
- Fixed possible authentication bypass (CVE-2025-24032):
7+
Use signatures to verify authentication by default
98
(thx Frank Morgner).
9+
- Fixed possible authentication bypass (CVE-2025-24531):
10+
Restoring the original card_only / wait_for_card behavior
11+
(thx Matthias Gerstner, Frank Morgner).
1012
- Move pam_securetty.so upward in the example PAM config.
11-
- Set 'slot_num' configuration parameter to 0 by default.
13+
- Set 'slot_num' configuration parameter to 0 by default
14+
(thx Jpereyra316).
1215
- Print details about configuration parse errors (thx Jpereyra316).
1316
- Updated RPM spec file (thx Etienne Barbier).
1417
- Add Chinese (Simplified) translation.
15-
- Updated Russian translations.
1618
- Capitalize all PAM messages (thx Alynx Zhou).
1719
- Cleaned up (some?) memory leaks.
1820
- Made pkcs11_make_hash_link support whitespaces in file names

NEWS

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
04- Feb 2025
2+
- Version 0.6.13.
3+
- Added pkcs11-eventmgr systemd service unit.
4+
- Updated Russian translations for pam_pkcs11 (thx Max Kosmach
5+
and Andrey Cherepanov).
6+
- Fixed possible authentication bypass (CVE-2025-24032):
7+
Use signatures to verify authentication by default
8+
(thx Frank Morgner).
9+
- Fixed possible authentication bypass (CVE-2025-24531):
10+
Restoring the original card_only / wait_for_card behavior
11+
(thx Matthias Gerstner, Frank Morgner).
12+
- Move pam_securetty.so upward in the example PAM config.
13+
- Set 'slot_num' configuration parameter to 0 by default
14+
(thx Jpereyra316).
15+
- Print details about configuration parse errors (thx Jpereyra316).
16+
- Add Chinese (Simplified) translation.
17+
- Capitalize all PAM messages (thx Alynx Zhou).
18+
- Made pkcs11_make_hash_link support whitespaces in file names
19+
(thx Ivan Skorikov).
20+
121
22- May 2019
222
- Version 0.6.11
323
- Support OpenSSL 1.1.0

0 commit comments

Comments
 (0)