File tree Expand file tree Collapse file tree 4 files changed +30
-7
lines changed Expand file tree Collapse file tree 4 files changed +30
-7
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## [ Unreleased]
4
4
5
+ ## [ v0.9.95] - 2023-11-03
6
+
7
+ ### Changed
8
+
9
+ * Fixed the availability of ` EVP_PKEY_RSA_PSS ` on OpenSSL
10
+
11
+ ### Added
12
+
13
+ * Added support for LibreSSL 3.8.x.
14
+ * Added ` NID_chacha20_poly1305 `
15
+
5
16
## [ v0.9.94] - 2023-11-01
6
17
7
18
### Changed
@@ -522,8 +533,9 @@ Fixed builds against OpenSSL built with `no-cast`.
522
533
* Added ` X509_verify ` and ` X509_REQ_verify ` .
523
534
* Added ` EVP_MD_type ` and ` EVP_GROUP_get_curve_name ` .
524
535
525
- [ Unreleased ] : https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.94..master
526
- [ v0.9.93 ] : https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.93...openssl-sys-v0.9.94
536
+ [ Unreleased ] : https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.95..master
537
+ [ v0.9.95 ] : https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.94...openssl-sys-v0.9.95
538
+ [ v0.9.94 ] : https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.93...openssl-sys-v0.9.94
527
539
[ v0.9.93 ] : https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.92...openssl-sys-v0.9.93
528
540
[ v0.9.92 ] : https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.91...openssl-sys-v0.9.92
529
541
[ v0.9.91 ] : https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.90...openssl-sys-v0.9.91
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " openssl-sys"
3
- version = " 0.9.94 "
3
+ version = " 0.9.95 "
4
4
authors = [
5
5
" Alex Crichton <[email protected] >" ,
6
6
" Steven Fackler <[email protected] >" ,
Original file line number Diff line number Diff line change 2
2
3
3
## [ Unreleased]
4
4
5
+ ## [ v0.10.59] - 2023-11-03
6
+
7
+ ### Added
8
+
9
+ * Added ` Nid::CHACHA20_POLY1305 `
10
+
11
+ ### Changed
12
+
13
+ * Fixed the availability of ` Id::RSA_PSS ` on OpenSSL
14
+
5
15
## [ v0.10.58] - 2023-11-01
6
16
7
17
### Added
815
825
816
826
Look at the [ release tags] for information about older releases.
817
827
818
- [ Unreleased ] : https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.58...master
819
- [ v0.10.57 ] : https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.57...openssl-v0.10.58
828
+ [ Unreleased ] : https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.59...master
829
+ [ v0.10.59 ] : https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.58...openssl-v0.10.59
830
+ [ v0.10.58 ] : https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.57...openssl-v0.10.58
820
831
[ v0.10.57 ] : https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.56...openssl-v0.10.57
821
832
[ v0.10.56 ] : https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.55...openssl-v0.10.56
822
833
[ v0.10.55 ] : https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.54...openssl-v0.10.55
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " openssl"
3
- version = " 0.10.58 "
3
+ version = " 0.10.59 "
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.94 " , path = " ../openssl-sys" }
33
+ ffi = { package = " openssl-sys" , version = " 0.9.95 " , 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