Skip to content
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion docs/_data/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2550,7 +2550,7 @@
application:
version: 1.130.0
breaking_changes:
- text: The Audit Log REST API (preview) `/v1-pre/{organizationId}/AuditLog/Events` doesn't include signing request events anymore, instead they can be retrieved via the the new `/v1-pre/{organizationId}/AuditLog/SigningRequestEvents` route.
- text: The Audit Log REST API (preview) `/v1-pre/{organizationId}/AuditLog/Events` doesn't include signing request events anymore, instead they can be retrieved via the new `/v1-pre/{organizationId}/AuditLog/SigningRequestEvents` route.
issues: [SIGN-5380]
new_features:
- text: Added support for additional, organization-specific key stores.
Expand Down
2 changes: 1 addition & 1 deletion docs/crypto-providers/cryptoki.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ This section provides general information about using the SignPath Cryptoki libr
{:.panel.warning}
> **OpenSSL 3.0.0 - 3.0.8 incompatibility**
>
> Distributions with an OpenSSL version between 3.0.0 and 3.0.8 (including) don't support the the [OpenSSL](#openssl) and [osslsigncode](#osslsigncode) scenarios.
> Distributions with an OpenSSL version between 3.0.0 and 3.0.8 (including) don't support the [OpenSSL](#openssl) and [osslsigncode](#osslsigncode) scenarios.
> The reason is an [OpenSSL bug](https://github.com/openssl/openssl/issues/20161) which has been fixed in OpenSSL 3.0.9.
> The issue results in _"http_exception occurred (error code= generic:168296454): Error in SSL handshake"_ errors.
>
Expand Down
2 changes: 1 addition & 1 deletion docs/trusted-build-systems/github.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ steps:
>
> If _all_ of the following conditions apply, the required permissions have to be enabled in the workflow definition:
>
> * the the GitHub repository is private
> * the GitHub repository is private
> * the workflow permissions are set to the default "Read repository contents and packages permissions"
> * The SignPath GitHub App is _not_ installed
>
Expand Down