summaryrefslogtreecommitdiffstats
path: root/auth_mellon.h
diff options
context:
space:
mode:
authorolavmrk <olavmrk@a716ebb1-153a-0410-b759-cfb97c6a1b53>2008-10-27 11:08:57 +0000
committerolavmrk <olavmrk@a716ebb1-153a-0410-b759-cfb97c6a1b53>2008-10-27 11:08:57 +0000
commitb71e41f433a066ae17088c13c3ca28b089697dab (patch)
tree50a4c44a3f5140c75fec566773b5fe0d777763af /auth_mellon.h
parentaa2e53284c915af93da4320304c7c4427e536f27 (diff)
downloadmod_auth_mellon-b71e41f433a066ae17088c13c3ca28b089697dab.tar.gz
mod_auth_mellon-b71e41f433a066ae17088c13c3ca28b089697dab.tar.xz
mod_auth_mellon-b71e41f433a066ae17088c13c3ca28b089697dab.zip
Add support for IdP CA certificate and SP certificate.
Thanks to Emmanuel Dreyfus for this patch. git-svn-id: https://modmellon.googlecode.com/svn/trunk@31 a716ebb1-153a-0410-b759-cfb97c6a1b53
Diffstat (limited to 'auth_mellon.h')
-rw-r--r--auth_mellon.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/auth_mellon.h b/auth_mellon.h
index e4671a0..b86c921 100644
--- a/auth_mellon.h
+++ b/auth_mellon.h
@@ -139,8 +139,10 @@ typedef struct am_dir_cfg_rec {
/* Lasso configuration variables. */
const char *sp_metadata_file;
const char *sp_private_key_file;
+ const char *sp_cert_file;
const char *idp_metadata_file;
const char *idp_public_key_file;
+ const char *idp_ca_file;
/* Maximum number of seconds a session is valid for. */
int session_length;