Feature #34843
Tracker #34842: Support EC (and other non-RSA) keys for authentication
Support EC (and other non-RSA) keys in Foreman core
Associated revisions
History
#1
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/foreman/pull/9208 added
#2
Updated by The Foreman Bot 11 months ago
- Fixed in Releases 3.3.0 added
#3
Updated by Evgeni Golov 11 months ago
- Status changed from Ready For Testing to Closed
Applied in changeset foreman|892c2d13daf3f78c7dfd16eb65dffae2a8781a64.
#4
Updated by Amit Upadhye 11 months ago
- Subject changed from Support EC (and other non-RSA) keys in foreman core to Support EC (and other non-RSA) keys in Foreman core
Fixes #34843 - load SSL key using OpenSSL::PKey.read
This allows using non-RSA keys as PKey.read can figure out the type of
key automatically