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

Commits on Mar 9, 2023

  1. fix(jwt): offload ECDSA signature format conversion

    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>
    jschmid1 committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    b480997 View commit details
    Browse the repository at this point in the history
  2. chore(jwt): remove asn_sequence module

    Signed-off-by: Joshua Schmid <jaiks@posteo.de>
    jschmid1 committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    6b06f50 View commit details
    Browse the repository at this point in the history