-
-
Notifications
You must be signed in to change notification settings - Fork 37
Data in transit encryption with TLS in MySQLi/PDO MySQL/PDO PostgreSQL drivers #177
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
Merged
wilsonge
merged 27 commits into
joomla-framework:2.0-dev
from
andrepereiradasilva:patch-1
Aug 7, 2019
Merged
Changes from all commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
65d56c0
Enable TLS connections in Mysqli driver
andrepereiradasilva 0d331d3
Enable TLS connections in PDO Mysql driver
andrepereiradasilva 06a9396
Add getConnectionEncryption to interface
andrepereiradasilva 5e73c2a
Add getConnectionEncryption() empty method to SqlLite Driver
andrepereiradasilva 4502c64
Add getConnectionEncryption() empty method to Sqlsrv Driver
andrepereiradasilva c50fe4e
@andrepereiradasilva Add getConnectionEncryption() empty method to Pg…
andrepereiradasilva 233f2ee
Add getConnectionEncryption() method to NoSQL Driver test
andrepereiradasilva 829aa6b
Add getConnectionEncryption methos to driver mock
andrepereiradasilva 55f1fbc
cs line size ...
andrepereiradasilva 367784f
cs line size ...
andrepereiradasilva ddcadcb
cs again
andrepereiradasilva 5936623
default cipher suit
andrepereiradasilva 66c39cf
static...
andrepereiradasilva 8de2ead
ups
andrepereiradasilva cbba29a
move tls options to main PDO driver so it's available fro all PDO dri…
andrepereiradasilva 42f7bd8
move tls options to main PDO driver so it's available fro all PDO dri…
andrepereiradasilva 1b61431
Add TLS encryption to postgresql PDO driver (by docs - not tested)
andrepereiradasilva 1a7de1c
cs
andrepereiradasilva 9b5820c
getConnectionEncryption for postgresql (form docs - not tested)
andrepereiradasilva c4ee862
Update src/Mysql/MysqlDriver.php
andrepereiradasilva 84f5578
Update src/Mysql/MysqlDriver.php
andrepereiradasilva 3da0568
Update src/Mysql/MysqlDriver.php
andrepereiradasilva 19c1564
Update src/Mysql/MysqlDriver.php
andrepereiradasilva 6c26322
Update src/Pdo/PdoDriver.php
andrepereiradasilva 326ac82
Update MysqlDriver.php
andrepereiradasilva 2392206
Update PdoDriver.php
richard67 2f5242a
Merge pull request #4 from richard67/patch-2
andrepereiradasilva 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
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.
Uh oh!
There was an error while loading. Please reload this page.