Searched refs:verify_certificate (Results 1 – 5 of 5) sorted by relevance
/third_party/boost/libs/asio/example/cpp11/ssl/ |
D | client.cpp | 34 std::bind(&client::verify_certificate, this, _1, _2)); in client() 40 bool verify_certificate(bool preverified, in verify_certificate() function in client
|
/third_party/boost/doc/html/boost_asio/example/cpp11/ssl/ |
D | client.cpp | 34 std::bind(&client::verify_certificate, this, _1, _2)); in client() 40 bool verify_certificate(bool preverified, in verify_certificate() function in client
|
/third_party/boost/libs/asio/example/cpp03/ssl/ |
D | client.cpp | 29 boost::bind(&client::verify_certificate, this, in client() 37 bool verify_certificate(bool preverified, in verify_certificate() function in client
|
/third_party/boost/doc/html/boost_asio/example/cpp03/ssl/ |
D | client.cpp | 29 boost::bind(&client::verify_certificate, this, in client() 37 bool verify_certificate(bool preverified, in verify_certificate() function in client
|
/third_party/libsoup/ |
D | ChangeLog.pre-git | 4162 (verify_certificate): put an #ifdef around 4202 verify_certificate. 4203 (verify_certificate): Set the GError appropriately rather than 4578 * libsoup/soup-gnutls.c (verify_certificate): Initialize the 4591 (verify_certificate): Use gnutls_x509_crt_import() and 4609 * libsoup/soup-gnutls.c (verify_certificate): Remove the 4638 (verify_certificate): Uncomment the SSL certificate hostname 5079 (verify_certificate): Remove the comment about not being able to
|