Releases: tarantool/go-openssl
Releases · tarantool/go-openssl
v1.1.1
v1.1.0
v1.0.0
Overview
The first release with a number of fixes. Since libp2p/openssl
is not supported any more we need to support our version for usage in the Golang connector tarantool/go-tarantool
.
See releases of libp2p/openssl
for previous changes history.
New features
- DialContext function (#10).
Bugfixes
- Build by Golang 1.13 (#6).
- Build with OpenSSL < 1.1.1 (#7).
- Build on macOS as a static library (#8).
- Build on macOS with Apple M1 (#8).
- Random errors in the code caused by an invalid OpenSSL error handling in LoadPrivateKeyFromPEM, LoadPrivateKeyFromPEMWithPassword, LoadPrivateKeyFromDER and LoadPublicKeyFromPEM (#9).