Go to file
David Benjamin 3e700bb3e8 Get MASM output working on Win32.
We were building the NASM flavor with MASM which is why it didn't work. Get the
MASM output working: cpuid and cmove are not available in MASM unless the file
declares .686. Also work around MASM rejecting a very long line in SHA-256.

The follow-up change will get the NASM flavor working. We should probably use
that one as it's documented as supported upstream. But let's make this one
functional too.

Change-Id: Ica69cc042a7250c7bc9ba9325caab597cd4ce616
Reviewed-on: https://boringssl-review.googlesource.com/2091
Reviewed-by: Adam Langley <agl@google.com>
2014-10-29 23:13:20 +00:00
crypto Get MASM output working on Win32. 2014-10-29 23:13:20 +00:00
doc Inital import. 2014-06-20 13:17:32 -07:00
include/openssl Move the X509_NAME typedef into x509.h. 2014-10-28 22:38:38 +00:00
ssl Fix double-frees on malloc failure in ssl3_get_client_key_exchange. 2014-10-29 20:34:25 +00:00
tool Add -cipher option to bssl client. 2014-10-29 20:48:23 +00:00
util Not everyone keeps bash in /bin. 2014-09-30 20:03:07 +00:00
.clang-format Inital import. 2014-06-20 13:17:32 -07:00
.gitignore Inital import. 2014-06-20 13:17:32 -07:00
BUILDING Increase minimum required cmake version 2014-08-18 17:23:37 +00:00
CMakeLists.txt Increase minimum required cmake version 2014-08-18 17:23:37 +00:00