Skip to content

Commit 6218737

Browse files
committed
Release openssl v0.10.28
1 parent 4b1564e commit 6218737

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

openssl/CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
## [Unreleased]
44

5+
## [v0.10.28] - 2020-02-04
6+
7+
### Fixed
8+
9+
* Fixed the mutability of `Signer::sign_oneshot` and `Verifier::verify_oneshot`. This is unfortunately a breaking
10+
change, but a necessary soundness fix.
11+
512
## [v0.10.27] - 2020-01-29
613

714
### Added
@@ -423,7 +430,8 @@
423430

424431
Look at the [release tags] for information about older releases.
425432

426-
[Unreleased]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.27...master
433+
[Unreleased]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.28...master
434+
[v0.10.28]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.27...openssl-v0.10.28
427435
[v0.10.27]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.26...openssl-v0.10.27
428436
[v0.10.26]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.25...openssl-v0.10.26
429437
[v0.10.25]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.24...openssl-v0.10.25

openssl/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "openssl"
3-
version = "0.10.27"
3+
version = "0.10.28"
44
authors = ["Steven Fackler <[email protected]>"]
55
license = "Apache-2.0"
66
description = "OpenSSL bindings"

0 commit comments

Comments
 (0)