Releases: OpenSC/pam_p11
Releases · OpenSC/pam_p11
pam_p11-0.6.0
What's Changed
- fixed key_login() that always succeeded on error by @archxlith in #32
- Add Japanese translation by @scrwnl in #33
New Contributors
- @archxlith made their first contribution in #32
- @scrwnl made their first contribution in #33
Full Changelog: pam_p11-0.5.0...pam_p11-0.6.0
pam_p11-0.5.0
- Add support for tokens that only contain a certificate (and no public key)
- Fixed never-ending loop if the PIN is locked
pam_p11-0.4.0
- Add Russian translation
- Add support for building with LibreSSL
- Add support for building with OpenSSL 3.0 and later
pam_p11-0.3.1
CVE-2019-16058: Fixed buffer overflow when creating signatures longer than 256 bytes
pam_p11-0.3.0
- Add Italian translation
- Add support for matching the PIN-input with a regular expression
- Add support for macOS
- Add support for building with OpenSSL 1.1.1
- Add support for nistp256/384/521 keys in authorized_keys file
pam_p11-0.2.0
- Add user documentation in Readme.md
- Add support for PIN pad readers
- Add support for changing/unblocking PIN (use with passwd)
- Add support for localized user feedback
- Add support for cards without certificates (e.g. OpenPGP card)
- Add support for PKCS#11 modules with multiple slots
- Add support for building with OpenSSL 1.1
- Merged opensc and openssh module into pam_p11.so
- Fixed memory leaks, coverity issues, compiler warnings
- Created
test-passwd
andtest-login
for testing standard use cases
pam_p11-0.1.6
New in 0.1.6; 2017-03-06 Alon Bar-Lev
- Build system rewritten (NOTICE: configure options was modified).