File tree 2 files changed +10
-3
lines changed
2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## [ Unreleased]
4
4
5
+ ## [ v0.10.54] - 2023-05-31
6
+
7
+ ### Fixed
8
+
9
+ * ` PKey::private_key_to_pkcs8_passphrase ` no longer panics if a ` passphrase ` contains a NUL byte.
10
+
5
11
## [ v0.10.53] - 2023-05-30
6
12
7
13
### Added
755
761
756
762
Look at the [ release tags] for information about older releases.
757
763
758
- [ Unreleased ] : https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.53...master
759
- [ v0.10.52 ] : https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.52...openssl-v0.10.53
764
+ [ Unreleased ] : https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.54...master
765
+ [ v0.10.54 ] : https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.53...openssl-v0.10.54
766
+ [ v0.10.53 ] : https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.52...openssl-v0.10.53
760
767
[ v0.10.52 ] : https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.51...openssl-v0.10.52
761
768
[ v0.10.51 ] : https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.50...openssl-v0.10.51
762
769
[ v0.10.50 ] : https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.49...openssl-v0.10.50
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " openssl"
3
- version = " 0.10.53 "
3
+ version = " 0.10.54 "
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