summaryrefslogtreecommitdiff
path: root/src/saml2/mdstore.py
Commit message (Expand)AuthorAgeFilesLines
* Replace assert with proper checksassert_deletionIvan Kanakarakis2020-09-111-6/+2
* Reformat and rearrange codeIvan Kanakarakis2019-12-261-50/+64
* Remove unused default valueNikos Sklikas2019-12-261-1/+1
* Add freshness period feature for MetaDataMDXNikos Sklikas2019-12-261-16/+39
* Fix exception name typoIvan Kanakarakis2019-12-171-1/+5
* Convenience method for getting supported algorithms from metadataJohan Lundberg2019-12-161-0/+34
* Add mdstore method to extract assurance certificationsIvan Kanakarakis2019-11-211-0/+10
* Add mdstore method to extract contact_person dataIvan Kanakarakis2019-11-211-0/+24
* Improve mdstore methods that extract mdui uiinfo subelementsIvan Kanakarakis2019-10-311-59/+40
* Do not set a preferred language for uiinfo elementsIvan Kanakarakis2019-10-091-9/+9
* Add mdstore methods to extract mdui uiinfo subelementsIvan Kanakarakis2019-10-081-0/+108
* Add mdstore method to extract mdui uiinfo elementsIvan Kanakarakis2019-10-081-0/+35
* Generate class names for metadata elementsIvan Kanakarakis2019-10-081-13/+17
* Various typo fixesKalevi Vázquez Tuisku2019-08-251-1/+1
* Typo in commentLiam Kinney2019-05-081-1/+1
* Remove whitespaceIvan Kanakarakis2018-12-111-3/+3
* Fix typo and remove redundant argumentScott Koranda2018-12-051-2/+2
* Enable signature verification for MDQScott Koranda2018-12-051-6/+35
* Merge pull request #471 from mrvanes/patch-1Ivan Kanakarakis2018-03-061-1/+1
|\
| * Strip trailing mdq slashMartin2017-10-301-1/+1
* | Clean up unclosed files causing ResourceWarnings in testsJon Dufresne2017-10-111-2/+5
|/
* Added certificate file and referenced it in the corresponding test. Patched M...Bogdan Despotov2017-07-171-1/+1
* Using the binary response content of requests in order to avoid the metadata ...Bogdan Despotov2017-07-031-1/+1
* Fix import_module call.Dan Sully2016-10-261-1/+1
* Remove (undeclared dependency) usage of backports.test.support. This wasDan Sully2016-10-261-5/+5
* Merge pull request #357 from rebeckag/metadata-extensionRoland Hedberg2016-09-221-4/+3
|\
| * Fix bug in MetadataStore.extension().Rebecka Gulliksson2016-09-151-4/+3
* | Merge pull request #355 from rebeckag/mdq-mdRoland Hedberg2016-09-221-0/+3
|\ \ | |/ |/|
| * Recognize MDQ metadata storage from config.Rebecka Gulliksson2016-09-061-0/+3
* | A second any method that is faster then the first.Roland Hedberg2016-05-261-1/+32
* | TO deal with Python3 returning not list but dict_items.Roland Hedberg2016-05-181-1/+1
|/
* Merge pull request #330 from rebeckag/remote-md_format_checkRoland Hedberg2016-05-141-0/+2
|\
| * Explicitly signal incorrect 'remote' metadata conf.Rebecka Gulliksson2016-05-031-0/+2
* | Added functionality needed by the saml2test tool.Roland Hedberg2016-04-161-6/+6
* | add_header method and returning a byte string.Roland Hedberg2016-04-111-11/+14
|/
* Reworked the security backend so you should now be able to use a HSM again fo...Roland Hedberg2015-12-111-1/+4
* Merge branch 'master' of github.com:rohe/pysaml2Roland Hedberg2015-12-111-2/+18
|\
| * Adds support for getting extension elements from metadata.Rebecka Gulliksson2015-12-101-2/+18
* | Made MetaData instances pickleable.Roland Hedberg2015-12-011-31/+54
|/
* Fixed a problem in parsing metadata extensions.Roland Hedberg2015-11-181-26/+47
* Don't assume KeyDescriptor exists in metadata, since it is optional.Rebecka Gulliksson2015-11-161-13/+14
* Refactor Metadata.certs() and move it to base class.Rebecka Gulliksson2015-11-161-82/+39
* Merge branch 'master' of github.com:rohe/pysaml2Roland Hedberg2015-11-131-1/+1
|\
| * Open metadata in binary mode for Python 3 compatibility.Oleg Girko2015-11-051-1/+1
* | Need to know which entity descriptors that has been reject because they where...Roland Hedberg2015-11-131-11/+23
|/
* Fix paramter passing in logging messagesJozef Knaperek2015-10-151-12/+12
* Applied pull request #206Roland Hedberg2015-09-071-1/+1
* Allow for not specifying a certificate when importing a metadata file over th...Roland Hedberg2015-05-281-0/+4
* Providing a certificate when the metadata is not signed should not result in ...Roland Hedberg2015-05-271-44/+61
* Fix missing 'file' keyword for python3Clint Byrum2015-05-211-1/+1