VirtualBox

Changeset 40130 in vbox for trunk/src/VBox/Runtime


Ignore:
Timestamp:
Feb 14, 2012 3:17:35 PM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
76274
Message:

Main/webservice+doc/manual: Add SSL support to the webservice, and also add an optional parameter which ensures the authentication setting is correct. Update manual and SDK reference.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/VBox/VBoxRTDeps.cpp

    r37277 r40130  
    55
    66/*
    7  * Copyright (C) 2006-2011 Oracle Corporation
     7 * Copyright (C) 2006-2012 Oracle Corporation
    88 *
    99 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    4444#include <openssl/rsa.h>
    4545#include <openssl/ssl.h>
     46#include <openssl/rand.h>
    4647
    4748
     
    6364    (PFNRT)PEM_read_bio_PrivateKey,
    6465    (PFNRT)X509_free,
     66    (PFNRT)X509_verify_cert_error_string,
     67    (PFNRT)i2d_X509,
    6568    (PFNRT)i2d_X509,
    6669    (PFNRT)RSA_generate_key,
     70    (PFNRT)RAND_load_file,
     71    (PFNRT)CRYPTO_set_dynlock_create_callback,
     72    (PFNRT)CRYPTO_set_dynlock_lock_callback,
     73    (PFNRT)CRYPTO_set_dynlock_destroy_callback,
    6774    (PFNRT)RTAssertShouldPanic,
    6875    (PFNRT)ASMAtomicReadU64,
     
    7178    (PFNRT)SSL_free,
    7279    (PFNRT)SSL_library_init,
     80    (PFNRT)SSL_load_error_strings,
    7381    (PFNRT)SSL_CTX_free,
    7482    (PFNRT)SSL_CTX_use_certificate_file,
     83    (PFNRT)SSLv23_method,
    7584    (PFNRT)TLSv1_server_method,
    7685    NULL
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette