Skip to content

Releases: voltone/x509

v0.8.10

16 Oct 11:26
a2b879c
Compare
Choose a tag to compare

What's Changed

  • Fix version check for Elixir by @wojtekmach in #76
  • Ensure application is started before running task by @josevalim in #78
  • Remove unnecessary file accidentally included in Hex package of v0.8.9 (as reported in #79)

v0.8.9

26 Jun 09:19
ea269fa
Compare
Choose a tag to compare

What's Changed

  • Support OTP 27
  • Clean up deprecation warnings

Full Changelog: v0.8.8...v0.8.9

v0.8.8

30 Aug 15:13
c7864e9
Compare
Choose a tag to compare

Fixes

  • Avoid Logger.warn deprecation warning on recent Elixir versions (#66)

v0.8.7

31 May 07:16
e37be92
Compare
Choose a tag to compare

Fixes

  • Compatibility with Elixir 1.15 (#60, closes #53)

v0.8.6

04 Apr 08:20
a66a8bc
Compare
Choose a tag to compare

Fixes

  • Support OTP 25.3 (#54)

Release v0.8.5 (#50)

25 May 13:37
735057f
Compare
Choose a tag to compare

Fixes

  • [X509.Test.Server] Use :ssl.handshake/3 if available (#48)

v0.8.4

01 Mar 12:45
059d38f
Compare
Choose a tag to compare

Fixes

  • [X509.RDNSequence] Fix handling of surname attribute (#46, h/t @tofferoma)

v0.8.3

07 Jun 12:59
92ac8d5
Compare
Choose a tag to compare

Enhancements

  • [X509.PublicKey] Support 'engine' reference for private keys in derive/1
  • [X509.CSR] Support 'engine' reference for private keys in new/2,3
  • [X509.CSR] Add :public_key option for new/3

v0.8.2

05 Nov 19:38
7b2d37d
Compare
Choose a tag to compare

Fixes

  • Support for Elixir v1.11

v0.8.1

05 Nov 19:36
5546762
Compare
Choose a tag to compare

Fixes

  • [X509.Certificate] Support both 'plain' and 'otp' rdnSequence records
  • [X509.CSR] Support both 'plain' and 'otp' rdnSequence records