summaryrefslogtreecommitdiff
path: root/lib/saml/kit/assertion.rb
AgeCommit message (Expand)Author
2022-03-30feat: drop ruby 2.5 and 2.6v1.3.0mo khan
2021-02-04Upgrade gemsmo khan
2019-04-17rescue from decryption errorsmo
2018-09-23fix lint errorsmo
2018-09-18fix some lint errors.mo
2018-09-18fix lint errors.mo
2018-09-17check one level up instead of entire doc.mo
2018-09-17make assertion inherit from document.mo
2018-09-17make Assertions buildable.mo
2018-09-17allow assertion to accept raw xml or nokogiri node.mo
2018-08-09fix lint error.mo
2018-08-09extract nameid format from response.mo
2018-03-16extract conditions class.mo
2018-03-16extract attribute statement class.mo
2018-03-16shrink assertion.mo
2018-03-16remove some duplication.mo
2018-03-16move .present? to XmlParseable.mo
2018-03-16remove duplication.mo
2018-03-16fix some rubocop errors.mo
2018-03-10fix reek warning.mo
2018-03-10fix reek warnings.mo
2018-03-10fix reek warning.mo
2018-03-10fix some reek warnings.mo
2018-03-02begin work to support building a response without a request.mo
2018-02-25frozen_string_literal.mo
2018-02-25fix rubocop errors.mo
2018-02-25remove xml_hash from assertion.mo
2018-02-25check for encryption using xpath and ivars.mo
2018-02-25remove unused assertion method.mo
2018-02-25use xpath to find audiences.mo
2018-02-25use xpath to parse attributes.mo
2018-02-25parse dates via xpath.mo
2018-02-25use xpath to find nameid.mo
2018-02-25use xpath to find issuer.mo
2018-02-16make rubocop happier.mo
2018-02-16rubocop:auto_correctmo
2018-02-16record validation error when decryption fails.mo
2018-02-15delegate to signature class for signature validation.mo
2018-02-15move null assertion to a separate file.mo
2018-02-15remove duplicate private keys.mo
2018-02-15extract null assertion.mo
2018-02-15attempt to decrypt immediately.mo
2018-02-15fix broken specs.mo
2018-02-15decrypt the nokogiri node.mo
2018-02-15reproduce defect where signature is not parsed from encrypted assertion.mo
2018-02-15fix broken specs.mo
2018-02-15use nokogiri instead of xml hash.mo
2018-02-12forward the custom time.mo
2018-02-12provide way to change time of occurrence.mo
2018-02-12`before` is not available in activemodel 4.2mo