File tree 4 files changed +30
-5
lines changed 4 files changed +30
-5
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## [ Unreleased]
4
4
5
+ ## [ v0.9.98] - 2023-12-22
6
+
7
+ ### Added
8
+
9
+ * Added ` RAND_priv_bytes ` .
10
+ * Added ` NID_brainpoolP320r1 ` .
11
+
12
+ ### Changed
13
+
14
+ * ` X509_PURPOSE_get0 ` now returns a ` const ` pointer on LibreSSL 3.9.0+.
15
+ * ` X509V3_EXT_add_alias ` is removed on LibreSSL 3.9.0+.
16
+
5
17
## [ v0.9.97] - 2023-12-04
6
18
7
19
### Changed
@@ -555,7 +567,8 @@ Fixed builds against OpenSSL built with `no-cast`.
555
567
* Added ` X509_verify ` and ` X509_REQ_verify ` .
556
568
* Added ` EVP_MD_type ` and ` EVP_GROUP_get_curve_name ` .
557
569
558
- [ Unreleased ] : https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.97..master
570
+ [ Unreleased ] : https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.98..master
571
+ [ v0.9.98 ] : https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.97...openssl-sys-v0.9.98
559
572
[ v0.9.97 ] : https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.96...openssl-sys-v0.9.97
560
573
[ v0.9.96 ] : https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.95...openssl-sys-v0.9.96
561
574
[ v0.9.95 ] : https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.94...openssl-sys-v0.9.95
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " openssl-sys"
3
- version = " 0.9.97 "
3
+ version = " 0.9.98 "
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.62] - 2023-12-22
6
+
7
+ ### Added
8
+
9
+ * Added ` Nid::BRAINPOOL_P320R1 `
10
+ * Added ` rand_priv_bytes `
11
+
12
+ ### Fixed
13
+
14
+ * Fixed building on the latest version of BoringSSL
15
+
5
16
## [ v0.10.61] - 2023-12-04
6
17
7
18
### Changed
858
869
859
870
Look at the [ release tags] for information about older releases.
860
871
861
- [ Unreleased ] : https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.61...master
872
+ [ Unreleased ] : https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.62...master
873
+ [ v0.10.62 ] : https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.61...openssl-v0.10.62
862
874
[ v0.10.61 ] : https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.60...openssl-v0.10.61
863
875
[ v0.10.60 ] : https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.59...openssl-v0.10.60
864
876
[ v0.10.59 ] : https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.58...openssl-v0.10.59
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " openssl"
3
- version = " 0.10.61 "
3
+ version = " 0.10.62 "
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.97 " , path = " ../openssl-sys" }
33
+ ffi = { package = " openssl-sys" , version = " 0.9.98 " , 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