Vincent Prouillet
Vincent Prouillet
change the target, we review them and then we can do a big review of the whole thing on this PR
Ok if there are any JWS/ACME users, can they try that branch?
Has anyone tried it?
Just need some usage feedback, I'm not knowledgeable about it so I can't really have a good opinion on it
> As it stands, it is impossible to use more than one algorithm in a validation because of this bug. Yeah that's intentional. Ideally we would solve it at the...
Most of the time, the `Validation` struct can be defined in a const way (well lazy_static or once_cell). > Is it possible the Validation struct gained a responsibility to ensure...
I think the current situation is fine, can you write some pseudo-code on how it would look with what you're proposing?
I think I prefer seeing the expected alg type in the user code.
The intent there was to allow only 1 family for the validation but the types were not good enough. In the future, better types for each alg family will be...
We can update the docs to say it should only contain alg from the same family.