Skip to content

Commit 545cfa4

Browse files
committed
Release openssl-sys v0.9.84
1 parent 29d993f commit 545cfa4

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

openssl-sys/CHANGELOG.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## [Unreleased]
44

5+
## [v0.9.84] - 2023-04-01
6+
7+
### Added
8+
9+
* Added `ASN1_INTEGER_dup` and `ASN1_INTEGER_cmp`.
10+
* Added `stack_st_X509_NAME_ENTRY`.
11+
* Added `DIST_POINT_NAME`, `DIST_POINT`, `stack_st_DIST_POINT`, `DIST_POINT_free`, and `DIST_POINT_NAME_free`.
12+
513
## [v0.9.83] - 2023-03-23
614

715
### Fixed
@@ -410,7 +418,8 @@ Fixed builds against OpenSSL built with `no-cast`.
410418
* Added `X509_verify` and `X509_REQ_verify`.
411419
* Added `EVP_MD_type` and `EVP_GROUP_get_curve_name`.
412420

413-
[Unreleased]: https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.83..master
421+
[Unreleased]: https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.84..master
422+
[v0.9.84]: https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.83...openssl-sys-v0.9.84
414423
[v0.9.83]: https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.82...openssl-sys-v0.9.83
415424
[v0.9.82]: https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.81...openssl-sys-v0.9.82
416425
[v0.9.81]: https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.80...openssl-sys-v0.9.81

openssl-sys/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "openssl-sys"
3-
version = "0.9.83"
3+
version = "0.9.84"
44
authors = [
55
"Alex Crichton <[email protected]>",
66
"Steven Fackler <[email protected]>",

0 commit comments

Comments
 (0)