-
eroman authored
Changes: a87de9b Define WIN32_LEAN_AND_MEAN in the build system, not in the code. 4a0f0c4 Change CMakeLists.txt to two-space indent. 2e38008 Define _HAS_EXCEPTIONS=0 to avoid MSVC C4530 warning. bcc4fa8 Add unit-tests for PBKDF2. 507c1ee Honor the standard BUILD_SHARED_LIBS cmake variable. f4600ad Add missing OPENSSL_EXPORTs. f058dae Revert "Add a test for CONF_parse_list." dc94b54 Clean up use of Windows Platform SDK headers. 33970e6 Enable bssl client/s_client and server/s_server on Windows. 9a9a193 Build with -fvisibility=hidden. afdaeee Enable bssl (md5sum, sha256sum, etc.) on Windows. 2fe7f2d Initialize HMAC keys to zero. 1d75c8b Improve compatibility with CMake 3.0 and later ed30c0d Improve the documentation in BUILDING b7f3144 Add a style guide. 69ad27f Run x86 perlasm on UNIX with -fPIC. 36eb7d5 Fix buffer size in aead_test.c. 53cbd6c Fix unused variable warning in OPENSSL_NO_ASM build. bed8f73 Fix build after mistake addressing comments in cca4d599. cca4d59 Add digest sum handling to the tool. cd5c892 Add a test for CONF_parse_list. fd4eb60 Remove duplication of common DH parameters. b4a494c Reformat SSL/TLS headers. For more details see: https://boringssl.googlesource.com/boringssl/+log/347f025..a87de9b Review URL: https://codereview.chromium.org/890443002 Cr-Commit-Position: refs/heads/master@{#313784}
e447037a