summaryrefslogtreecommitdiff
path: root/src/saml2/authn.py
Commit message (Expand)AuthorAgeFilesLines
* Replace NotImplemented with NotImplementedErrorIvan Kanakarakis2020-05-121-3/+3
* Remove deprecated property aes from UsernamePasswordMako classIvan Kanakarakis2019-12-261-10/+0
* Do not hardcode the warning filterIvan Kanakarakis2019-01-071-3/+2
* Use the new saml2.cryptography moduleIvan Kanakarakis2018-08-021-4/+15
* Always generate a random IV for AES operationsIvan Kanakarakis2018-08-021-1/+1
* Replace Cryptodome library with cryptographyIvan Kanakarakis2018-07-041-3/+5
* Quick fix for the authentication bypass due to optimizations #451Ioannis Kakavas2017-09-121-2/+3
* Only define LDAP authn support if the library can be imported.Rebecka Gulliksson2015-12-081-31/+35
* PY3 thingsRoland Hedberg2015-09-071-3/+2
* Use six.string_types instead of basestringClint Byrum2015-05-151-3/+4
* Handle different problems pointed out by Seth Arnold.Roland Hedberg2015-03-011-4/+12
* Ldap authentication, tentative!Roland Hedberg2013-12-201-1/+35
* Fixed all tests and various bugs that appeared during that process.Roland Hedberg2013-12-131-6/+4
* Missing base class init added.Roland Hedberg2013-11-121-0/+1
* Made all exceptions inherit from a basic pySAML2 exception.Roland Hedberg2013-06-141-3/+8
* Remove unnecessary parameters in function call.Roland Hedberg2013-05-301-2/+1
* New common classesRoland Hedberg2013-04-101-0/+218