Skip to content

Commit

Permalink
Merge pull request #2267 from alex/bump-for-release
Browse files Browse the repository at this point in the history
Release openssl v0.10.66
  • Loading branch information
alex committed Jul 21, 2024
2 parents aef36e0 + 5ce473b commit ad70a0b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion openssl/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion openssl/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "openssl"
version = "0.10.65"
version = "0.10.66"
authors = ["Steven Fackler <[email protected]>"]
license = "Apache-2.0"
description = "OpenSSL bindings"
Expand Down

0 comments on commit ad70a0b

Please sign in to comment.