File tree 4 files changed +25
-5
lines changed
4 files changed +25
-5
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## [ Unreleased]
4
4
5
+ ## [ v0.9.103] - 2024-07-20
6
+
7
+ ### Added
8
+
9
+ * Added several functions and constants for datagram ` BIO ` s.
10
+ * Added ` EVP_PKEY_set1_DSA ` , ` EVP_PKEY_set1_DH ` , and ` EVP_PKEY_set1_EC_KEY ` .
11
+ * Added several functions related to QUIC support.
12
+
5
13
## [ v0.9.102] - 2024-03-28
6
14
7
15
### Added
@@ -599,7 +607,8 @@ Fixed builds against OpenSSL built with `no-cast`.
599
607
* Added ` X509_verify ` and ` X509_REQ_verify ` .
600
608
* Added ` EVP_MD_type ` and ` EVP_GROUP_get_curve_name ` .
601
609
602
- [ Unreleased ] : https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.102..master
610
+ [ Unreleased ] : https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.103..master
611
+ [ v0.9.103 ] : https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.102...openssl-sys-v0.9.103
603
612
[ v0.9.102 ] : https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.101...openssl-sys-v0.9.102
604
613
[ v0.9.101 ] : https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.100...openssl-sys-v0.9.101
605
614
[ v0.9.100 ] : https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.99...openssl-sys-v0.9.100
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " openssl-sys"
3
- version = " 0.9.102 "
3
+ version = " 0.9.103 "
4
4
authors = [
5
5
" Alex Crichton <alex@alexcrichton.com>" ,
6
6
" Steven Fackler <sfackler@gmail.com>" ,
Original file line number Diff line number Diff line change 2
2
3
3
## [ Unreleased]
4
4
5
+ ## [ v0.10.65] - 2024-07-20
6
+
7
+ ### Fixed
8
+
9
+ * Ensure we are initialized in ` MessageDigest::from_nid ` , ` Md::from_nid ` , ` Md::fetch `
10
+
11
+ ### Changed
12
+
13
+ * Expose ` SslContextBuilder::set_keylog_callback ` on BoringSSL
14
+
5
15
## [ v0.10.64] - 2024-02-19
6
16
7
17
### Added
892
902
893
903
Look at the [ release tags] for information about older releases.
894
904
895
- [ Unreleased ] : https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.64...master
905
+ [ Unreleased ] : https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.65...master
906
+ [ v0.10.65 ] : https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.64...openssl-v0.10.65
896
907
[ v0.10.64 ] : https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.63...openssl-v0.10.64
897
908
[ v0.10.63 ] : https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.62...openssl-v0.10.63
898
909
[ v0.10.62 ] : https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.61...openssl-v0.10.62
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " openssl"
3
- version = " 0.10.64 "
3
+ version = " 0.10.65 "
4
4
authors = [" Steven Fackler <sfackler@gmail.com>" ]
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.100 " , path = " ../openssl-sys" }
33
+ ffi = { package = " openssl-sys" , version = " 0.9.103 " , 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