[glib-networking/mcatanzaro/base-rebase: 42/45] openssl: add missing call to set_missing_requested_client_certificate



commit 63f4420a8c7abb3dcaed5447345a9fef7575f0f0
Author: Ignacio Casal Quinteiro <qignacio amazon com>
Date:   Fri May 10 17:16:26 2019 +0200

    openssl: add missing call to set_missing_requested_client_certificate

 tls/openssl/gtlsclientconnection-openssl.c | 2 ++
 1 file changed, 2 insertions(+)
---
diff --git a/tls/openssl/gtlsclientconnection-openssl.c b/tls/openssl/gtlsclientconnection-openssl.c
index e125543..f05184f 100644
--- a/tls/openssl/gtlsclientconnection-openssl.c
+++ b/tls/openssl/gtlsclientconnection-openssl.c
@@ -384,6 +384,8 @@ retrieve_certificate (SSL       *ssl,
       return 1;
     }
 
+  g_tls_connection_base_set_missing_requested_client_certificate (tls);
+
   return 0;
 }
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]