1. 27 May, 2020 1 commit
  2. 04 May, 2020 1 commit
  3. 15 Apr, 2020 1 commit
  4. 30 Mar, 2020 1 commit
  5. 29 Mar, 2020 1 commit
  6. 17 Mar, 2019 2 commits
  7. 03 Feb, 2019 1 commit
  8. 29 Jan, 2019 1 commit
  9. 22 Jan, 2019 1 commit
  10. 20 Jan, 2019 1 commit
  11. 02 Oct, 2018 4 commits
  12. 27 Sep, 2018 1 commit
  13. 12 Sep, 2018 1 commit
  14. 16 Aug, 2018 1 commit
  15. 01 Jul, 2018 1 commit
  16. 27 Jun, 2018 1 commit
  17. 19 May, 2018 1 commit
  18. 01 Apr, 2018 1 commit
  19. 29 Jan, 2018 3 commits
  20. 07 Jan, 2018 1 commit
  21. 03 Jan, 2018 1 commit
  22. 07 Dec, 2017 1 commit
  23. 19 Nov, 2017 2 commits
  24. 15 Sep, 2017 1 commit
  25. 14 Sep, 2017 5 commits
  26. 13 Jun, 2017 1 commit
  27. 06 Jun, 2017 1 commit
  28. 29 Apr, 2017 1 commit
  29. 01 Feb, 2017 1 commit
    • 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