abac0-leakabac0-mei
Last change
on this file since 1bf0f03 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
|
Line | |
---|
1 | A libabac keystore is a simple directory filled with some number of X509 |
---|
2 | identity and XML attribute certificates. It may optionally include RSA |
---|
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 | |
---|
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.