summaryrefslogtreecommitdiff
path: root/lib/saml/kit/response.rb
AgeCommit message (Expand)Author
2022-03-30feat: drop ruby 2.5 and 2.6v1.3.0mo khan
2021-02-04Upgrade gemsmo khan
2018-09-23fix lint errorsmo
2018-03-16fix some rubocop errors.mo
2018-03-10fix reek warnings.mo
2018-02-25frozen_string_literal.mo
2018-02-16make rubocop happier.mo
2018-02-16rubocop:auto_correctmo
2018-02-16record validation error when decryption fails.mo
2018-02-15fetch last assertion.mo
2018-02-15move null assertion to a separate file.mo
2018-02-15extract null assertion.mo
2018-02-15reproduce defect where signature is not parsed from encrypted assertion.mo
2018-02-15use nokogiri instead of xml hash.mo
2018-02-05remove deprecated constant.mo
2017-12-23update response examples.mo
2017-12-15move audience validation to assertion.mo
2017-12-15merge assertion errors into response.mo
2017-12-15move active? and expired? to assertion.mo
2017-12-15extract signature class.mo
2017-12-14fix a few broken specs.mo
2017-12-14disable signing and encryption key generation by default.mo
2017-12-13pass in parent hash.mo
2017-12-13use Forwardable to remove duplication.mo
2017-12-13extract Assertion class.mo
2017-12-01rename Cryptography to XmlDecryption.mo
2017-12-01remove some duplication.gmo
2017-12-01parse or many attributesmo
2017-11-30deprecate old builder classes.mo
2017-11-28move response builder to a separate file.mo
2017-11-28delegate to certificate object.mo
2017-11-28decode x509 in one friendly method.mo
2017-11-26invalid Type attribute from EncryptedAssertion.mo
2017-11-26cache decrypted assertion.mo
2017-11-26convert puts to logging, improve assertions.mo
2017-11-26remove extra characters from decryption.mo
2017-11-24verify encrypted assertion.mo
2017-11-24encrypt the assertion.mo
2017-11-24start working on building an encrypted assertion.mo
2017-11-22decrypt an encrypted assertion.mo
2017-11-22start working on crypto support.mo
2017-11-22:post -> :http_postmo
2017-11-21parse the signature and certificate from a Response.mo
2017-11-21sign the assertion and the response.mo
2017-11-21change API for signature generation.mo
2017-11-21use the acs url in the request if the request is trusted.mo
2017-11-20handle error from responder.mo
2017-11-17push up request id match validation.mo
2017-11-17push up id validation.mo
2017-11-17push up status_code validation.mo