summaryrefslogtreecommitdiff
path: root/lib/xml/kit/templatable.rb
AgeCommit message (Expand)Author
2021-01-30style: fix linter errorsv0.5.0mo khan
2019-04-30provide stable API for overriding the digest_method and signature_methodmokha
2019-04-21merge with originmo
2019-04-21allow encrypt_key_for to accept a key_infomo
2019-04-21yield xml builder back to templatemo
2019-04-20raise an error when an encryption certificate is not providedmokha
2019-01-26update documentationmokha
2019-01-26document the new template APImokha
2019-01-26fix line length linter errorsmokha
2019-01-25extract encrypted data classmokha
2019-01-25remove unused parametersmokha
2019-01-24allow target class to provide symmetric and assymetric ciphersmokha
2019-01-24update soap spec to use same symmetric key in EncryptedKey and EncryptedData ...mokha
2019-01-22fix linter errors.mokha
2019-01-22autofix linter errorsmokha
2019-01-21extract encrypt_key_for helper methodmokha
2019-01-21encrypted_data_for -> encrypt_data_formokha
2019-01-21extract encrypted_data_for and deprecate encryption_formokha
2019-01-21inject custom KeyInfomokha
2018-11-20fix linter errors.mo
2018-03-03provide api to specify encryption public key.mo
2018-03-03add frozen_string_literal pragma.mo
2018-03-03rubocop auto correct.mo
2018-02-09embed_signature = true when signing with a custom key pair.mokha
2018-02-08return x509 if that is what it is.mokha
2017-12-30deprecate decrypt in favour of decrypt_xml or decrypt_hash.mo
2017-12-30add encryption spec.mo
2017-12-30remove builders namespace.mo
2017-12-28drop Xml prefix.mo
2017-12-28extract attr_accessor.mo
2017-12-28decouple Templatable from Configuration.mo
2017-12-28move crypto and templating to xml-kit.mo