-
Notifications
You must be signed in to change notification settings - Fork 20
/
NEWS
48 lines (39 loc) · 1.85 KB
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
NEWS for Pam_p11 -- History of user visible changes
New in 0.5.0; 2023-08-03; Frank Morgner
* Add support for tokens that only contain a certificate (and no public key)
* Fixed never-ending loop if the PIN is locked
New in 0.4.0; 2023-06-08; Frank Morgner
* Add Russian translation
* Add support for building with LibreSSL
* Add support for building with OpenSSL 3.0 and later
New in 0.3.1; 2019-09-11; Frank Morgner
* CVE-2019-16058: Fixed buffer overflow when creating signatures longer than 256 bytes
New in 0.3.0; 2019-04-24; Frank Morgner
* 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
New in 0.2.0; 2018-05-16; Frank Morgner
* 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` and `test-login` for testing standard use cases
New in 0.1.6; 2017-03-06; Alon Bar-Lev
* Build system rewritten (NOTICE: configure options was modified).
New in 0.1.5; 2008-08-27; Andreas Jellinghaus
* fix script for wiki to html export.
New in 0.1.4; 2008-07-31; Andreas Jellinghaus
* new version with a number of build fixes
New in 0.1.3; 2007-07-11; Andreas Jellinghaus
* update wiki export script (add images, fix links).
* make some functions static.
* rename variables to avoid names of glibc functions (e.g. random).
* do not save the password (i.e. pin - shouldn't go anywhere except
to the card).