Skip to content

Commit 30c1c6d

Browse files
committed
Release v1.1.0
The release adds more bindings. Added - Bindings for DANE (#14). - Bindings for TLS handshake tracing (#14). - Bindings for `X509_digest()` (#14). - Bindings for `X509_verify_cert_error_string()` (#14). - Bindings for `SSL_get_version()` (#14).
1 parent 1929495 commit 30c1c6d

File tree

1 file changed

+13
-8
lines changed

1 file changed

+13
-8
lines changed

CHANGELOG.md

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,27 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic
77
Versioning](http://semver.org/spec/v2.0.0.html) except to the first release.
88

9-
109
## [Unreleased]
1110

1211
### Added
1312

14-
- Bindings for [DANE](https://docs.openssl.org/1.1.1/man3/SSL_CTX_dane_enable/).
15-
- Bindings for [TLS handshake tracing](https://docs.openssl.org/master/man3/SSL_CTX_set_msg_callback/).
16-
- Bindings for `X509_digest()`.
17-
- Bindings for `X509_verify_cert_error_string()`.
18-
- Bindings for `SSL_get_version()`.
19-
2013
### Changed
2114

2215
### Fixed
2316

24-
## [1.0.0] - 2024-02-09
17+
## [v1.1.0] - 2024-09-02
18+
19+
The release adds more bindings.
20+
21+
### Added
22+
23+
- Bindings for [DANE](https://docs.openssl.org/1.1.1/man3/SSL_CTX_dane_enable/) (#14).
24+
- Bindings for [TLS handshake tracing](https://docs.openssl.org/master/man3/SSL_CTX_set_msg_callback/) (#14).
25+
- Bindings for `X509_digest()` (#14).
26+
- Bindings for `X509_verify_cert_error_string()` (#14).
27+
- Bindings for `SSL_get_version()` (#14).
28+
29+
## [v1.0.0] - 2024-02-09
2530

2631
The first release with a number of fixes. Since `libp2p/openssl` is not
2732
supported any more we need to support our version for usage in the Golang

0 commit comments

Comments
 (0)