-
Notifications
You must be signed in to change notification settings - Fork 842
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Feature] Issue#53 Support TLSv1.2 SSL Protocol
Description =========== Bundled openSSL (openssl-1.0.1u) source codes to compile statically instead of yaSSL, then MySQL server can support TLSv1.2 SSL protocol. For the compatibility, we supply new parameter '--tls-version' to control how to decide the supportable TLS version. If compiled with openSSL, then tls-version default value 'TLSv1, TLSv1.1, TLSv1.2' If compiled with yaSSL, then tls-version default value 'TLSv1, TLSv1.1' Also the added cmake option: DWITH_SSL=openssl means that openssl was built statically. Compatibility ============= The TLS Protocol version matrix: ----------------------------------------------------------------------- Pre_Server Post_yaSSL_Server Post_openSSL_Server Pre_Client TLSv1.0 TLSv1.0 TLSv1.0 Post_yaSSL_Client TLSv1.0 TLSv1.1 TLSv1.1 Post_openSSL_Client TLSv1.0 TLSv1.1 TLSv1.2 -----------------------------------------------------------------------
- Loading branch information
AliSQL
authored and
AliSQL
committed
Oct 10, 2017
1 parent
041c282
commit a6cc59f
Showing
4,323 changed files
with
1,273,840 additions
and
56 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
Please https://www.openssl.org/community/thanks.html for the current | ||
acknowledgements. |
Oops, something went wrong.