File tree 2 files changed +9
-2
lines changed
2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## [ Unreleased]
4
4
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
+
5
11
## [ v0.10.65] - 2024-07-20
6
12
7
13
### Fixed
902
908
903
909
Look at the [ release tags] for information about older releases.
904
910
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
906
913
[ v0.10.65 ] : https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.64...openssl-v0.10.65
907
914
[ v0.10.64 ] : https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.63...openssl-v0.10.64
908
915
[ v0.10.63 ] : https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.62...openssl-v0.10.63
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " openssl"
3
- version = " 0.10.65 "
3
+ version = " 0.10.66 "
4
4
authors = [
" Steven Fackler <[email protected] >" ]
5
5
license = " Apache-2.0"
6
6
description = " OpenSSL bindings"
You can’t perform that action at this time.
0 commit comments