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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

PKI X.509 Cert / Signature verifier #47

Closed
pinkforest opened this issue Mar 16, 2024 · 2 comments
Closed

PKI X.509 Cert / Signature verifier #47

pinkforest opened this issue Mar 16, 2024 · 2 comments

Comments

@pinkforest
Copy link
Contributor

pinkforest commented Mar 16, 2024

Should we have one as well ? 馃槄

It would be a lot of work tho - webpki still has dependency to ring

sidenote rustls has webpki fork that does aws-lc-rs by default over ring

It would be interesting to hook something up to rustcrypto - experimentally

There is also ofcourse the dangerous() from rustls like this:

Ofc it helps there is this:

Related issues perhaps

@tarcieri
Copy link
Member

There is work underway on a certificate verifier based on x509-cert. Note that certificate verification is the electric third rail of the X.509 ecosystem, and difficult to implement in a manner that conforms to other implementations.

See: RustCrypto/formats#838

@pinkforest
Copy link
Contributor Author

pinkforest commented Mar 16, 2024

Yeah cool think that is catered already somewhere else and we don't really need it here so closing

In the meantime I built the fake stubs at

@pinkforest pinkforest closed this as not planned Won't fix, can't repro, duplicate, stale Mar 16, 2024
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