VirtualBox

Changeset 74300 in vbox


Ignore:
Timestamp:
Sep 16, 2018 7:50:16 PM (6 years ago)
Author:
vboxsync
Message:

IPRT/crypto: Wrapped SSL, alleged RC4, and RSA key generation. Added methods for quering someRSA key components. Exposed big numbers, x509 and asn1 APIs as stable. bugref:9246 [openssl 1.0.x build fix]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/crypto/ssl-openssl.cpp

    r74299 r74300  
    9494# elif OPENSSL_VERSION_NUMBER >= 0x10002000
    9595    const SSL_METHOD *pSslMethod = SSLv23_method();
     96# elif OPENSSL_VERSION_NUMBER >= 0x10000000
     97    const SSL_METHOD *pSslMethod = TLSv1_method();
    9698# else
    9799    SSL_METHOD *pSslMethod = TLSv1_method();
Note: See TracChangeset for help on using the changeset viewer.

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