Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing Brainpool Curve Support in X509 Libraries #1594

Open
iDAKTO opened this issue Oct 8, 2024 · 1 comment
Open

Missing Brainpool Curve Support in X509 Libraries #1594

iDAKTO opened this issue Oct 8, 2024 · 1 comment

Comments

@iDAKTO
Copy link

iDAKTO commented Oct 8, 2024

Certificates that rely on BP curves are used in certain sectors and we can't manage to parse them through the current X509 library. It would be great to have support for Brainpool curves in the X509 library.

@AlCutter
Copy link
Member

AlCutter commented Oct 8, 2024

Hi,

Thanks for your request. I think it's unlikely we'll want to do this here for a couple of reasons:

  • AFAIK (although very happy to be enlightened if I'm wrong), BP doesn't really seem to be used in WebPKI (At a wild guess, would you perhaps be looking at applying transparency to in Germany?)
  • These x509/asn1 packages are really just (increasingly outdated) forks of Go's stdlib packages, which we'd quite like to drop eventually.

I think your best bet would likely be to do one or both of:

The other thing I wanted to mention, in case you're not already aware of it, is the ongoing experiment in the CT ecosystem with Static CT API log implementations - these promise to be considerably easier and cheaper to operate, so may be worth consideration if you're looking at spinning up new infrastructure...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants