VirtualBox

Changeset 74312 in vbox for trunk/src


Ignore:
Timestamp:
Sep 17, 2018 2:47:59 PM (6 years ago)
Author:
vboxsync
Message:

IPRT/crypto: Added RTCrRandBytes and RTCrPkcs5Pbkdf2Hmac. The latter means openssl 1.0.0 or higher is now required. bugref:9246

Location:
trunk/src/VBox/Runtime
Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/Makefile.kmk

    r74295 r74312  
    414414        common/crypto/store-inmem.cpp \
    415415        common/crypto/store-cert-add-basic.cpp \
     416        common/crypto/RTCrPkcs5Pbkdf2Hmac-openssl.cpp \
     417        common/crypto/RTCrRandBytes-openssl.cpp \
    416418        common/crypto/RTCrStoreCertAddFromJavaKeyStore.cpp \
    417419        common/crypto/RTCrStoreCertAddWantedFromFishingExpedition.cpp \
  • trunk/src/VBox/Runtime/common/crypto/ssl-openssl.cpp

    r74302 r74312  
    8686    *phSsl = NIL_RTCRSSL;
    8787    AssertReturn(!fFlags, VERR_INVALID_FLAGS);
     88
     89    SSL_library_init();
    8890
    8991    /*
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