summaryrefslogtreecommitdiff
path: root/lib/xml/kit.rb
AgeCommit message (Expand)Author
2019-04-20raise an error when an encryption certificate is not providedmokha
2019-04-20fix deprecation warning and provide alternativemokha
2019-01-25extract encrypted data classmokha
2019-01-22remove external key infomokha
2019-01-21start to build EncryptedKey classmokha
2019-01-21extract external key info classmokha
2019-01-21start to define the key_info classmokha
2018-11-25xmlenc DES3CBC encryption fails due to undefined `iv`mokha
2018-11-25move towards using xmlenc gem.mokha
2018-03-03add frozen_string_literal pragma.mo
2018-03-03rubocop auto correct.mo
2018-02-26cache template.mo
2018-02-16move error to separate file.mo
2017-12-30deprecate decrypt in favour of decrypt_xml or decrypt_hash.mo
2017-12-30remove builders namespace.mo
2017-12-28drop Xml prefix.mo
2017-12-28rename Xml -> Document.mo
2017-12-28move crypto and templating to xml-kit.mo
2017-12-26move fingerprint, certificate, xml to xml-kit.mo
2017-12-26move xml namespaces to xml-kit.mo
2017-12-26move xml id generator to xml-kit.mo
2017-12-26log errors and set up the default logger.mo
2017-12-26fix specs in xml-kit.mo
2017-12-26move xml decryption to xml-kit.mo
2017-12-26create xml-kit.mo