Skip to content

Commit ad70a0b

Browse files
authored
Merge pull request #2267 from alex/bump-for-release
Release openssl v0.10.66
2 parents aef36e0 + 5ce473b commit ad70a0b

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

openssl/CHANGELOG.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
## [Unreleased]
44

5+
## [v0.10.66] - 2024-07-21
6+
7+
### Fixed
8+
9+
- Fixed undefined behavior in `MemBio::get_buf` when the resulting buffer had a length of 0.
10+
511
## [v0.10.65] - 2024-07-20
612

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

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

905-
[Unreleased]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.65...master
911+
[Unreleased]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.66...master
912+
[v0.10.66]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.65...openssl-v0.10.66
906913
[v0.10.65]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.64...openssl-v0.10.65
907914
[v0.10.64]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.63...openssl-v0.10.64
908915
[v0.10.63]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.62...openssl-v0.10.63

openssl/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "openssl"
3-
version = "0.10.65"
3+
version = "0.10.66"
44
authors = ["Steven Fackler <[email protected]>"]
55
license = "Apache-2.0"
66
description = "OpenSSL bindings"

0 commit comments

Comments
 (0)