Feature #34844
Foreman - Tracker #34842: Support EC (and other non-RSA) keys for authentication
Support EC (and other non-RSA) keys in foreman proxy
Associated revisions
History
#1
Updated by Evgeni Golov 11 months ago
- Project changed from Foreman to Smart Proxy
#2
Updated by The Foreman Bot 11 months ago
- Assignee set to Evgeni Golov
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/smart-proxy/pull/832 added
#3
Updated by The Foreman Bot 11 months ago
- Fixed in Releases 3.3.0 added
#4
Updated by Evgeni Golov 11 months ago
- Status changed from Ready For Testing to Closed
Applied in changeset 238f65a5da20304045167213eeb61ee862710f1a.
Fixes #34844 - load SSL keys using OpenSSL::PKey.read
This allows using non-RSA keys as PKey.read can figure out the type of key automatically