1. 29 Mar, 2007 1 commit
  2. 28 Mar, 2007 1 commit
    • unknown's avatar
      Bug#25309 SSL connections without CA certificate broken since MySQL 5.0.23 · 40df5f68
      unknown authored
       - Turn off verification of peer if both ca_path and ca_file is null
         i.e from only passing --ssl-key=<client_key> and --ssl-cert=<client_cert>
         to the mysql utility programs.
         The server will authenticate the client accoring to GRANT tables
         but the client won't authenticate the server 
      
      
      mysql-test/r/openssl_1.result:
        Update result file
      mysql-test/t/openssl_1.test:
        Test that it's possible to connect with --ssl-ca set to /dev/null
      vio/viosslfactories.c:
        Turn off verification of peer if both ca_file and ca_path is NULL
      40df5f68
  3. 01 Mar, 2007 1 commit
  4. 28 Feb, 2007 37 commits