File tree 2 files changed +10
-2
lines changed
2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## [ Unreleased]
4
4
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
+
5
12
## [ v0.10.27] - 2020-01-29
6
13
7
14
### Added
423
430
424
431
Look at the [ release tags] for information about older releases.
425
432
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
427
435
[ v0.10.27 ] : https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.26...openssl-v0.10.27
428
436
[ v0.10.26 ] : https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.25...openssl-v0.10.26
429
437
[ v0.10.25 ] : https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.24...openssl-v0.10.25
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " openssl"
3
- version = " 0.10.27 "
3
+ version = " 0.10.28 "
4
4
authors = [
" Steven Fackler <[email protected] >" ]
5
5
license = " Apache-2.0"
6
6
description = " OpenSSL bindings"
You can’t perform that action at this time.
0 commit comments