This repository has been archived by the owner on Jan 7, 2023. It is now read-only.
Releases: libp2p/go-openssl
Releases · libp2p/go-openssl
v0.1.0
What's Changed
- Enabled PEM files with CRLF line endings to be used (#10) by @stephaneberle9 in #11
- Address
staticcheck
issues by @masih in #14 - Fix tests by @Stebalien in #16
- Update test RSA cert by @jbouwman in #15
- fix: unsafe pointer passing by @Stebalien in #18
- ci: add go-test-setup action by @galargh in #20
- Add Ctx.SetMinProtoVersion and Ctx.SetMaxProtoVersion wrappers by @oleg-jukovec in #27
- Add openssl.DialTimeout(network, addr, timeout, ctx, flags) call by @oleg-jukovec in #26
- Install mingw toolchain on windows machines for go test by @galargh in #30
- Fix build with OpenSSL 3.0 by @oleg-jukovec in #25
New Contributors
- @stephaneberle9 made their first contribution in #11
- @masih made their first contribution in #14
- @jbouwman made their first contribution in #15
- @galargh made their first contribution in #20
- @oleg-jukovec made their first contribution in #27
- @marten-seemann made their first contribution in #31
Full Changelog: v0.0.7...v0.1.0
v0.0.7
Merge pull request #7 from libp2p/refactor/ed25519-less-special make ed25519 less special
v0.0.6
Release v0.0.5
Add support for CreateObjectIdentifier (for custom TLS extensions).