abac0-leakabac0-meicompt_changesgec13mei-idmei-rt0-nmei_rt0mei_rt2mei_rt2_fix_1meiyap-rt1meiyap1rt2tvf-new-xml
Last change
on this file since 2ef48fa was
0779c99,
checked in by Mike Ryan <mikeryan@…>, 14 years ago
|
return meaningful error codes when loading certificates
|
-
Property mode set to
100644
|
File size:
469 bytes
|
Line | |
---|
1 | #ifndef __VERIFIER_H__ |
---|
2 | #define __VERIFIER_H__ |
---|
3 | |
---|
4 | #include <chunk.h> |
---|
5 | |
---|
6 | #include "abac.h" |
---|
7 | |
---|
8 | #include "uthash.h" |
---|
9 | |
---|
10 | void abac_verifier_init(void); |
---|
11 | void abac_verifier_deinit(void); |
---|
12 | |
---|
13 | int abac_verifier_load_id_file(char *filename); |
---|
14 | int abac_verifier_load_id_chunk(chunk_t chunk); |
---|
15 | int abac_verifier_load_attribute_cert_file(char *filename, abac_credential_t **cred); |
---|
16 | int abac_verifier_load_attribute_cert_chunk(chunk_t chunk, abac_credential_t **cred); |
---|
17 | |
---|
18 | #endif /* __VERIFIER_H__ */ |
---|
Note: See
TracBrowser
for help on using the repository browser.