Skip to content

Commit bb2e3f3

Browse files
committed
Release 0.6.12
Signed-off-by: Paul Wolneykien <[email protected]>
1 parent 56b785b commit bb2e3f3

File tree

4 files changed

+22
-1
lines changed

4 files changed

+22
-1
lines changed

AUTHORS

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,9 @@ Dominik Fischer <[email protected]>
2424
Ville Skyttä <[email protected]>
2525
Original pam_pkcs11.spec file
2626

27+
Paul Wolneykien <[email protected]>
28+
Additional features and fixes (card_only, wait_for_card, openssl
29+
versions).
30+
2731
Also Thanks to all the people at the OpenSC project
2832

ChangeLog

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
31- May 2021
2+
- Version 0.6.12
3+
- Limit signature length to 65536 bytes.
4+
- Workaround for buggy PKCS#11 C_Sign() implementation that always
5+
returns the same signature length along with
6+
CKR_BUFFER_TOO_SMALL.
7+
- Don't stuck if wait_for_card=false and ignore the token not found
8+
error when the authentication isn't restricted to card only
9+
(either by the option `card_only` or by PKCS11_LOGIN_TOKEN_NAME
10+
environment variable).
11+
- Added the exmple PAM configuration which uses the ignore status
12+
result.
13+
- Added `screen_savers` to example config.
14+
- Fixes to deal with old and new OpenSSL versions.
15+
- Various small fixes including type casts and printf() formats.
16+
117
22- May 2019
218
- Version 0.6.11
319
- Support OpenSSL 1.1.0

README

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ Authors: Mario Strasser <[email protected]>
55
Juan Antonio Martinez <[email protected]>
66
Ludovic Rouseau <[email protected]>
77
Frank Morgner <[email protected]>
8+
Paul Wolneykien <[email protected]>
89

910
This Linux-PAM login module allows a X.509 certificate based user
1011
login. The certificate and its dedicated private key are thereby

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
AC_PREREQ([2.69])
55

66
# Process this file with autoconf to produce a configure script.
7-
AC_INIT([pam_pkcs11],[0.6.11])
7+
AC_INIT([pam_pkcs11],[0.6.12])
88
AC_CONFIG_SRCDIR([src/pam_pkcs11/pam_pkcs11.c])
99
AC_CANONICAL_HOST
1010
AM_INIT_AUTOMAKE

0 commit comments

Comments
 (0)