Skip to content

Commit 5063989

Browse files
authored
pkcs1 v0.7.3 (#1011)
1 parent 8c62e09 commit 5063989

3 files changed

Lines changed: 11 additions & 2 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkcs1/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## 0.7.3 (2023-04-18)
8+
### Added
9+
- Provide functions to construct `RsaPss` and `RsaOaepParams` ([#1010])
10+
11+
### Changed
12+
- Use `NULL` parameters for SHA `AlgorithmIdentifier`s ([#1010])
13+
14+
[#1010]: https://github.com/RustCrypto/formats/pull/1010
15+
716
## 0.7.2 (2023-04-04)
817
### Added
918
- `RsaPssParams::SALT_LEN_DEFAULT` ([#953])

pkcs1/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pkcs1"
3-
version = "0.7.2"
3+
version = "0.7.3"
44
description = """
55
Pure Rust implementation of Public-Key Cryptography Standards (PKCS) #1:
66
RSA Cryptography Specifications Version 2.2 (RFC 8017)

0 commit comments

Comments
 (0)