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

add more modes for AES #7490

Open
9 of 18 tasks
mccxj opened this issue Aug 26, 2018 · 1 comment
Open
9 of 18 tasks

add more modes for AES #7490

mccxj opened this issue Aug 26, 2018 · 1 comment
Labels
component/expression good first issue Denotes an issue ready for a new contributor, according to the "help wanted" guidelines. help wanted Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.

Comments

@mccxj
Copy link
Contributor

mccxj commented Aug 26, 2018

https://dev.mysql.com/doc/refman/5.7/en/server-system-variables.html#sysvar_block_encryption_mode

mysql with openssl supports ECB/OCB/CFB1/CFB8/CFB128/OFB modes:

@shenli shenli added help wanted Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines. good first issue Denotes an issue ready for a new contributor, according to the "help wanted" guidelines. labels Aug 26, 2018
@shenli
Copy link
Member

shenli commented Aug 26, 2018

@mccxj Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component/expression good first issue Denotes an issue ready for a new contributor, according to the "help wanted" guidelines. help wanted Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.
Projects
None yet
Development

No branches or pull requests

2 participants