summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #617 from SUNET/eduid-mongodb_timestampsIvan Kanakarakis2019-05-141-0/+4
|\
| * add created_at timestamps to all mongodb documentsFredrik Thulin2019-05-141-0/+4
* | Merge pull request #616 from SUNET/eduid-nameid_fixesIvan Kanakarakis2019-05-143-6/+40
|\ \ | |/ |/|
| * Format codeIvan Kanakarakis2019-05-142-10/+19
| * improve commentFredrik Thulin2019-05-081-1/+1
| * Look for existing persistent id's before creating new ones.Fredrik Thulin2019-05-081-3/+8
| * implement match_local_idFredrik Thulin2019-05-081-0/+16
| * Don't add AllowCreate for default transient name idsFredrik Thulin2019-05-081-0/+4
* | Typo in commentLiam Kinney2019-05-081-1/+1
|/
* Add SAML subject identifier attributes to saml2_uri attributemapAlex Stuart2019-04-141-0/+8
* Keep old behaviour until decryption is properly understoodIvan Kanakarakis2019-03-121-2/+19
* Align parse_assertion with the new decryption codeIvan Kanakarakis2019-02-051-36/+39
* Fix python2 compatibility for metadata creationIvan Kanakarakis2019-02-041-4/+5
* Convert sign_statement result to native stringJohan Lundberg2019-01-251-1/+4
* Fix docstring for the return type of create_authn_requestIvan Kanakarakis2019-01-141-1/+2
* 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
* Do not hardcode the warning filterIvan Kanakarakis2019-01-073-8/+2
* Merge pull request #483 from skoranda/mdq_check_signatureIvan Kanakarakis2018-12-111-6/+35
|\
| * Remove whitespaceIvan Kanakarakis2018-12-111-3/+3
| * Fix typo and remove redundant argumentScott Koranda2018-12-051-2/+2
| * Enable signature verification for MDQScott Koranda2018-12-051-6/+35
* | Remove the python-future module and use sixIvan Kanakarakis2018-12-064-22/+16
* | Use cgi instead of html moduleIvan Kanakarakis2018-12-061-4/+4
* | Rework status_ok structureIvan Kanakarakis2018-12-061-20/+23
* | Handle non standard response error status codesJohan Lundberg2018-12-051-2/+2
|/
* Do not swallow response verification exceptions.Andrew Wason2018-11-281-2/+0
* Adds metadata attribute for entity_category_supportChristos Kanellopoulos2018-11-282-0/+11
* Group assurance-certification and entity-categoryIvan Kanakarakis2018-11-271-7/+19
* Add assurance_certification configuration optionIvan Kanakarakis2018-11-262-4/+17
* Use SamlBase::loadd to do_contact_person_infoIvan Kanakarakis2018-11-262-45/+14
* Pull out sigalg and look it up onceIvan Kanakarakis2018-11-211-2/+3
* Lookup signer only if signing is requestedIvan Kanakarakis2018-11-211-1/+1
* Pass sign information when calling apply_bindingIvan Kanakarakis2018-11-212-5/+9
* Remove unused code about only_identity_in_encrypted_assertionIvan Kanakarakis2018-11-211-5/+0
* Group response_is_signed and assertions_are_signed blocksIvan Kanakarakis2018-11-211-24/+20
* Add want_assertions_or_response_signed functionalityScott Koranda2018-11-214-5/+87
* Merge pull request #561 from erakli/fix_response_encodingIvan Kanakarakis2018-11-191-11/+8
|\
| * Encode response message as utf-8Ivan Kanakarakis2018-11-191-4/+1
| * Fix return format of Response._responseEgor Panfilov2018-11-191-11/+11
* | Merge pull request #563 from erakli/fix_response_condition_checkIvan Kanakarakis2018-11-191-2/+5
|\ \
| * | Fix AuthnResponse.condition_ok to be not so restrictiveEgor Panfilov2018-11-191-2/+5
| |/
* | Merge pull request #562 from erakli/update_config_factoryIvan Kanakarakis2018-11-191-9/+25
|\ \
| * | Make config_factory more universal methodEgor Panfilov2018-11-191-9/+25
| |/
* | Merge pull request #560 from erakli/fix_verify_signatureIvan Kanakarakis2018-11-191-5/+2
|\ \
| * | Remove SignatureError handler as it is covered by XmlsecError handlerIvan Kanakarakis2018-11-191-3/+0