Skip to content

Commit

Permalink
Release 0.6.12
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Wolneykien <[email protected]>
  • Loading branch information
wolneykien committed May 31, 2021
1 parent 56b785b commit bb2e3f3
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 1 deletion.
4 changes: 4 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,9 @@ Dominik Fischer <[email protected]>
Ville Skyttä <[email protected]>
Original pam_pkcs11.spec file

Paul Wolneykien <[email protected]>
Additional features and fixes (card_only, wait_for_card, openssl
versions).

Also Thanks to all the people at the OpenSC project

16 changes: 16 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
31- May 2021
- Version 0.6.12
- Limit signature length to 65536 bytes.
- Workaround for buggy PKCS#11 C_Sign() implementation that always
returns the same signature length along with
CKR_BUFFER_TOO_SMALL.
- Don't stuck if wait_for_card=false and ignore the token not found
error when the authentication isn't restricted to card only
(either by the option `card_only` or by PKCS11_LOGIN_TOKEN_NAME
environment variable).
- Added the exmple PAM configuration which uses the ignore status
result.
- Added `screen_savers` to example config.
- Fixes to deal with old and new OpenSSL versions.
- Various small fixes including type casts and printf() formats.

22- May 2019
- Version 0.6.11
- Support OpenSSL 1.1.0
Expand Down
1 change: 1 addition & 0 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Authors: Mario Strasser <[email protected]>
Juan Antonio Martinez <[email protected]>
Ludovic Rouseau <[email protected]>
Frank Morgner <[email protected]>
Paul Wolneykien <[email protected]>

This Linux-PAM login module allows a X.509 certificate based user
login. The certificate and its dedicated private key are thereby
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
AC_PREREQ([2.69])

# Process this file with autoconf to produce a configure script.
AC_INIT([pam_pkcs11],[0.6.11])
AC_INIT([pam_pkcs11],[0.6.12])
AC_CONFIG_SRCDIR([src/pam_pkcs11/pam_pkcs11.c])
AC_CANONICAL_HOST
AM_INIT_AUTOMAKE
Expand Down

0 comments on commit bb2e3f3

Please sign in to comment.