Release openssl v0.10.25

This commit is contained in:
Steven Fackler 2019-10-02 17:52:36 -07:00
parent 02c3262be8
commit bb3e0f474b
2 changed files with 12 additions and 1 deletions

View File

@ -2,6 +2,17 @@
## [Unreleased]
## [v0.10.25] - 2019-10-02
### Fixed
* Fixed a memory leak in `EcdsaSig::from_private_components` when using OpenSSL 1.0.x.
### Added
* Added support for Ed25519 and Ed448 keys.
* Implemented `ToOwned` for `PKeyRef` and `Clone` for `PKey`.
## [v0.10.24] - 2019-07-19
### Fixed

View File

@ -1,6 +1,6 @@
[package]
name = "openssl"
version = "0.10.24"
version = "0.10.25"
authors = ["Steven Fackler <sfackler@gmail.com>"]
license = "Apache-2.0"
description = "OpenSSL bindings"