summaryrefslogtreecommitdiff
path: root/lib/saml/kit/document.rb
AgeCommit message (Expand)Author
2025-03-26feat: add lookup for Assertionmo khan
2022-03-30feat: drop ruby 2.5 and 2.6v1.3.0mo khan
2021-02-04Upgrade gemsmo khan
2018-09-23fix lint errorsmo
2018-09-17make assertion inherit from document.mo
2018-03-17extact constant and use hash.mo
2018-03-16extract xml parseable.mo
2018-03-16move xsd constants to xsd_validatable.mo
2018-03-16fix some rubocop errors.mo
2018-03-10fix reek warnings.mo
2018-03-10fix some reek warnings.mo
2018-03-06fix rubocop errors.mo
2018-03-04make name public.mo
2018-03-03generate authnrequest without nameidpolicy.mo
2018-02-25frozen_string_literal.mo
2018-02-25parse expected type with xpath.mo
2018-02-25remove unused method.mo
2018-02-25use nokogiri.mo
2018-02-25use nokogiri to parse version attribute.mo
2018-02-25start from current node.mo
2018-02-25use xpath instead of hash lookup.mo
2018-02-25xpath to parse document IDmo
2018-02-16rubocop:auto_correctmo
2018-02-15delegate to signature class for signature validation.mo
2018-02-15use nokogiri instead of xml hash.mo
2018-02-15mark new methods as private api.mo
2018-02-15validate individual signatures.mo
2018-02-12provide a way to see if an individual signature is invalid.mo
2017-12-28rename Xml -> Document.mo
2017-12-28extract variable.mo
2017-12-26move fingerprint, certificate, xml to xml-kit.mo
2017-12-23case -> hash lookup.mo
2017-12-23add error handing for invalid docs.mo
2017-12-23remove condition that cannot evaluate.mo
2017-12-23lazy load xml hash.mo
2017-12-19document Document and Fingerprint.mo
2017-12-15allow passing config down.mo
2017-12-15merge assertion errors into response.mo
2017-12-14fix a few broken specs.mo
2017-11-30use the .build api.mo
2017-11-30provide .build api for clients.mo
2017-11-24display the authentication request.mo
2017-11-21parse the signature and certificate from a Response.mo
2017-11-17push up issue_instant.mo
2017-11-17push up id validation.mo
2017-11-17push up version validation.mo
2017-11-17delegate to expected_type?mo
2017-11-17push up matches_xsdmo
2017-11-17push up validates_prescence_ofmo
2017-11-17remove query_string_parameter from base class.mo