File tree 2 files changed +14
-3
lines changed 2 files changed +14
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## [ Unreleased]
4
4
5
+ ## [ v0.10.61] - 2023-12-04
6
+
7
+ ### Changed
8
+
9
+ * ` SslStream ` now uses ` SSL_read_ex ` , ` SSL_write_ex ` , and ` SSL_peek_ex ` when available
10
+
11
+ ### Added
12
+
13
+ * Added ` SslStream::{read_uninit, ssl_read_uninit} ` .
14
+
5
15
## [ v0.10.60] - 2023-11-22
6
16
7
17
### Deprecated
848
858
849
859
Look at the [ release tags] for information about older releases.
850
860
851
- [ Unreleased ] : https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.60...master
861
+ [ Unreleased ] : https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.61...master
862
+ [ v0.10.61 ] : https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.60...openssl-v0.10.61
852
863
[ v0.10.60 ] : https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.59...openssl-v0.10.60
853
864
[ v0.10.59 ] : https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.58...openssl-v0.10.59
854
865
[ v0.10.58 ] : https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.57...openssl-v0.10.58
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " openssl"
3
- version = " 0.10.60 "
3
+ version = " 0.10.61 "
4
4
authors = [
" Steven Fackler <[email protected] >" ]
5
5
license = " Apache-2.0"
6
6
description = " OpenSSL bindings"
@@ -30,7 +30,7 @@ libc = "0.2"
30
30
once_cell = " 1.5.2"
31
31
32
32
openssl-macros = { version = " 0.1.0" , path = " ../openssl-macros" }
33
- ffi = { package = " openssl-sys" , version = " 0.9.96 " , path = " ../openssl-sys" }
33
+ ffi = { package = " openssl-sys" , version = " 0.9.97 " , path = " ../openssl-sys" }
34
34
35
35
[dev-dependencies ]
36
36
hex = " 0.3"
You can’t perform that action at this time.
0 commit comments