40 次代码提交 (bd15a8e74894616ca8ad04fc2942b958f99000a1)

作者 SHA1 备注 提交日期
  David Benjamin 91af02a9db Add some comments and tweak assertions for cbc.c. 9 年前
  Adam Langley 3d59e04bce Fix test used for not-in-place CBC mode. 9 年前
  David Benjamin 3fa65f0f05 Fix some malloc test crashs. 9 年前
  David Benjamin 0b635c52b2 Add malloc test support to unit tests. 9 年前
  David Benjamin 5694b3a84b Fix invalid assert in CRYPTO_ctr128_encrypt. 9 年前
  David Benjamin 4a5982813f Fix asserts in CRYPTO_ctr128_encrypt_ctr32. 9 年前
  Adam Langley a91fd063cf Don't use .arch in aarch64 asm with Clang. 9 年前
  David Benjamin d8b65c8844 Remove unnecessary NULL checks, part 4. 9 年前
  David Benjamin a383f7c9e2 modes/asm/ghashv8-armx.pl: additional performance data. 9 年前
  David Benjamin 2a2dbaa9e4 Add assembly support for 32-bit iOS. 9 年前
  David Benjamin 96ac819197 Remove inconsistency in ARM support. 9 年前
  David Benjamin 4ae52cddad ARM assembly pack: get ARMv7 instruction endianness right. 9 年前
  David Benjamin d33908e8d6 modes/asm/ghashv8-armx.pl: up to 90% performance improvement. 9 年前
  David Benjamin f06802f1e4 Add arm-xlate.pl and initial iOS asm support. 9 年前
  Brian Smith 054e682675 Eliminate unnecessary includes from low-level crypto modules. 9 年前
  David Benjamin 4616bb1e6e Build 32-bit assembly with SSE2 enabled. 9 年前
  David Benjamin 389939422a ARMv4 assembly pack: add Cortex-A15 performance data. 9 年前
  David Benjamin 09bdb2a2c3 Remove explicit .hiddens from x86_64 perlasm files. 9 年前
  Adam Langley 97999919bb Hide all asm symbols. 9 年前
  David Benjamin 6eb000dbee Add in missing curly braces part 3. 9 年前
  Adam Langley 2b2d66d409 Remove string.h from base.h. 9 年前
  Brian Smith efed2210e8 Enable more warnings & treat warnings as errors on Windows. 9 年前
  Adam Langley 4a0f0c4910 Change CMakeLists.txt to two-space indent. 9 年前
  David Benjamin 8604eda634 Add Broadwell performance results. 9 年前
  Adam Langley 3e6526575a aarch64 support. 9 年前
  Adam Langley 3dfbcc1f25 x86[_64] assembly pack: add Silvermont performance data. 10 年前
  David Benjamin a70c75cfc0 Add a CRYPTO_library_init and static-initializer-less build option. 10 年前
  Adam Langley 98ad22ec7a Fix "integer constant is too large for 'long' type" errors. 10 年前
  David Benjamin c44d2f4cb8 Convert all zero-argument functions to '(void)' 10 年前
  David Benjamin 5213df4e9e Prefer AES-GCM when hardware support is available. 10 年前
  Adam Langley 2cd63877b5 Use unified ARM assembly. 10 年前
  Adam Langley eb7d2ed1fe Add visibility rules. 10 年前
  Adam Langley 4b5979b3fa x86_64 assembly pack: improve masm support. 10 年前
  Adam Langley 2811da2eca x86_64 assembly pack: allow clang to compile AVX code. 10 年前
  Adam Langley 4c921e1bbc Move public headers to include/openssl/ 10 年前
  Adam Langley 3f4e13c7da Fix GCM in non-AESNI mode. 10 年前
  Adam Langley 20c57547d0 ghash-x86_64.pl: optimize for upcoming Atom. 10 年前
  Adam Langley 6a57f92195 bn/asm/armv4-gf2m.pl, modes/asm/ghash-armv4.pl: faster multiplication algorithm suggested in following paper: 10 年前
  Adam Langley d81f801f6d ghash-x86[_64].pl: ~15% improvement on Atom Silvermont 10 年前
  Adam Langley 95c29f3cd1 Inital import. 10 年前