Skip to content

Releases: ntrepid8/ex_crypto

v0.10.0

20 Feb 13:45
d212d04
Compare
Choose a tag to compare
  • Fixes
    • fix ExCrypto.decrypt/3 and ExCrypto.decrypt/5 error tuples
  • Contributors (thanks!)
    - AnilRedshift

v0.9.0

15 Mar 15:20
2ba7433
Compare
Choose a tag to compare
  • Enhancements
    • implement Inspect protocol for public/private RSA keys to protect private key data
    • add get_fingerprint/2 for public/private RSA keys to generate fingerprints
    • add encode_der/1 and decode_der/* for public/private RSA keys to support DER encoding
    • add get_public/1 to create a public key from the private RSA key
  • Contributors (thanks!)

v0.8.0

05 Feb 16:36
f74f373
Compare
Choose a tag to compare
  • Enhancements
    • remove warnings from Elixir 1.6.1 and Erlang/OTP 20
    • update code style and formatting via Elixir 1.6.1 formatter
  • Contributors (thanks!)

v0.7.1

06 Nov 16:07
1fdbffd
Compare
Choose a tag to compare
  • Fixes
    • fix generate_key compatibility with OTP 20
    • fix README examples compatibility with Elixir v1.5
  • Contributors (thanks!)

v0.7.0

27 Oct 14:26
Compare
Choose a tag to compare
  • Enhancements
    • Add generate_key and pem_encode wrappers
    • Add support for OTP 20
    • Update Elixir requirement to 1.4.2
    • Add documentation & examples
    • Update Travis-CI to test OTP 18 & OTP 20
  • Contributors (thanks!)

v0.6.0

23 Oct 16:09
Compare
Choose a tag to compare
  • Enhancements
    • add support for RSA keys with passwords
  • Contributors (thanks!)

v0.5.0

03 Oct 16:05
Compare
Choose a tag to compare
  • Enhancements
    • update poison dependency (enable use with Poison 3.0)
  • Contributors (thanks!)

v0.4.0

12 Apr 23:23
Compare
Choose a tag to compare
  • Enhancements
    • add helpers for symmetric crypto tokens
    • cleanup various & sundry dialyzer/compiler warnings
  • Contributors

v0.3.0

13 Feb 20:39
Compare
Choose a tag to compare