boringssl/crypto
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
..
aes Don't compare signed vs. unsigned. 2014-10-01 02:17:38 +00:00
asn1 Move the X509_NAME typedef into x509.h. 2014-10-28 22:38:38 +00:00
base64 Don't use ssize_t in base64_test.c. 2014-10-01 01:07:28 +00:00
bio Fix standalone bio_test and v3name_test on Win64. 2014-10-29 21:17:27 +00:00
bn Get MASM output working on Win32. 2014-10-29 23:13:20 +00:00
buf Don't read past the end of the string in BUF_strndup. 2014-10-20 20:07:02 +00:00
bytestring Fix "integer constant is too large for 'long' type" errors. 2014-10-24 22:12:49 +00:00
chacha
cipher Set the IV length for AES-ECB to zero. 2014-10-20 23:51:32 +00:00
conf
des
dh Add a CRYPTO_library_init and static-initializer-less build option. 2014-09-12 00:10:53 +00:00
digest Silence warnings about unused values. 2014-10-01 17:27:08 +00:00
dsa Add misc functions for easier porting. 2014-09-18 22:38:11 +00:00
ec Fix Windows shared library build. 2014-10-01 02:01:53 +00:00
ecdh
ecdsa Fix Windows shared library build. 2014-10-01 02:01:53 +00:00
engine Add generic OPERATION_NOT_SUPPORTED error code. 2014-10-09 23:55:39 +00:00
err Add generic OPERATION_NOT_SUPPORTED error code. 2014-10-09 23:55:39 +00:00
evp Make EVP_DigestVerifyFinal return only zero or one. 2014-10-28 20:22:46 +00:00
hmac Add a CRYPTO_library_init and static-initializer-less build option. 2014-09-12 00:10:53 +00:00
lhash Fix NaCl build. 2014-10-02 22:45:22 +00:00
md4
md5 Add a CRYPTO_library_init and static-initializer-less build option. 2014-09-12 00:10:53 +00:00
modes Add a CRYPTO_library_init and static-initializer-less build option. 2014-09-12 00:10:53 +00:00
obj
pem
perlasm Get MASM output working on Win32. 2014-10-29 23:13:20 +00:00
pkcs8 Provide compatibility functions for PKCS#12 parsing. 2014-09-20 00:10:03 +00:00
poly1305
rand
rc4 Use OPENSSL_64_BIT in rc4.c. 2014-10-01 02:06:31 +00:00
rsa Don't compare signed vs. unsigned. 2014-10-01 02:17:38 +00:00
sha Add a CRYPTO_library_init and static-initializer-less build option. 2014-09-12 00:10:53 +00:00
stack
x509 Move the X509_NAME typedef into x509.h. 2014-10-28 22:38:38 +00:00
x509v3 Fix standalone bio_test and v3name_test on Win64. 2014-10-29 21:17:27 +00:00
arm_arch.h
CMakeLists.txt Get MASM output working on Win32. 2014-10-29 23:13:20 +00:00
cpu-arm.c
cpu-intel.c Don't try to setup CPUID if NO_ASM. 2014-09-20 00:09:57 +00:00
cpu-x86_64-asm.pl
cpu-x86-asm.pl
crypto_error.c
crypto_error.h
crypto.c Don't try to setup CPUID if NO_ASM. 2014-09-20 00:09:57 +00:00
directory_posix.c _POSIX_C_SOURCE needs to be set to a date, at least on FreeBSD. 2014-09-30 19:15:39 +00:00
directory_win.c
directory.h
ex_data_impl.c Remove meth_num in ex_data_impl.c. 2014-10-01 02:04:51 +00:00
ex_data.c Don't compare signed vs. unsigned. 2014-10-01 02:17:38 +00:00
header_removed.h
internal.h Add a CRYPTO_library_init and static-initializer-less build option. 2014-09-12 00:10:53 +00:00
mem.c Fix NaCl build. 2014-10-02 22:45:22 +00:00
thread.c
time_support.c Fix NaCl build. 2014-10-02 22:45:22 +00:00