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: The hmac-auth plugin support HMAC-SM3 algorithm. Resolved #11927 #11930

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

fanchangjifen
Copy link

Description

The current version of APISIX is built based on OpenSSL 3.x and includes the lua-resty-openssl module. On this basis, the dependency of the HMAC algorithm in the hmac-auth plugin has been modified to enable the plugin to support the HMAC-SM3 message authentication code algorithm.

Fixes #11927

Checklist

  • I have explained the need for this PR and the problem it solves
  • I have explained the changes or the new features added to this PR
  • I have added tests corresponding to this change
  • I have updated the documentation to reflect this change
  • I have verified that this change is backward compatible (If not, please discuss on the APISIX mailing list first)

@dosubot dosubot bot added size:M This PR changes 30-99 lines, ignoring generated files. enhancement New feature or request plugin labels Jan 21, 2025
@fanchangjifen fanchangjifen changed the title The hmac-auth plugin support HMAC-SM3 algorithm. Resolved #11927 feat:The hmac-auth plugin support HMAC-SM3 algorithm. Resolved #11927 Jan 21, 2025
@fanchangjifen fanchangjifen changed the title feat:The hmac-auth plugin support HMAC-SM3 algorithm. Resolved #11927 feat: The hmac-auth plugin support HMAC-SM3 algorithm. Resolved #11927 Jan 21, 2025
@fanchangjifen fanchangjifen changed the title feat: The hmac-auth plugin support HMAC-SM3 algorithm. Resolved #11927 fix: The hmac-auth plugin support HMAC-SM3 algorithm. Resolved #11927 Jan 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request plugin size:M This PR changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat: The hmac-auth plugin supports HMAC authentication with the SM3 national cryptographic algorithm.
1 participant