summaryrefslogtreecommitdiff
path: root/src/saml2/validate.py
Commit message (Expand)AuthorAgeFilesLines
* Replace assert with proper checksassert_deletionIvan Kanakarakis2020-09-111-6/+0
* Fix call to urlparseIvan Kanakarakis2020-05-121-1/+1
* Fix compile warningsIvan Kanakarakis2020-02-101-2/+2
* Extend checks for IPv6 addressesIvan Kanakarakis2019-11-261-40/+16
* Fix ipv6 validation for addresses with bracketsScott Koranda2019-11-261-0/+2
* Fix date format to show month, not minutesIvan Kanakarakis2018-02-151-1/+1
* Fix typo in validate_on_or_after error messageLoïc Padier2017-12-071-2/+2
* make exception not_before/notonorafter messages more explicit (formatted time...r2h22017-08-291-5/+9
* Fix typo - inproper string formatting API usedJozef2016-06-031-1/+1
* Fix timestamp validation error messageJozef Knaperek2016-02-031-3/+2
* Switched super class to Exception.Roland Hedberg2015-09-181-4/+4
* Use explicit exception classes.Roland Hedberg2015-09-181-5/+14
* Fix type comparison strictness fail in python3Clint Byrum2015-05-211-1/+1
* Fix relative import fialure for python3Clint Byrum2015-05-151-1/+1
* Deal with renamed modules in python3Clint Byrum2015-05-151-2/+2
* Fix python3 syntax errorsClint Byrum2015-05-151-5/+5
* PEP-8Roland Hedberg2014-10-021-28/+28
* Refactored the support for metadata extension in the config file.Roland Hedberg2014-03-131-0/+13
* Fixed a recursion problem.Roland Hedberg2014-03-111-0/+2
* EditorialRoland Hedberg2013-04-151-30/+52
* Added support for AuthnQuery.Roland Hedberg2013-01-121-4/+5
* Handle 'null' attribute valueRoland Hedberg2013-01-111-5/+22
* Added new exceptions.Roland Hedberg2013-01-101-46/+68
* Initial add0.4.2Roland Hedberg2012-05-231-0/+375