source: examples/creddy_tests/display.save @ 7e3f5e2

abac0-leakabac0-meimei-idmei-rt0-nmei_rt0tvf-new-xml
Last change on this file since 7e3f5e2 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: 1.2 KB
Line 
1---running display
2Issuer: /CN=Acme
3Subject: /CN=Acme
4Validity:
5    Not before: 2013-05-06 18:39:25 PST [1367894365]
6    Not after:  2016-04-20 18:39:25 PST [1461206365]
711951:error:0906D06C:PEM routines:PEM_read_bio:no start line:pem_lib.c:650:Expecting: CERTIFICATE
8Acme_private.pem:1: parser error : Start tag expected, '<' not found
9-----BEGIN RSA PRIVATE KEY-----
10^
11creddy: Couldn't load Acme_private.pem as an ID or attribute,
1211952:error:0906D06C:PEM routines:PEM_read_bio:no start line:pem_lib.c:650:Expecting: CERTIFICATE
13validity from the xml blob is 31536000
14Validity:
15    Not before: 2013-05-06 18:39:26 GMT [1367894366]
16    Not after:  2014-05-06 18:39:26 GMT [1399430366]
17Roles: 8c5cda58d38f5d60f853aef467bd9080349d2853.buy_rockets<-8c5cda58d38f5d60f853aef467bd9080349d2853.preferred_customer
1811953:error:0906D06C:PEM routines:PEM_read_bio:no start line:pem_lib.c:650:Expecting: CERTIFICATE
19validity from the xml blob is 31536000
20Validity:
21    Not before: 2013-05-06 18:39:26 GMT [1367894366]
22    Not after:  2014-05-06 18:39:26 GMT [1399430366]
23Roles: 8c5cda58d38f5d60f853aef467bd9080349d2853.preferred_customer<-0fa3edc7c2493eb077431a2dfee0a3c35e67d4ac
24I/O warning : failed to load external entity "bad.xml"
25creddy: Couldn't load bad.xml as an ID or attribute,
Note: See TracBrowser for help on using the repository browser.