Actions
Issue #8317
closedAllow the auth private key size to be configurable
Status:
MODIFIED
Priority:
Normal
Assignee:
-
Category:
-
Sprint/Milestone:
-
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Version:
Platform Release:
OS:
Triaged:
No
Groomed:
No
Sprint Candidate:
No
Tags:
Pulp 2
Sprint:
Quarter:
Description
Clients such as Fedora 33 have a default OpenSSL configuration that doesn't allow the usage of 1024 bit keys. To allow for backwards compatibility, allow this value to be configurable on the Pulp side.
See more information at: https://fedoraproject.org/wiki/Changes/StrongCryptoSettings2
Updated by mprahl over 2 years ago
The following PR should address this: https://github.com/pulp/pulp/pull/4018
Added by mprahl over 2 years ago
Updated by mprahl over 2 years ago
- Status changed from NEW to MODIFIED
Applied in changeset pulp|d92c5424bd9d106e0e540733f29c3645e7eedd34.
Added by mprahl about 2 years ago
Sign authentication certificates using SHA256
Clients such as Fedora 33 have a default OpenSSL configuration that doesn't allow the usage of SHA1 signed certificates.
See more information at: https://fedoraproject.org/wiki/Changes/StrongCryptoSettings2
closes #8317
Actions
Set the auth private key size to be 2048 bits
Clients such as Fedora 33 have a default OpenSSL configuration that doesn't allow the usage of 1024 bit keys.
See more information at: https://fedoraproject.org/wiki/Changes/StrongCryptoSettings2
closes #8317