Remi Tricot-Le Breton 7266350181 BUG/MINOR: jwt: Fix jwt_parse_alg incorrectly returning JWS_ALG_NONE
jwt_parse_alg would mistakenly return JWT_ALG_NONE for algorithms "",
"n", "no" and "non" because of a strncmp misuse. It now sees them as
unknown algorithms.

No backport needed.

Cc: Tim Duesterhus <tim@bastelstu.be>
2021-11-03 17:19:48 +01:00
..
2021-05-08 12:29:51 +02:00
2020-09-25 17:54:48 +02:00
2021-09-17 17:22:05 +02:00
2021-09-23 15:27:25 +02:00
2021-09-24 15:07:50 +02:00