1NEWS for Pam_p11 -- History of user visible changes
2
3New in 0.3.1; 2019-09-11; Frank Morgner
4* CVE-2019-16058: Fixed buffer overflow when creating signatures longer than 256 bytes
5
6New in 0.3.0; 2019-04-24; Frank Morgner
7* Add Italian translation
8* Add support for matching the PIN-input with a regular expression
9* Add support for macOS
10* Add support for building with OpenSSL 1.1.1
11* Add support for nistp256/384/521 keys in authorized_keys file
12
13New in 0.2.0; 2018-05-16; Frank Morgner
14* Add user documentation in Readme.md
15* Add support for PIN pad readers
16* Add support for changing/unblocking PIN (use with passwd)
17* Add support for localized user feedback
18* Add support for cards without certificates (e.g. OpenPGP card)
19* Add support for PKCS#11 modules with multiple slots
20* Add support for building with OpenSSL 1.1
21* Merged opensc and openssh module into pam_p11.so
22* Fixed memory leaks, coverity issues, compiler warnings
23* Created `test-passwd` and `test-login` for testing standard use cases
24
25New in 0.1.6; 2017-03-06; Alon Bar-Lev
26* Build system rewritten (NOTICE: configure options was modified).
27
28New in 0.1.5; 2008-08-27; Andreas Jellinghaus
29* fix script for wiki to html export.
30
31New in 0.1.4; 2008-07-31; Andreas Jellinghaus
32* new version with a number of build fixes
33
34New in 0.1.3; 2007-07-11; Andreas Jellinghaus
35* update wiki export script (add images, fix links).
36* make some functions static.
37* rename variables to avoid names of glibc functions (e.g. random).
38* do not save the password (i.e. pin - shouldn't go anywhere except
39  to the card).
40