source: doc/ChangeLog @ 5730a10

mei_rt2mei_rt2_fix_1 libabac-0.2.1
Last change on this file since 5730a10 was 9b43fc3, checked in by Mei <mei@…>, 12 years ago

1) add code to load id into context with both cert chunk and privkey
chunk
2) test out the sample scripts in swig/perl and swig/python

  • Property mode set to 100644
File size: 1.8 KB
Line 
1= 0.2.1 =
22012-07-02
3 * The API visible to programmers is much richer and should make
4   development simpler.  As part of this, the libcreddy/libabac
5   distinction has disappeared.  All libcreddy functions are now
6   available through libabac.
7 * updated to use strongswan 4.6.4.  Strongswan 4.4.0 had become very
8   outdated.
9 * Added more examples and documentation.
10 * add a new '--subject-link' option to creddy --attribute to hold the
11   linking role
12 * add --dbdump option to abac_prover_yap to retrieve all prolog clauses
13   stored in the db
14
15WARNING
16- There are occasional spurious error messages originated
17  from Strongswan during access of the attribute credentials.  Those
18  messages are due to libstrongswan mishandling certain values of
19  authorizedKeyIdentifier in a non-destructive way.  While we are
20  working with the strongswan developers to remove these messages, they
21  should not affect ABAC in any way.
22
23  Here are sample messages:
24
25  L6 - keyIdentifier:  length of ASN.1 object invalid or too large
26  L6 - authorityCertSerialNumber:  length of ASN.1 object invalid or too large
27
28  Do report to us if your ABAC is not behaving as
29  expected and messages like above seem to be a factor..
30
31= 0.2.0 =
322012-02-27
33 * '''API-breaking change''': libcreddy ID and attribute cert creation validity
34   periods are now measured in seconds
35 * significant performance improvements on Linux, see [source:doc/INSTALL] for
36   configure flags
37 * [CredPrinterDocs credential printer]
38 * several bugs and segfaults fixed
39
40= 0.1.3 =
412011-03-30
42 * native Java support
43 * many, many bugfixes
44
45= 0.1.2 =
462010-10-01
47 * libcreddy extracted
48 * credddy rewritten to use libcreddy
49 * sample code for libcreddy in python
50
51= 0.1.1 =
522010-09-17, updated 2010-09-20
53 * Support for intersection rules
54 * Support for encrypted private keys
55 * Build issues on FreeBSD addressed
56
57
Note: See TracBrowser for help on using the repository browser.