Skip to content

Commit 040ec64

Browse files
committed
Release openssl-sys v0.9.66
1 parent 935a914 commit 040ec64

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

openssl-sys/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## [Unreleased]
44

5+
## [v0.9.66] - 2021-08-17
6+
7+
### Added
8+
9+
* Added `EVP_seed_cbc`, `EVP_seed_cfb128`, `EVP_seed_ecb`, and `EVP_seed_ofb`.
10+
* Added `OBJ_length` and `OBJ_get0_data`.
11+
* Added `i2d_PKCS8PrivateKey_bio`.
12+
513
## [v0.9.65] - 2021-06-21
614

715
### Fixed

openssl-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "openssl-sys"
3-
version = "0.9.65"
3+
version = "0.9.66"
44
authors = ["Alex Crichton <[email protected]>",
55
"Steven Fackler <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)