OSDN Git Service

be67e40cf7ea59cd483836271d84743ad25a3499
[openpts/openpts.git] / ChangeLog
1 openpts (0.2.6) unstable; urgency=low
2
3   * Update src/base64.c
4   * Wrap malloc/free by xmallox/xfree to keep away free(NULL)
5   * Added NLS() macro for i18n, (catgets or gettext)
6   * Added support of "transparent" digest.
7   * Locking to ensure only one instance of ptsc and openpts will run at the same time.
8   * Added the doorbell ringer(ptsevt) and the listener (ptsevtd)
9   * Added clear option. e.g. ptsc -e
10   * Improved error handling and messages (console and logging)
11   * Renew validation models (models/*uml), default ptsc.conf
12   * Added UEFI BIOS validation models
13   * Refactoring Infineon v1.2 TPM workaround
14   * Bug fixes
15
16  -- Seiji Munetoh <munetoh@users.sourceforge.jp>  Thu, 5 Jan 2012 14:40:00 +0900
17
18 openpts (0.2.5.1) unstable; urgency=low
19
20   * Added config option for Infineon TPM
21   * Fixed base64 decode functions to support CR in the middle of string
22
23  -- Seiji Munetoh <munetoh@users.sourceforge.jp>  Wed, 30 Nov 2011 10:50:00 +0900
24
25 openpts (0.2.5) unstable; urgency=low
26
27   * scan by coverity
28   * PEN of OpenPTS has been assigned, the number is 38158 (0x00950E)
29   * Support IMV/IMC
30   * Added libopenpts.so, shared by all commands and IMV/IMC
31   * Refactoring IF-M (Share the code by Standalone and TNC)
32   * Added model for Lenovo UEFI
33
34  -- Seiji Munetoh <munetoh@users.sourceforge.jp>  Wed, 20 Jul 2011 12:00:00 +0900
35
36 openpts (0.2.4) unstable; urgency=low
37
38   * tested on RHEL6 x86_64, Fedora 15 x86_64
39   * add tboot support
40   * changed IF-M standalone mode, SSH tunneling => SSH remote command execution
41   * deprecated ptscd daemon => ptsc
42   * added ptsc command
43   * added tpm_readpcr tpm_extendpcr commands
44   * added tboot2iml command to convert the tboot event msg to TCG eventlog
45   * update iml2text command
46   * added FSM models for tboot (PCR17-19) 
47   * added config flag 'tpm.quote.type=quote|quote2'
48   * rename config flag 'platform.model' => 'rm.model.0'
49   * rename config flag 'runtime.model' => 'rm.model.1'
50   * added config flag 'ir.dir' to set where the collector stores IRs
51   * added config flag 'ifm.timeout' to set the timeout of IF-M pipe through SSH
52
53  -- Seiji Munetoh <munetoh@users.sourceforge.jp>  Mon, 25 Apr 2011 17:00:00 +0900
54
55 openpts (0.2.3) unstable; urgency=low
56
57   * added 'ptscd -t' - run selftest
58   * fixed bug around SSH tunnnel. (use target_conf to store the SSH conf)
59   * fixed pcr_select, quote in IR
60   * Use Quote2
61   * fixed fsm in RM (copy xmi_type attribute from UML)
62   * change OPENPTS_CAPABILITY message, added flags and version info
63   * support known secret of SRK, 'srk.passwork.mode=known'
64   * added tpm.resetdalock=on option to workaround x803 TPM error
65   * SVN rev. 268+
66
67  -- Seiji Munetoh <munetoh@users.sourceforge.jp>  Mon, 07 Mar 2011 15:00:42 +0900
68
69 openpts (0.2.2) unstable; urgency=low
70
71   * added NLS support, gettext
72   * added reason capability for diagnostic
73   * added src/uuid.c
74   * update src/action.c
75   * supports multiple RM set, identified by version 1 UUID
76   * change the structure of configulation direcroty base on the UUID
77   * change the default port from 5556 to 6678
78   * SVN rev. 182
79
80  -- Seiji Munetoh <munetoh@users.sourceforge.jp>  Thu, 06 Jan 2011 15:30:53 +0900
81
82 openpts (0.2.1) unstable; urgency=low
83
84   * added iml2text command
85   * update IF-M
86   * added src/snapshot.c
87   * tested on Ubuntu 10.04 LTS (attest BIOS only)
88   * tested by static code analyser
89   * tested by SPIKE fuzzer
90   * tested by valgrind
91   * SVN rev.112
92
93  -- Seiji Munetoh <munetoh@users.sourceforge.jp>  Mon, 08 Nov 2010 02:18:50 +0000
94
95 openpts (0.2.0) unstable; urgency=low
96
97   * new codebase - fully written in C
98   * update FSM models
99   * tested on Linux 2.6.32 w/ IMA
100   * integration with AIDE (experimental)
101   * supports SSH tunneling of standalone IF-M
102   * SVN rev.44
103
104  -- Seiji Munetoh <munetoh@users.sourceforge.jp>  Wed, 25 Aug 2010 20:00:00 +0900