You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
common-security: add workaround bouncycastle EC algorithm name mismatch
Motivation:
-----------
commit 8de5c6f that tried to
address "EC" vs "ECDSA" name mismatch. However the patch was
insufficient and we ran into failure to start dCache when cert/key
issued for dCache host used EC encryption algorithm
Modification:
------------
"EC" and "ECDSA" are both used for elliptic-curve keys depending on
provider and BouncyCastle version — treat them as equivalent.
Result:
-------
dCache starts normally w/ EC encrypted key/certs
Target: trunk
Request: 12.0, 11.2
0 commit comments