source: doc/ChangeLog @ 03ed473

mei_rt2mei_rt2_fix_1
Last change on this file since 03ed473 was 68109e3, checked in by Mei <mei@…>, 12 years ago

1) updated some documentations

  • Property mode set to 100644
File size: 3.4 KB
Line 
1= 0.2.2 =
2
3     2012-09-XX
4        * New performance testing setup under examples directory. Added
5          plotting and graphing scripts
6        * Updated examples directory to use Makefile, added performance
7          testing setup, plotting scripts, and graphing scripts
8        * Added support for accepting encrypted private key with passphrase
9          for principal credential creation and for attribute rule creation
10        * API is expanded to allow specifying private key file and passphrase
11          file
12        * creddy attribute and generate options are expanded to accept
13          a specific private key and allowing passphrase option
14        * a new keycheck option is added to creddy to do access check on
15          a key file (encrypted and none encrypted)
16        * add examples for encryption/passphrase
17        * migrate the sample scripts that used to be under swig directory to
18          examples directory and setup as part of regression test suite
19        * add examples for timing/performance runs
20        * change the proof buffer allocation to YAP_AllocSpaceFromYap and sizing
21          the buffer repeatedly and progressively if the initial size is too small
22        * tested with Yap 6.2.3 but not required
23
24= 0.2.1 =
25
26     2012-07-06
27 
28        * The API visible to programmers is much richer and should make
29          development simpler.  As part of this, the libcreddy/libabac
30          distinction has disappeared.  All libcreddy functions are now
31          available through libabac.
32        * updated to use strongswan 4.6.4.  Strongswan 4.4.0 had become very
33          outdated.
34        * Added more examples and documentation.
35        * add a new '--subject-link' option to creddy --attribute to hold the
36          linking role
37        * add --dbdump option to abac_prover_yap to retrieve all prolog clauses
38          stored in the db
39       
40       WARNING
41       - There are occasional spurious error messages originated
42         from Strongswan during access of the attribute credentials.  Those
43         messages are due to libstrongswan mishandling certain values of
44         authorizedKeyIdentifier in a non-destructive way.  While we are
45         working with the strongswan developers to remove these messages, they
46         should not affect ABAC in any way.
47       
48         Here are sample messages:
49       
50         L6 - keyIdentifier:  length of ASN.1 object invalid or too large
51         L6 - authorityCertSerialNumber:  length of ASN.1 object invalid or too large
52       
53         Do report to us if your ABAC is not behaving as
54         expected and messages like above seem to be a factor..
55       
56= 0.2.0 =
57
58     2012-02-27
59
60        * '''API-breaking change''': libcreddy ID and attribute cert creation validity
61          periods are now measured in seconds
62        * significant performance improvements on Linux, see [source:doc/INSTALL] for
63          configure flags
64        * [CredPrinterDocs credential printer]
65        * several bugs and segfaults fixed
66
67= 0.1.3 =
68
69     2011-03-30
70
71        * native Java support
72        * many, many bugfixes
73
74= 0.1.2 =
75
76     2010-10-01
77
78        * libcreddy extracted
79        * credddy rewritten to use libcreddy
80        * sample code for libcreddy in python
81
82= 0.1.1 =
83
84     2010-09-17, updated 2010-09-20
85
86        * Support for intersection rules
87        * Support for encrypted private keys
88        * Build issues on FreeBSD addressed
89
90
Note: See TracBrowser for help on using the repository browser.