-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
*: Support for tidb_sm3_password
authentication
#36193
Merged
Merged
Changes from 1 commit
Commits
Show all changes
43 commits
Select commit
Hold shift + click to select a range
21d6d9a
*: Support for sm3_password authentication
CbcWestwolf 77ec1f7
Fix
CbcWestwolf 3676087
Fix
CbcWestwolf 2699659
Merge branch 'master' of github.com:pingcap/tidb into support_sm3
CbcWestwolf d1b0c83
Merge branch 'master' into support_sm3
CbcWestwolf 3972d00
Merge branch 'master' of github.com:pingcap/tidb into support_sm3
CbcWestwolf d080a88
implement sm3 like caching_sha2
CbcWestwolf 3aba797
Update parser/auth/sm3.go
CbcWestwolf 711736b
Update
CbcWestwolf 4b68cb6
Merge branch 'master' of github.com:pingcap/tidb into support_sm3
CbcWestwolf 0b79e73
Update
CbcWestwolf 45340e3
Update bazel
CbcWestwolf f9badbb
Merge branch 'master' into support_sm3
CbcWestwolf e64e902
Fix
CbcWestwolf edd2ae6
Fix
CbcWestwolf 59cc76e
Fix
CbcWestwolf 6b5cb33
Support bulitin function SM3(str)
CbcWestwolf a98c4e2
Add license from Suzhou Tongji Fintech Research Institute
CbcWestwolf 69d779a
Fix
CbcWestwolf cf565a8
Add test for builtin SM3()
CbcWestwolf 92f2dc5
Merge branch 'master' of github.com:pingcap/tidb into support_sm3
CbcWestwolf e11e90e
Add test for SM3
CbcWestwolf d893f3d
Fix
CbcWestwolf 9da7846
Fix
CbcWestwolf cbd467e
Fix UT
CbcWestwolf 64516b5
Fix
CbcWestwolf 661f720
Fix
CbcWestwolf 1ab815b
Fix
CbcWestwolf 1c54ff0
Merge branch 'master' into support_sm3
CbcWestwolf da28c9e
Merge branch 'master' into support_sm3
CbcWestwolf 2a496f5
Merge branch 'master' of github.com:pingcap/tidb into support_sm3
CbcWestwolf 9db5b4d
Fix
CbcWestwolf 8e09189
Update parser/auth/sm3.go
CbcWestwolf a888612
Update
CbcWestwolf 2c472fc
Merge branch 'support_sm3' of github.com:CbcWestwolf/tidb into suppor…
CbcWestwolf 511afe8
Merge branch 'master' into support_sm3
CbcWestwolf 9a08797
Update
CbcWestwolf ffa4176
Fix
CbcWestwolf eda8c41
Improve compatibility
CbcWestwolf 0012cc4
Fix UT
CbcWestwolf 9ed13ae
Merge branch 'master' into support_sm3
CbcWestwolf e53ad3e
Merge branch 'master' into support_sm3
ti-chi-bot d2e2858
Merge branch 'master' into support_sm3
ti-chi-bot File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fix
- Loading branch information
commit 9db5b4de43204f3cd9f4bbabe749bc3bc14dfd6d
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could we a single list or this and
caching_sha2_password
?