Skip to content

Releases: JuliaWeb/OpenSSL.jl

v1.4.3

20 Apr 06:11
3c94099
Compare
Choose a tag to compare

OpenSSL v1.4.3

Diff since v1.4.2

Merged pull requests:

v1.4.2

04 Mar 12:52
ffca279
Compare
Choose a tag to compare

OpenSSL v1.4.2

Diff since v1.4.1

Merged pull requests:

Closed issues:

  • Docker image creation fails for julia 1.9 (#30)

v1.4.1

08 May 19:28
3a20f19
Compare
Choose a tag to compare

OpenSSL v1.4.1

Diff since v1.4.0

Closed issues:

  • OpenSSL 3.0, 3.1 (and 3.2) (#23)

Merged pull requests:

  • Add more safety guards around core ssl struct usage (#24) (@quinnj)

v1.4.0

25 Apr 22:55
10f7b7b
Compare
Choose a tag to compare

OpenSSL v1.4.0

Diff since v1.3.5

Merged pull requests:

v1.3.5

19 Apr 18:37
90454ab
Compare
Choose a tag to compare

OpenSSL v1.3.5

Diff since v1.3.4

Closed issues:

  • Performance issue in heavily saturated usage (#16)

Merged pull requests:

  • Fix for deadlock-y condition on error + close call (#20) (@quinnj)

v1.3.4

11 Apr 20:33
0e5a1e2
Compare
Choose a tag to compare

OpenSSL v1.3.4

Diff since v1.3.3

Closed issues:

  • See if we can remove the use of finalizers (#17)

Merged pull requests:

  • Summary of changes in this commit: (#18) (@quinnj)

v1.3.3

12 Jan 16:24
e03e6c4
Compare
Choose a tag to compare

OpenSSL v1.3.3

Diff since v1.3.2

Closed issues:

  • Loading OpenSSL causing error for ODBC driver (#8)
  • undefined symbol: EVP_idea_cbc, version OPENSSL_1_1_0 (#9)

Merged pull requests:

  • Refactor code a bit to reduce allocations and dynamic dispatches (#10) (@quinnj)
  • Add type asserts to bio_get_data (#11) (@Drvi)
  • Avoid one more Ref allocation (#12) (@quinnj)

v1.3.2

16 Nov 15:58
Compare
Choose a tag to compare

OpenSSL v1.3.2

Diff since v1.3.1

v1.3.1

04 Nov 04:53
Compare
Choose a tag to compare

OpenSSL v1.3.1

Merged pull requests:

  • Few minor cleanups to eof/iswritable logic (#1) (@quinnj)
  • Further cleanup on error handling and closing (#2) (@quinnj)
  • Try to make closing SSLStream more race-stable (#3) (@quinnj)
  • Fix a few more data races and a nonblocking issue in eof (#4) (@quinnj)
  • Fix client-side verification handling to respect require_ssl_verifica… (#5) (@quinnj)
  • Make sure we clear bio flags on each bio_stream_read callback (#6) (@quinnj)