You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
spki: return Result from AlgorithmIdentifier::params_* (#274)
Returning a result makes for simpler error handling with `?` in
functions which also return a `Result`, and also makes it possible to
propagate incompatible DER tags encountered when using these methods.
0 commit comments