Commit 5ce473b4 authored by Alex Gaynor's avatar Alex Gaynor
Browse files

Release openssl v0.10.66

parent aef36e0f
Loading
Loading
Loading
Loading
+8 −1
Original line number Diff line number Diff line
@@ -2,6 +2,12 @@

## [Unreleased]

## [v0.10.66] - 2024-07-21

### Fixed

- Fixed undefined behavior in `MemBio::get_buf` when the resulting buffer had a length of 0.

## [v0.10.65] - 2024-07-20

### Fixed
@@ -902,7 +908,8 @@

Look at the [release tags] for information about older releases.

[Unreleased]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.65...master
[Unreleased]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.66...master
[v0.10.66]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.65...openssl-v0.10.66
[v0.10.65]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.64...openssl-v0.10.65
[v0.10.64]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.63...openssl-v0.10.64
[v0.10.63]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.62...openssl-v0.10.63
+1 −1
Original line number Diff line number Diff line
[package]
name = "openssl"
version = "0.10.65"
version = "0.10.66"
authors = ["Steven Fackler <sfackler@gmail.com>"]
license = "Apache-2.0"
description = "OpenSSL bindings"