summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2018-02-08use is optional.mokha
2018-01-10loosen the tilt dependency constraint.v0.1.3mokha
2018-01-07bump version.v0.1.2mo
2018-01-02promote local var to parameter.mokha
2018-01-02convert method to attr_reader.mokha
2018-01-02improve clarity of self signed cert.mokha
2018-01-02pull pub key from private key.mokha
2017-12-30bump version.v0.1.1mo
2017-12-30add space.mo
2017-12-30extract canonicalization constant.mo
2017-12-30rename to Cipher.mo
2017-12-30refer to single constant.mo
2017-12-30simple -> symmetric.mo
2017-12-30add specs for simple cipher.mo
2017-12-30add specs fo rsa cipher.mo
2017-12-30deprecate decrypt in favour of decrypt_xml or decrypt_hash.mo