]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Changes in shared code that don't affect open-vm-tools functionality.
authorVMware, Inc <>
Wed, 18 Sep 2013 03:17:44 +0000 (20:17 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Mon, 23 Sep 2013 05:01:54 +0000 (22:01 -0700)
Signed-off-by: Dmitry Torokhov <dtor@vmware.com>
open-vm-tools/lib/asyncsocket/asyncSocketInt.h
open-vm-tools/lib/include/asyncsocket.h

index b637627a132567560704c5acab9a1495618e4d01..4bdd4afd0462cfb60e1061056a46e685e29699ae 100644 (file)
@@ -218,6 +218,7 @@ struct AsyncSocket {
    struct {
       char *origin;
       char *host;
+      char *hostname;
       char *protocol;
       char *uri;
       char *cookie;
@@ -243,6 +244,7 @@ struct AsyncSocket {
       size_t hybiCurrentFrameSize;
       WebSocketHybiDecodeState hybiCurrentDecodeState;
       Bool useSSL;
+      Bool permitUnverifiedSSL;
       char *upgradeNonceBase64;
       rqContext *randomContext;
    } webSocket;
index 6c4c2ba9b4a5aa64376a24ce5215967a4dc21d31..c684d4dd88d18c625b83fd8f1ad5da2f67f54a17 100644 (file)
@@ -289,6 +289,7 @@ AsyncSocket_ConnectNamedPipe(char *pipeName,
                              int *outError);
 #endif
 AsyncSocket *AsyncSocket_ConnectWebSocket(const char *url,
+                                          Bool permitUnverifiedSSL,
                                           const char *cookies,
                                           AsyncSocketConnectFn connectFn,
                                           void *clientData,