~ubuntu-branches/ubuntu/vivid/mariadb-5.5/vivid-proposed

« back to all changes in this revision

Viewing changes to sql-common/client.c

  • Committer: Package Import Robot
  • Author(s): Otto Kekäläinen
  • Date: 2014-11-14 21:04:24 UTC
  • mfrom: (1.1.6)
  • Revision ID: package-import@ubuntu.com-20141114210424-xlyna0ozl11647o5
Tags: 5.5.40-0ubuntu0.14.10.1
* SECURITY UPDATE: Update to 5.5.40 to fix security issues (LP: #1391676)
  - CVE-2014-6507
  - CVE-2014-6491
  - CVE-2014-6500
  - CVE-2014-6469
  - CVE-2014-6555
  - CVE-2014-6559
  - CVE-2014-6494
  - CVE-2014-6496
  - CVE-2014-6464
* Add bsdutils as mariadb-server dependency like upstream does in 5.5.40.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1906
1906
    DBUG_RETURN(1);
1907
1907
  }
1908
1908
 
 
1909
  if (X509_V_OK != SSL_get_verify_result(ssl))
 
1910
  {
 
1911
    *errptr= "Failed to verify the server certificate";
 
1912
    X509_free(server_cert);
 
1913
    DBUG_RETURN(1);
 
1914
  }
1909
1915
  /*
1910
1916
    We already know that the certificate exchanged was valid; the SSL library
1911
1917
    handled that. Now we need to verify that the contents of the certificate