File tree 4 files changed +15
-5
lines changed 4 files changed +15
-5
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## [ Unreleased]
4
4
5
+ ## [ v0.9.100] - 2024-02-19
6
+
5
7
### Added
6
8
7
9
* Added ` OSSL_PARAM ` , ` OSSL_PARAM_construct_uint ` , ` OSSL_PARAM_construct_end ` .
8
10
* Added ` EVP_PKEY_CTX_set_params ` and ` EVP_PKEY_CTX_get_params ` .
11
+ * Added ` X509_alias_get0 ` .
12
+ * Added ` EVP_default_properties_enable_fips ` .
9
13
10
14
## [ v0.9.99] - 2024-01-19
11
15
@@ -583,7 +587,8 @@ Fixed builds against OpenSSL built with `no-cast`.
583
587
* Added ` X509_verify ` and ` X509_REQ_verify ` .
584
588
* Added ` EVP_MD_type ` and ` EVP_GROUP_get_curve_name ` .
585
589
586
- [ Unreleased ] : https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.99..master
590
+ [ Unreleased ] : https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.100..master
591
+ [ v0.9.100 ] : https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.99...openssl-sys-v0.9.100
587
592
[ v0.9.99 ] : https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.98...openssl-sys-v0.9.99
588
593
[ v0.9.98 ] : https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.97...openssl-sys-v0.9.98
589
594
[ v0.9.97 ] : https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.96...openssl-sys-v0.9.97
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " openssl-sys"
3
- version = " 0.9.99 "
3
+ version = " 0.9.100 "
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.64] - 2024-02-19
6
+
5
7
### Added
6
8
7
9
* Added ` PkeyCtxRef::{nonce_type, set_nonce_type} ` .
10
+ * Added ` X509Ref::alias ` .
11
+
8
12
9
13
## [ v0.10.63] - 2024-01-19
10
14
888
892
889
893
Look at the [ release tags] for information about older releases.
890
894
891
- [ Unreleased ] : https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.63...master
895
+ [ Unreleased ] : https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.64...master
896
+ [ v0.10.64 ] : https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.63...openssl-v0.10.64
892
897
[ v0.10.63 ] : https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.62...openssl-v0.10.63
893
898
[ v0.10.62 ] : https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.61...openssl-v0.10.62
894
899
[ v0.10.61 ] : https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.60...openssl-v0.10.61
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " openssl"
3
- version = " 0.10.63 "
3
+ version = " 0.10.64 "
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.99 " , path = " ../openssl-sys" }
33
+ ffi = { package = " openssl-sys" , version = " 0.9.100 " , 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