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