Skip to content

Commit 02c3262

Browse files
committed
Release openssl-sys v0.9.50
1 parent 55f1fc5 commit 02c3262

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

openssl-sys/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## [v0.9.50] - 2019-10-02
6+
7+
### Added
8+
9+
* Added `CRYPTO_LOCK_EVP_PKEY`.
10+
* Added `EVP_PKEY_ED25519` and `EVP_PKEY_ED448`.
11+
* Added `EVP_DigestSign` and `EVP_DigestVerify`.
12+
* Added `EVP_PKEY_up_ref`.
13+
* Added `NID_ED25519` and `NID_ED448`.
14+
515
## [v0.9.49] - 2019-08-15
616

717
### Added

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.49"
3+
version = "0.9.50"
44
authors = ["Alex Crichton <[email protected]>",
55
"Steven Fackler <[email protected]>"]
66
license = "MIT"

openssl/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ foreign-types = "0.3.1"
2525
lazy_static = "1"
2626
libc = "0.2"
2727

28-
openssl-sys = { version = "0.9.49", path = "../openssl-sys" }
28+
openssl-sys = { version = "0.9.50", path = "../openssl-sys" }
2929

3030
[dev-dependencies]
3131
tempdir = "0.3"

0 commit comments

Comments
 (0)