summaryrefslogtreecommitdiff
path: root/src/saml2/sigver.py
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* | Pysaml can now decrypt multiple encrypted assertions with multiple advice ele...Hans Hörberg2015-05-211-6/+24
* | Partial commit for decrpyting and verifying signatures at the client. All tes...Hans Hörberg2015-05-201-2/+10
* | Makes it possible to send best guest for issuer if it is missing.Hans Hörberg2015-05-201-6/+11
|/
* Fix python3 syntax errorsClint Byrum2015-05-151-23/+23
* Moved s2repoze, xmkdsig and xmlenc under saml2.Roland Hedberg2015-05-151-28/+31
* Fix for encryption of assertions.Hans Hörberg2015-04-171-4/+5
* Wrong nameid format email address.Roland Hedberg2015-03-201-2/+6
* Usage of a cryptographically suitable RNG. Proposed by Seth Arnold.Roland Hedberg2015-02-281-13/+8
* Not lists but strings as values in dictionary input to verify_redirect_signat...Roland Hedberg2014-12-311-8/+8
* Better error messageRoland Hedberg2014-12-151-1/+1
* Looks at the Popen returncode.Roland Hedberg2014-12-151-3/+8
* Fixed making redirect signature work, cleaned up.Roland Hedberg2014-12-151-3/+6
* Fixed making redirect signatureRoland Hedberg2014-12-151-8/+7
* Incorrect reference spotted by Tom Briles.Roland Hedberg2014-12-121-1/+1
* Merge pull request #152 from rhoerbe/20140922-add-xmlsec-debug-optRoland Hedberg2014-10-191-10/+24
|\