Re: Should we add built in support for bouncy castle EC w/Kube

2021-04-29 Thread Sean Owen
I recall that Bouncy Castle has some crypto export implications. If it's in the distro then I think we'd have to update https://www.apache.org/licenses/exports/ to reflect that Bouncy Castle is again included in the product. But that's doable. Just have to recall how one updates that. On Thu, Apr

Should we add built in support for bouncy castle EC w/Kube

2021-04-29 Thread Holden Karau
Hi Folks, I've deployed a new version of K3s locally and I ran into an issue with the key format not being supported out of the box. We delegate to fabric8 which has bouncy castle EC as an optional dependency. Adding it would add ~6mb to the Kube jars. What do folks think? Cheers, Holden P.S.