Release openssl v0.10.25
This commit is contained in:
parent
02c3262be8
commit
bb3e0f474b
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue