python SAML metadata aggregator
This is a SAML metadata aggregator written in python. It is based on the model for metadata exchange by Ian Young: http://iay.org.uk/blog/2008/10/metadata_interc.html
Features
Pluggable “pipelines” for processing SAML metadata
Signature validation and creation
Support for using PKCS#11 tokens for signing
Certificate expiration checking and reporting
Fast parallel fetching of multiple streams
Dependencies
pyXMLSecurity
PyKCS11 (optional)
News
0.1
Release date: UNRELEASED
This is the first unreleased version of the code
0.4
Release date: Tue Jul 10 15:48:07 CEST 2012
Schema validation
Refactor dynamic loading framework
0.5
Release date: Wed Jul 11 16:31:06 CEST 2012
XML signing and validation using http://pypi.python.org/pypi/dm.xmlsec.binding (requires M2Crypto at present)
Because of the way OpenSSL handles self-signed certificates the XML validation extracts the public key from the certificate and uses that instead of the X509 certificate to validate an XML signature. Right now this introduces a dependency on M2Crypto which will be removed in the fugure. Note that ubuntu/debian users should install python-m2crypto instead of installing M2Crypto (http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=637904)
0.6
Release date: Thu Aug 30 08:00:00 CEST 2012
XML signing and validation using pyXMLSecurity
Support for PKCS#11-based HSMs using pykcs11
We are now using a (limited) pure-python implmementation of xmlsec which makes it easier to sign using HSMs. The only mandatory non-python dependency now is lxml.
0.7
Release date: Fri Sep 7 10:13:33 CEST 2012
support breaking out of pipelines using exceptions
kill the pipeline if selects picks 0 elements
more debug logging
more robust handling of zero-length selectors
completely remove pyOpenSSL dependency
many bugfixes and cleanup
0.8
Release date: Fri Nov 30 09:37:59 CET 2012
HTTP-based pyffd with MDX support
several bugfixes
indexing in MDRepository
completely rewritten URL fetcher with monitoring
0.9
Release date: Tue Apr 9 18:03:13 CEST 2013
Lots of bugfixes
pep8 cleanup
stability & testcases
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file pyFF-0.9.tar.gz.
File metadata
- Download URL: pyFF-0.9.tar.gz
- Upload date:
- Size: 288.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
814d7276de03f43a18b63386d69a68ef5a231f51becaff500677da9af64264b5
|
|
| MD5 |
a33387e35e238dddcb8ef6b9350ac413
|
|
| BLAKE2b-256 |
d9f16b1fad9f1ef02096c8d1343833df1a466058f2d2845c8787da7b6e5fe31f
|