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 mysql secure connection function (closes #277) #281

Merged
merged 2 commits into from
Mar 22, 2020

Conversation

mem0rz
Copy link
Contributor

@mem0rz mem0rz commented Feb 29, 2020

add mysql secure connection function

src/core/config.cpp Outdated Show resolved Hide resolved
docs/authenticator.md Outdated Show resolved Hide resolved
@GreaterFire
Copy link
Member

Thanks! I'll review soon.

@GreaterFire GreaterFire changed the base branch from master to dev March 2, 2020 07:25
Copy link
Member

@GreaterFire GreaterFire left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

IMO, we don't need the tls_version field as it can be configured elsewhere (https://dev.mysql.com/doc/refman/8.0/en/encrypted-connection-protocols-ciphers.html).

Generally LGTM. Just a bit of comments.

Could you test these changes?

src/core/authenticator.cpp Show resolved Hide resolved
src/core/authenticator.cpp Outdated Show resolved Hide resolved
docs/authenticator.md Outdated Show resolved Hide resolved
@GreaterFire GreaterFire changed the title add mysql secure connection function Add mysql secure connection function (closes #277) Mar 13, 2020
commit 2be23c8
Author: memorz <chenyanbo@bipt.edu.cn>
Date:   Sat Mar 14 23:11:24 2020 +0800

    Update src/core/authenticator.cpp

    Co-Authored-By: GreaterFire <32649575+GreaterFire@users.noreply.github.com>

commit 1e11110
Author: memorz <chenyanbo@bipt.edu.cn>
Date:   Sat Mar 14 23:10:36 2020 +0800

    Update docs/authenticator.md

    good

    Co-Authored-By: GreaterFire <32649575+GreaterFire@users.noreply.github.com>

commit 17a8549
Author: memorz <chenyanbo@bipt.edu.cn>
Date:   Wed Mar 4 15:12:44 2020 +0800

    Update authenticator.cpp

commit ec1bd60
Author: memorz <chenyanbo@bipt.edu.cn>
Date:   Sat Feb 29 20:56:47 2020 +0800

    Update src/core/config.cpp

    good

    Co-Authored-By: Syrone Wong <wong.syrone@gmail.com>

commit 332fb53
Author: memorz <chenyanbo@bipt.edu.cn>
Date:   Sat Feb 29 20:56:31 2020 +0800

    Update src/core/authenticator.cpp

    good

    Co-Authored-By: Syrone Wong <wong.syrone@gmail.com>

commit 20c206a
Author: memorz <chenyanbo@bipt.edu.cn>
Date:   Sat Feb 29 14:58:47 2020 +0800

    add config options description

    add config options description about secure connect to mysql

commit 376a597
Author: memorz <chenyanbo@bipt.edu.cn>
Date:   Sat Feb 29 14:53:37 2020 +0800

    read the config about secure connect to mysql

    read the config about secure connect to mysql

commit 718aeb8
Author: memorz <chenyanbo@bipt.edu.cn>
Date:   Sat Feb 29 14:52:14 2020 +0800

    add some head about secure connect

    add some head about secure connect

commit b3a26ac
Author: memorz <chenyanbo@bipt.edu.cn>
Date:   Sat Feb 29 14:50:14 2020 +0800

    add secure connect(TLS) to mysql

    add secure connect(TLS) to mysql

commit 9a048e4
Author: memorz <chenyanbo@bipt.edu.cn>
Date:   Sat Feb 29 14:46:44 2020 +0800

    add config description

    add config description

commit 9264b26
Author: memorz <chenyanbo@bipt.edu.cn>
Date:   Sat Feb 29 14:44:21 2020 +0800

    add mysql secure connect config options

    add mysql secure connect config options
@GreaterFire GreaterFire merged commit 17196c3 into trojan-gfw:dev Mar 22, 2020
@ghost ghost mentioned this pull request May 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

4 participants