Commit Graph

6 Commits

Author SHA1 Message Date
jaimepc@gmail.com 1e27652069 Fixes to ADFS metadata to allow interoperability.
git-svn-id: http://simplesamlphp.googlecode.com/svn/trunk@3364 44740490-163a-0410-bde0-09ae8108e29a
2014-02-17 14:08:07 +00:00
olavmrk 242fee60be Allow absolute paths to certificates.
git-svn-id: http://simplesamlphp.googlecode.com/svn/trunk@2237 44740490-163a-0410-bde0-09ae8108e29a
2010-03-26 10:14:37 +00:00
olavmrk 8de04b8dcf Give default values for all configuration options from config.php
git-svn-id: http://simplesamlphp.googlecode.com/svn/trunk@1665 44740490-163a-0410-bde0-09ae8108e29a
2009-08-14 11:07:44 +00:00
olavmrk 5831028aba Add passphrase support to private key loading.
git-svn-id: http://simplesamlphp.googlecode.com/svn/trunk@613 44740490-163a-0410-bde0-09ae8108e29a
2008-06-06 08:30:03 +00:00
olavmrk 4bd910d171 Update everything to use the autoloader.
git-svn-id: http://simplesamlphp.googlecode.com/svn/trunk@610 44740490-163a-0410-bde0-09ae8108e29a
2008-06-06 06:04:20 +00:00
olavmrk 39465c12ac Add metadata signing.
This patch adds metadata signing. It can be enabled globally by setting
the 'metadata.sign.enable' global option, or per SP/IdP by setting
the same option in the metadata of the SP/IdP.

To sign the metadata, both a private key and a certificate is used. The
following configuration options determine which key and certificate files
will be used:

- per SP/IdP metadata:
  'metadata.sign.privatekey' & 'metadata.sign.certificate'
- globally:
  'metadata.sign.privatekey' & 'metadata.sign.certificate'
- per SP/IdP metadata: (fallback)
  'privatekey' & 'certificate'


git-svn-id: http://simplesamlphp.googlecode.com/svn/trunk@593 44740490-163a-0410-bde0-09ae8108e29a
2008-06-03 12:52:09 +00:00