Skip to content

continue #395 -- fix compilation in case of tls.dummy is used#404

Closed
hannesm wants to merge 1 commit into
mirage:masterfrom
hannesm:fixes
Closed

continue #395 -- fix compilation in case of tls.dummy is used#404
hannesm wants to merge 1 commit into
mirage:masterfrom
hannesm:fixes

Conversation

@hannesm
Copy link
Copy Markdown
Member

@hannesm hannesm commented Oct 8, 2021

the PR #395 was partial - using tls.dummy.ml lead to compilation errors (since Lazy.force was used on a value ()).

//cc @craigfe

Also, the ok_authenticator was removed -- for common operations client certificates are not required (so the tls_authenticator passed to server is by default None). This makes conduit compatible with recent X509 (& tls) releases 0.15.0 - but still maintain backwards compatibility.

the other change above -- tls 0.15.0 compatibility -- was merged into master and released independently of this PR.

hannesm added a commit to hannesm/opam-repository that referenced this pull request Oct 9, 2021
…and conduit-async (4.0.2)

CHANGES:

* Adapt conduit-mirage to tls 0.15.0 (@hannesm mirage/ocaml-conduit#404)
* Remove Conduit_mirage.Endpoint.ok_authenticator (@hannesm mirage/ocaml-conduit#404)
* Now Conduit_mirage.Endpoint.server does not use an authenticator - and thus
  not request a client certificate (@hannesm mirage/ocaml-conduit#404)
this fixes compilation without the tls library (improving mirage#395 @craigfe)
@hannesm hannesm changed the title two fixes continue #395 -- fix compilation in case of tls.dummy is used Oct 9, 2021
Copy link
Copy Markdown
Member

@dinosaure dinosaure left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Agreed, and I can figure out why we did not get this compilation error before.

@hannesm
Copy link
Copy Markdown
Member Author

hannesm commented Oct 9, 2021

thanks, I figured the "use lazy for trust anchors" change hasn't been released at all, so I went ahead with the other change (adapt to tls 0.15.0) merged into the main branch, and released 4.0.2 with only that change. whoever is pushing for the lazy trust anchors, please do so and go ahead (I've no clue whether this impacts any API users / what version number should be assigned).

@hannesm
Copy link
Copy Markdown
Member Author

hannesm commented Oct 18, 2021

part of #407

@hannesm hannesm closed this Oct 18, 2021
@hannesm hannesm deleted the fixes branch October 18, 2021 16:21
hannesm added a commit to hannesm/opam-repository that referenced this pull request Oct 20, 2021
…and conduit-async (5.0.0)

CHANGES:

* change the type of `Conduit_lwt_tls.X509.default_authenticator` and
  `Conduit_lwt_unix.default_ctx` to be lazy, avoiding various side-effects
  (system interactions, logging) due to constructing these values at
  initialisation time. (@craigfe, mirage/ocaml-conduit#395 mirage/ocaml-conduit#404)
* Adapt conduit-mirage to dns-client 6.0.0 API (mirage/ocaml-conduit#406 @hannesm)
* Use Lwt.pause instead of Lwt_unix.yield (mirage/ocaml-conduit#403 @MisterDA)
* Avoid deprecated Fmt.kstrf (mirage/ocaml-conduit#407 @hannesm)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants