summaryrefslogtreecommitdiff
path: root/src/saml2/sigver.py
Commit message (Expand)AuthorAgeFilesLines
* Replace assert with proper checksassert_deletionIvan Kanakarakis2020-09-111-4/+6
* Refactor active_cert checkIvan Kanakarakis2020-09-101-7/+7
* Use ValueError instead of ExceptionIvan Kanakarakis2020-09-101-1/+1
* first deletion of assertionGiuseppe2020-09-061-3/+6
* Fix xmlsec1 --id-attr optionIvan Kanakarakis2020-05-261-89/+58
* Remove py2 compatibility checkIvan Kanakarakis2020-05-121-6/+2
* Using `os.linesep` to write pem files in a cross-platform wayJake Bell2020-01-281-1/+1
* Fix XML Signature Wrapping (XSW) vulnerabilitiesIvan Kanakarakis2020-01-091-0/+49
* Extract `PYSAML2_DELETE_TMPFILES` option to config.pyJohn Paraskevopoulos2019-11-261-36/+43
* Read from env var PYSAML2_DELETE_TMPFILESIvan Kanakarakis2019-11-261-76/+60
* Fixed xmlsec temporary files deletions.Giuseppe De Marco2019-11-261-18/+17
* 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