summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2018-12-04cipher registry is new functionality that is backwards compatiblev0.2.0mo
2018-12-02extract padding.mo
2018-12-02generate secret instead of using current file.mo
2018-12-01decrypt file that was encrypted by openssl cli.mokha
2018-11-30provider simpler api for building a custom cipher registry.mokha
2018-11-30provide more examples for decryption.mokha
2018-11-25use full namespace path.mokha
2018-11-25rename parameter to private_keymokha
2018-11-25add a default padding of nil.mokha
2018-11-25xmlenc DES3CBC encryption fails due to undefined `iv`mokha
2018-11-25move towards using xmlenc gem.mokha
2018-11-25set padding to 0 for AES descryption.mokha
2018-11-24provide extension for custom encryption algorithms.mokha
2018-11-20fix linter errors.mo
2018-11-20fix linter errors.mokha
2018-11-20add padding for rsa oaep algorithm.mokha
2018-03-06update version.v0.1.13mo
2018-03-06fix rubocop errors.mo
2018-03-06attempt to serve older versions of openssl.mo
2018-03-03bump version.mo
2018-03-03provide api to specify encryption public key.mo
2018-03-03add frozen_string_literal pragma.mo
2018-03-03shrink method size.mo
2018-03-03shrink method size.mo
2018-03-03shrink line sizesmo
2018-03-03rubocop auto correct.mo
2018-03-03add rubocop rules.mo
2018-03-03omit `use` attribute when use is not specified.mo
2018-03-01convert template path to string to support older versions of tilt.v0.1.11mokha
2018-02-26cache template.mo
2018-02-16bump version.v0.1.10mo
2018-02-16move error to separate file.mo
2018-02-16raise error when decryption fails.mo
2018-02-15bump version.v0.1.9mo
2018-02-15return parent node of decrypted node.mo
2018-02-15bump version.v0.1.8mo
2018-02-15remove putsmo
2018-02-15add documentation .mo
2018-02-15decrypt nokogiri node.mo
2018-02-15do not xml declaration.mo
2018-02-15bump version.v0.1.7mo
2018-02-15delegate not_after, not_before to x509mo
2018-02-15delegate to expired.mo
2018-02-15add expired? and active?mo
2018-02-15bump version.v0.1.6mo
2018-02-09embed_signature = true when signing with a custom key pair.mokha
2018-02-08bump version.v0.1.5mokha
2018-02-08return x509 if that is what it is.mokha
2018-02-08try to extract the certificate safely.mokha
2018-02-08bump version.v0.1.4mokha