Skip to content

v1.0.0

Compare
Choose a tag to compare
@oleg-jukovec oleg-jukovec released this 08 Feb 10:57
· 5 commits to master since this release

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).