History log of /vbox/src/VBox/Runtime/common/checksum/openssl-sha256.cpp
Revision Date Author Comments Expand
fc659761c3e27dad0ce26752ed131bd4b7763b3b 51856 03-Jul-2014 vboxsync

Added the odd sha-2 algorithms to RTCrDigest and extended the testcases to cover them. Added VBOX_WITH_ALT_HASH_CODE for avoiding the OpenSSL code even for VBoxRT.dll/so/dylib.

ed6697871be690c5826c252d598ea9965c2816b4 51851 03-Jul-2014 vboxsync

Renamed hash implementations to fit better into the build system, supplying the missing OpenSSL-based MD5. VBoxRT uses the OpenSSL variants, all other libraries uses the alternatives. Also removed stupid OpenSSL dependencies in RTSha1Digest.cpp and RTSha256Digest.cpp.