Y
Hacker News
new
|
ask
|
show
|
jobs
by
NieDzejkob
2018 days ago
The code in question [1] does indeed return Result<(), Error>. This makes sense - more than one thing can go wrong during the verification, and the details can be important in some situations.
[1]:
https://docs.rs/webpki/0.21.4/webpki/struct.EndEntityCert.ht...