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
/
response.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
2018-09-23
fix lint errors
mo
2018-03-16
fix some rubocop errors.
mo
2018-03-10
fix reek warnings.
mo
2018-02-25
frozen_string_literal.
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
fetch last assertion.
mo
2018-02-15
move null assertion to a separate file.
mo
2018-02-15
extract null assertion.
mo
2018-02-15
reproduce defect where signature is not parsed from encrypted assertion.
mo
2018-02-15
use nokogiri instead of xml hash.
mo
2018-02-05
remove deprecated constant.
mo
2017-12-23
update response examples.
mo
2017-12-15
move audience validation to assertion.
mo
2017-12-15
merge assertion errors into response.
mo
2017-12-15
move active? and expired? to assertion.
mo
2017-12-15
extract signature class.
mo
2017-12-14
fix a few broken specs.
mo
2017-12-14
disable signing and encryption key generation by default.
mo
2017-12-13
pass in parent hash.
mo
2017-12-13
use Forwardable to remove duplication.
mo
2017-12-13
extract Assertion class.
mo
2017-12-01
rename Cryptography to XmlDecryption.
mo
2017-12-01
remove some duplication.g
mo
2017-12-01
parse or many attributes
mo
2017-11-30
deprecate old builder classes.
mo
2017-11-28
move response builder to a separate file.
mo
2017-11-28
delegate to certificate object.
mo
2017-11-28
decode x509 in one friendly method.
mo
2017-11-26
invalid Type attribute from EncryptedAssertion.
mo
2017-11-26
cache decrypted assertion.
mo
2017-11-26
convert puts to logging, improve assertions.
mo
2017-11-26
remove extra characters from decryption.
mo
2017-11-24
verify encrypted assertion.
mo
2017-11-24
encrypt the assertion.
mo
2017-11-24
start working on building an encrypted assertion.
mo
2017-11-22
decrypt an encrypted assertion.
mo
2017-11-22
start working on crypto support.
mo
2017-11-22
:post -> :http_post
mo
2017-11-21
parse the signature and certificate from a Response.
mo
2017-11-21
sign the assertion and the response.
mo
2017-11-21
change API for signature generation.
mo
2017-11-21
use the acs url in the request if the request is trusted.
mo
2017-11-20
handle error from responder.
mo
2017-11-17
push up request id match validation.
mo
2017-11-17
push up id validation.
mo
2017-11-17
push up status_code validation.
mo
[next]