[NETCONF-1206] Support EC algorithm for netconf-keystore private keys Created: 05/Dec/23 Updated: 05/Dec/23 |
|
| Status: | Open |
| Project: | netconf |
| Component/s: | netconf-client-mdsal |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Improvement | Priority: | Medium |
| Reporter: | Ruslan Kashapov | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Description |
|
While transport model for TLS mainly supports RSA and EC algorithms for private keys (see ietf-crypto-types) the netconf-keystore implementation is only able to serve RSA and DSA algorithms when parsing private key binaries (see DefaultSslHandlerFactoryProvider). It seems reasonable to add support for EC algorithm to DefaultSslHandlerFactoryProvider for consistency. |