summaryrefslogtreecommitdiff
path: root/src/saml2/sigver.py
Commit message (Expand)AuthorAgeFilesLines
* Convert sign_statement result to native stringJohan Lundberg2019-01-251-1/+4
* Refactor CryptoBackendXmlSec1::sign_statementIvan Kanakarakis2019-01-141-13/+10
* Refactor SecurityContext::decrypt to report failuresIvan Kanakarakis2019-01-141-46/+43
* Reformat code related to PYSAML2_KEEP_XMLSEC_TMPIvan Kanakarakis2019-01-141-18/+23
* Raise XmlsecError if xmlsec1 returns an errorIvan Kanakarakis2019-01-141-26/+47
* Remove validate_output parameter from _run_xmlsecIvan Kanakarakis2019-01-111-20/+5
* Remove configurable exception typeIvan Kanakarakis2019-01-101-21/+10
* Remove the python-future module and use sixIvan Kanakarakis2018-12-061-2/+2
* Remove SignatureError handler as it is covered by XmlsecError handlerIvan Kanakarakis2018-11-191-3/+0
* Small fixes in SecurityContext.verify_signatureEgor Panfilov2018-11-191-4/+4
* Apparently instance sometimes already is a stringJohan Lundberg2018-10-041-1/+3
* Make sure instance is a stringJohan Lundberg2018-10-041-1/+1
* Allow non ascii characters in avaJohan Lundberg2018-10-041-12/+14
* Allow configuration and specification of id attribute nameIvan Kanakarakis2018-08-041-14/+29
* Formatting and cleanupIvan Kanakarakis2018-08-041-551/+510
* Use the new saml2.cryptography moduleIvan Kanakarakis2018-08-021-31/+15
* Remove unused and broken RSA codeIvan Kanakarakis2018-08-021-48/+0
* Fix SSRF caused by URI attribute of Reference elementIvan Kanakarakis2018-06-181-0/+1
* Clean up unclosed files causing ResourceWarnings in testsJon Dufresne2017-10-111-23/+21
* Swap pycrypto* for pyca/cryptographyPaul Kehrer2017-01-121-56/+30
* Fixes xmlsec output line parsing on CRLF platforms (e.g. Windows).Jeff Kyllo2016-08-011-1/+1
* Added functionality needed by the saml2test tool.Roland Hedberg2016-04-161-0/+6
* rename xml folder containing template.xmlEric Zarowny2016-04-081-1/+1
* Missing requirementRoland Hedberg2016-03-091-1/+2
* Slowly moving from six to future.backportsRoland Hedberg2016-03-091-1/+11
* Merge pull request #318 from knaperek/fix-xmlsec-zombiesRoland Hedberg2016-02-281-0/+2
|\
| * Wait until xmlsec program completes to avoid zombiesJozef Knaperek2016-02-261-0/+2
* | Use package 'Cryptodome' instead of 'Crypto'Legrandin2016-02-211-9/+9
|/
* Applied proposal by jozef@github. Pull request 301.Roland Hedberg2016-01-121-21/+5
* Reworked the security backend so you should now be able to use a HSM again fo...Roland Hedberg2015-12-111-68/+139
* Merge remote-tracking branch 'upstream/master'Hans Hörberg2015-11-191-2/+2
* Merge remote-tracking branch 'upstream/master'Hans Hörberg2015-11-061-14/+13
|\
| * removed unused import.Roland Hedberg2015-11-011-1/+0
| * Fix paramter passing in logging messagesJozef Knaperek2015-10-151-13/+13
* | Added the possibility to set signature and digest algorithm on all the funct...Hans Hörberg2015-11-061-6/+6
|/
* Fixed various errors.Roland Hedberg2015-10-041-21/+31
* Useful when debugging 'after the fact'.Roland Hedberg2015-09-071-20/+5
* Merge pull request #229 from HaToHo/masterRoland Hedberg2015-06-081-8/+15
|\
| * In case pycrypto is not able to read the certificate file openssl is used ins...Hans Hörberg2015-06-081-8/+15
* | Merge pull request #224 from SpamapS/masterRoland Hedberg2015-06-061-20/+31
|\ \ | |/ |/|
| * Bytes/string issues with encryption/decryptionClint Byrum2015-05-281-1/+1
| * Fixing str vs. bytes py3 issues in client testsClint Byrum2015-05-281-5/+7
| * Fix more pack/sigver python3 incompatibilityClint Byrum2015-05-281-3/+4
| * Deal with stricter bytes/strings in py3Clint Byrum2015-05-281-1/+1
| * Fix strings/bytes python3 issues in sigverClint Byrum2015-05-281-13/+21
* | New metadata configuration for encryption.Hans Hörberg2015-06-021-10/+34
|/
* Merge remote-tracking branch 'upstream/master'Hans Hörberg2015-05-261-2/+3
|\
| * Fix more basestring py3k issuesClint Byrum2015-05-211-2/+3
* | Added PEFIM changes that had been removed.Hans Hörberg2015-05-251-13/+24
* | Do NOT collect signature cert from the authn request and use for encryption.Hans Hörberg2015-05-251-8/+8