1. 07 Feb, 2017 4 commits
  2. 06 Feb, 2017 8 commits
  3. 05 Feb, 2017 9 commits
  4. 04 Feb, 2017 4 commits
  5. 02 Feb, 2017 4 commits
  6. 01 Feb, 2017 2 commits
    • Steve Müller's avatar
      Merge pull request #2570 from pgrau/patch-1 · f347a83c
      Steve Müller authored
      Mysqli: Allow secure connections using SSL
      f347a83c
    • Pau's avatar
      Mysqli: Allow secure connections using SSL · 78e58376
      Pau authored
      The current driver has no option to allow the usage of SSL connections on mysql. I've used the same name params as mysql client.
      An example of mysql client usage would be:
      
      mysql --ssl-ca='path_to_ca.pem' --ssl-cert='path_to_client_cert.pem' --ssl-key='path_to_client_key.pem'
      
      refactor secure connection as params
      
      remove space
      
      add space
      
      refactor secure connection
      
      rename method
      
      rename method
      
      docs: add ssl params to use in mysqli driver
      
      rename test method
      
      refactor method setSecureConnection
      
      fix bug
      
      add comment to method
      
      remove string escaping
      78e58376
  7. 27 Jan, 2017 2 commits
  8. 25 Jan, 2017 7 commits