File: NEWS

package info (click to toggle)
pam-p11 0.3.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 196 kB
  • sloc: ansic: 1,168; makefile: 45; sh: 8
file content (39 lines) | stat: -rw-r--r-- 1,571 bytes parent folder | download | duplicates (3)
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
NEWS for Pam_p11 -- History of user visible changes

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).