Re: [PATCH 1/3] lib: rsa: Fix const-correctness of rsassa_pss functions

2022-04-11 Thread Tom Rini
On Wed, Mar 09, 2022 at 01:27:15AM -0800, SESA644425 wrote: > Prior to introduction of modifications in rsassa_pss functions > related to padding verification, doing a pass to update > const-correctness in targeted functions to comply with > coding-rules and avoid const-cast > > Signed-off-by: SE

Re: [PATCH 1/3] lib: rsa: Fix const-correctness of rsassa_pss functions

2022-03-11 Thread Simon Glass
On Wed, 9 Mar 2022 at 02:28, SESA644425 wrote: > > Prior to introduction of modifications in rsassa_pss functions > related to padding verification, doing a pass to update > const-correctness in targeted functions to comply with > coding-rules and avoid const-cast > > Signed-off-by: SESA644425 P

[PATCH 1/3] lib: rsa: Fix const-correctness of rsassa_pss functions

2022-03-09 Thread SESA644425
Prior to introduction of modifications in rsassa_pss functions related to padding verification, doing a pass to update const-correctness in targeted functions to comply with coding-rules and avoid const-cast Signed-off-by: SESA644425 --- Despite checkpath.pl recommendation, it is not possible to