index
:
xlgmokha/xml-kit.git
main
XML processing library for Ruby
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
xml
/
kit
/
templatable.rb
Age
Commit message (
Expand
)
Author
2021-01-30
style: fix linter errors
v0.5.0
mo khan
2019-04-30
provide stable API for overriding the digest_method and signature_method
mokha
2019-04-21
merge with origin
mo
2019-04-21
allow encrypt_key_for to accept a key_info
mo
2019-04-21
yield xml builder back to template
mo
2019-04-20
raise an error when an encryption certificate is not provided
mokha
2019-01-26
update documentation
mokha
2019-01-26
document the new template API
mokha
2019-01-26
fix line length linter errors
mokha
2019-01-25
extract encrypted data class
mokha
2019-01-25
remove unused parameters
mokha
2019-01-24
allow target class to provide symmetric and assymetric ciphers
mokha
2019-01-24
update soap spec to use same symmetric key in EncryptedKey and EncryptedData ...
mokha
2019-01-22
fix linter errors.
mokha
2019-01-22
autofix linter errors
mokha
2019-01-21
extract encrypt_key_for helper method
mokha
2019-01-21
encrypted_data_for -> encrypt_data_for
mokha
2019-01-21
extract encrypted_data_for and deprecate encryption_for
mokha
2019-01-21
inject custom KeyInfo
mokha
2018-11-20
fix linter errors.
mo
2018-03-03
provide api to specify encryption public key.
mo
2018-03-03
add frozen_string_literal pragma.
mo
2018-03-03
rubocop auto correct.
mo
2018-02-09
embed_signature = true when signing with a custom key pair.
mokha
2018-02-08
return x509 if that is what it is.
mokha
2017-12-30
deprecate decrypt in favour of decrypt_xml or decrypt_hash.
mo
2017-12-30
add encryption spec.
mo
2017-12-30
remove builders namespace.
mo
2017-12-28
drop Xml prefix.
mo
2017-12-28
extract attr_accessor.
mo
2017-12-28
decouple Templatable from Configuration.
mo
2017-12-28
move crypto and templating to xml-kit.
mo