source: doc/ChangeLog @ 6d3fc40

abac0-leakabac0-meitvf-new-xml
Last change on this file since 6d3fc40 was e2e8440, checked in by Mei <mei@…>, 11 years ago

1) update docx

  • Property mode set to 100644
File size: 1.8 KB
Line 
1= 0.1.5 =
2
3    2013-XX-YY
4        * Replaced the restrictive abac_context_load_directory search
5          into any regular files in the keystore location is checked.
6          Attempts to extract credentials follow the order,
7          try for principal credential, if found, check for private key,
8          or else try to retrieve as attribute credential
9        * Moved hashed principal credentials from global scope to
10          context based list of principal credentials
11        * Added issuer credential insertion (if needed) during
12          read_credential() call while processing attribute
13          credential
14        * examples are renamed into tests
15
16= 0.1.4 =
17
18    2013-05-20
19
20        * revamped libabac's native Java interface and regression
21          tests are now included
22        * removed libabac's dependency on libstrongswan
23          for credential manipulation
24        * implemented a set of routines using openssl API
25          to make and access libabac's X.509 identity credentials
26        * implemented a set of routines using xmlsec1 API to make
27          and access libabac's attribute credentials in XML
28        * libcreddy's ID and Attribute classes refactored into
29          libabac and removed
30        * creddy rewritten to use libabac
31        * expanded examples to include scripts in python/perl/java
32          and additional regression tests in python
33
34= 0.1.3 =
35
36     2011-03-30
37
38        * native Java support
39        * many, many bugfixes
40
41= 0.1.2 =
42
43     2010-10-01
44
45        * libcreddy extracted
46        * credddy rewritten to use libcreddy
47        * sample code for libcreddy in python
48
49= 0.1.1 =
50
51     2010-09-17, updated 2010-09-20
52
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.