abac0-leakabac0-meitvf-new-xml
Last change
on this file since b7e77df was
461541a,
checked in by Mei <mei@…>, 11 years ago
|
1) updated original rt0 to remove libstrongswan dependency
a) identity credential being made/accessed with openssl api calls
(X509/EVP_PKEY pem)
b) attribute credential being made/access via xmlsec1 (custom XML
structure)
2) refactored libcreddy into libabac and now one ABAC namespace for
libabac
3) added attribute_rule suboption to creddy's attribute as another way
to insert access rule
4) added some regression tests into example directory
5) updated some docs.
|
-
Property mode set to
100644
|
File size:
515 bytes
|
Rev | Line | |
---|
[af15528] | 1 | A libabac keystore is a simple directory filled with some number of X509 |
---|
[461541a] | 2 | identity and XML attribute certificates. It may optionally include RSA |
---|
[af15528] | 3 | private keys. |
---|
| 4 | |
---|
| 5 | X509 identity certs are identified as files whose names end in _ID.der |
---|
| 6 | or _ID.pem. The part before the _ID.pem is irrelevant, though for the |
---|
| 7 | sake of convneince the libabac credential manager gives it the name of |
---|
| 8 | the CN you supplied. |
---|
| 9 | |
---|
[461541a] | 10 | XML attribute certs are identified as files whose names end in |
---|
| 11 | _attr.xml. The portion before the _attr.xml is irrelevant. |
---|
Note: See
TracBrowser
for help on using the repository browser.