Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(jwt): offload ECDSA signature format conversion #10463

Merged
merged 2 commits into from
Mar 10, 2023

Conversation

jschmid1
Copy link
Contributor

@jschmid1 jschmid1 commented Mar 9, 2023

Summary

before this patch we transformed signature formats in the
jwt_parser module to the specified signature format

See The RFC for more details: https://www.rfc-editor.org/rfc/rfc7518#section-3.4

lua-resty-openssl 0.8.18 can do do this directly.

Signed-off-by: Joshua Schmid jaiks@posteo.de

Checklist

Full changelog

  • bump lua-resty-openssl to 0.8.18

before this patch we transformed signature formats in the
`jwt_parser` module to the specified signature format

See The RFC for more details: https://www.rfc-editor.org/rfc/rfc7518#section-3.4

`lua-resty-openssl` 0.8.18 can do do this directly.

Fixes: https://konghq.atlassian.net/browse/KAG-844

Signed-off-by: Joshua Schmid <jaiks@posteo.de>
Signed-off-by: Joshua Schmid <jaiks@posteo.de>
@jschmid1 jschmid1 requested review from bungle and samugi March 9, 2023 12:01
@jschmid1 jschmid1 changed the title Fix/es raw sig fix(jwt): offload ECDSA signature format conversion Mar 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants