This repository has been archived by the owner on Sep 21, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 41
fails to be build because undefined: elliptic.P224 #22
Comments
I get the same errors on fedora 20 |
Well, that would be why: fedora / redhat removed that curve with a patch to golang in the official packages. https://bugzilla.redhat.com/show_bug.cgi?id=1038683 The following hacky patch (to pkcs10) just comments out the failing lines, which now compiles (and seems to work), so presumably that curve is not actually required for etcd-ca with the default settings. https://gist.github.com/gfxmonk/973a74e2c7d4020e5258 |
Fedora and Red Hat complying with US patent law is hardly a distribution bug. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The text was updated successfully, but these errors were encountered: