26 コミット (aedf303cc2edbe3fc404b73186477cbb614b65ad)

作成者 SHA1 メッセージ 日付
  David Benjamin b1133e9565 Fix up macros. 8年前
  Adam Langley 4467e59bc8 Add PPC64LE assembly for AES-GCM. 8年前
  David Benjamin a97919791b Use C99 for size_t loops in gcm.c. 8年前
  David Benjamin 54091230cd Use C99 for size_t loops. 8年前
  David Benjamin be12248829 Fix aarch64 build. 8年前
  David Benjamin f41bb59703 Remove unused functions. 8年前
  Brian Smith b4e3e694e8 Use correct counter after invoking stitched AES-NI GCM code. 8年前
  Brian Smith a3d9528e9e Unify AEAD and EVP code paths for AES-GCM. 8年前
  Brian Smith 11676a7399 Use |kSizeTWithoutLower4Bits| in crypto/modes/gcm.c. 8年前
  Brian Smith 5ba06897be Don't cast |OPENSSL_malloc|/|OPENSSL_realloc| result. 8年前
  David Benjamin 2077cf9152 Use UINT64_C instead of OPENSSL_U64. 9年前
  Adam Langley 0f9f0ead2e Fix the shared builders by exporting GCM symbols. 9年前
  Brian Smith 0f8bfdeb33 Make |gcm128_context| memcpy-safe. 9年前
  Brian Smith 3f3f25d8a2 Fix constness of |gcm128_context.key|. 9年前
  Brian Smith eca509c8da Clarify confusing conditionals in crypto/gcm/gcm.c. 9年前
  Adam Langley 6a7cfbe06a Allow ARM capabilities to be set at compile time. 9年前
  Adam Langley 73415b6aa0 Move arm_arch.h and fix up lots of include paths. 9年前
  Brian Smith 78fe4fd297 Fix more warnings about old-style prototypes. 9年前
  David Benjamin 6eb000dbee Add in missing curly braces part 3. 9年前
  Adam Langley 2b2d66d409 Remove string.h from base.h. 9年前
  Adam Langley 3e6526575a aarch64 support. 9年前
  Adam Langley 98ad22ec7a Fix "integer constant is too large for 'long' type" errors. 10年前
  David Benjamin 5213df4e9e Prefer AES-GCM when hardware support is available. 10年前
  Adam Langley 3f4e13c7da Fix GCM in non-AESNI mode. 10年前
  Adam Langley 6a57f92195 bn/asm/armv4-gf2m.pl, modes/asm/ghash-armv4.pl: faster multiplication algorithm suggested in following paper: 10年前
  Adam Langley 95c29f3cd1 Inital import. 10年前