aboutsummaryrefslogtreecommitdiff
path: root/crypto/fipsmodule/modes
AgeCommit message (Expand)AuthorFilesLines
2017-11-10Appease UBSan on pointer alignment.David Benjamin5-62/+65
2017-11-09Add CFI start/end for _aesni_ctr32[_ghash]_6xAdam Langley1-0/+4
2017-11-09aesni-gcm-x86_64.pl: sync CFI directives from upstream.Adam Langley1-0/+32
2017-08-18Run the comment converter on libcrypto.David Benjamin7-184/+184
2017-07-26x86_64 assembly pack: "optimize" for Knights Landing, add AVX-512 results.David Benjamin2-2/+21
2017-06-13ARMv4 assembly pack: harmonize Thumb-ification of iOS build.David Benjamin1-1/+5
2017-06-13Sync ARM assembly up to 609b0852e4d50251857dbbac3141ba042e35a9ae.David Benjamin2-3/+20
2017-06-13ARMv4 assembly pack: allow Thumb2 even in iOS build, and engage it in most mo...David Benjamin1-1/+1
2017-06-13ARMv4 assembly pack: implement support for Thumb2.David Benjamin1-5/+40
2017-06-13Revert "Use unified ARM assembly."David Benjamin1-6/+4
2017-06-08Use unions rather than aliasing when possible.David Benjamin2-32/+22
2017-06-01Move AES-GCM-SIV out from SMALL and handle unaligned keys.Adam Langley1-5/+0
2017-06-01Convert a number of tests to GTest.David Benjamin2-356/+198
2017-05-12Remove filename argument to x86 asm_init.David Benjamin1-1/+1
2017-04-27Revise OPENSSL_ia32cap_P strategy to avoid TEXTRELs.David Benjamin1-2/+2
2017-04-27Add an OPENSSL_ia32cap_get() function for C code.David Benjamin1-3/+4
2017-04-21Tidy up aesni_gcm_crypt logic.David Benjamin4-18/+17
2017-04-21Switch constant-time functions to using |crypto_word_t|.Adam Langley1-2/+2
2017-04-21Move modes/ into the FIPS moduleAdam Langley14-0/+8360