git://scientific.zcu.cz
/
jra1mw.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
344a4ca
)
structer holding peer credentials defined
author
Marcel Poul
<marcel.poul@cern.ch>
Tue, 17 Jan 2012 13:52:09 +0000
(13:52 +0000)
committer
Marcel Poul
<marcel.poul@cern.ch>
Tue, 17 Jan 2012 13:52:09 +0000
(13:52 +0000)
emi.canl.canl-c/src/canl_cred.h
patch
|
blob
|
blame
|
history
diff --git
a/emi.canl.canl-c/src/canl_cred.h
b/emi.canl.canl-c/src/canl_cred.h
index
da1ebb5
..
aa1ecdb
100644
(file)
--- a/
emi.canl.canl-c/src/canl_cred.h
+++ b/
emi.canl.canl-c/src/canl_cred.h
@@
-17,6
+17,15
@@
typedef enum canl_cert_type {
CANL_RFC,
} canl_cert_type;
+typedef struct _creds {
+ EVP_PKEY *key;
+ STACK_OF(X509) *c_cert_chain;
+ X509 *c_cert;
+ long c_lifetime;
+ X509_EXTENSION * c_cert_ext;
+ canl_cert_type c_type;
+} creds;
+
/* Routines to handle credentials */
canl_err_code CANL_CALLCONV