Releases: ooni/oocrypto
Releases · ooni/oocrypto
ooni/oocrypto v0.1.1
This release uses go1.18.3/go1.18.5 and backports https://github.com/ooni/oocrypto/pull/7 from `main` to ensure we fix https://github.com/ooni/probe/issues/2122 also in the stable branch.
ooni/oocrypto v0.2.1
This release includes a fix where we cannot use the connection returned by `NewClientConnStdlib` because the returned interface does not declare it implements the `NetConn` method, hence the returned type is not compatible with `oohttp.TLSConn`.
ooni/oocrypto v0.2.0
This release tracks go1.19
ooni/oocrypto v0.1.0
This release tracks go1.18.3.
This release is also okay for go1.18.5 as documented at ooni/probe#2223.