Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changed wording regarding certificates for JWS from should to must #136

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion fspiop-api/documents/PKI-Best-Practices.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ The following conventions are used in this document to identify the specified ty
|Version|Date|Change Description|
|---|---|---|
|**1.0**|2018-03-13|Initial version|
|**1.0.1**|2024-09-19|Changed wording regarding the use of certificates for JWS from _should_ to _must_ in Section 8.1.|

## 2. Introduction

Expand Down Expand Up @@ -492,7 +493,7 @@ This section describes the application layer protection.

The _JSON Web Signature_ (JWS) standard is used for providing end-to-end integrity and non-repudiation; that is, to guarantee that the sender is who it claims to be, and that the message was not tampered with.

The use of JWS is mandatory and certificates should be used. For more information, see _API Signature_.
The use of JWS is mandatory and certificates must be used. For more information, see _API Signature_.

### 8.2 JSON Web Encryption

Expand Down