File tree Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## [ Unreleased]
4
4
5
+ ## [ v0.10.34] - 2021-04-28
6
+
7
+ ### Added
8
+
9
+ * Added ` Dh::set_private_key ` and ` DhRef::private_key ` .
10
+ * Added ` EcPointRef::affine_coordinates ` .
11
+ * Added ` TryFrom ` implementations to convert between ` PKey ` and specific key types.
12
+ * Added ` X509StoreBuilderRef::set_flags ` .
13
+
5
14
## [ v0.10.33] - 2021-03-13
6
15
7
16
### Fixed
527
536
528
537
Look at the [ release tags] for information about older releases.
529
538
530
- [ Unreleased ] : https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.33...master
539
+ [ Unreleased ] : https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.34...master
540
+ [ v0.10.34 ] : https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.33...openssl-v0.10.34
531
541
[ v0.10.33 ] : https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.32...openssl-v0.10.33
532
542
[ v0.10.32 ] : https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.31...openssl-v0.10.32
533
543
[ v0.10.31 ] : https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.30...openssl-v0.10.31
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " openssl"
3
- version = " 0.10.33 "
3
+ version = " 0.10.34 "
4
4
authors = [
" Steven Fackler <[email protected] >" ]
5
5
license = " Apache-2.0"
6
6
description = " OpenSSL bindings"
@@ -26,7 +26,7 @@ foreign-types = "0.3.1"
26
26
libc = " 0.2"
27
27
once_cell = " 1.5.2"
28
28
29
- ffi = { package = " openssl-sys" , version = " 0.9.61 " , path = " ../openssl-sys" }
29
+ ffi = { package = " openssl-sys" , version = " 0.9.62 " , path = " ../openssl-sys" }
30
30
31
31
[dev-dependencies ]
32
32
tempdir = " 0.3"
You can’t perform that action at this time.
0 commit comments