17 コミット (cff0b90cbb68246b93f4894177f3ba545caf6e65)

作成者 SHA1 メッセージ 日付
  Adam Langley 26c2b929ba Switch nonce type in chacha_vec.c to uint32_t. 9年前
  Adam Langley d306f165a4 Don't require the ChaCha nonce to be aligned on ARM. 9年前
  Adam Langley 868c7ef1f4 Don't assume alignment of ChaCha key on ARM. 9年前
  Adam Langley 2b2d66d409 Remove string.h from base.h. 9年前
  Brian Smith efed2210e8 Enable more warnings & treat warnings as errors on Windows. 9年前
  Douglas Katzman 0bb81fcd66 Fix misleading comment. 9年前
  Adam Langley ab21891e34 Add a script to generate the ChaCha ARM asm. 9年前
  Adam Langley be629e0e92 Another fix for the regenerated chacha_vec_arm.S. 9年前
  Adam Langley d5c0980e33 Update the command line for generating the ChaCha asm. 9年前
  Adam Langley 8de7597af3 Don't require alignment in ChaCha20 on ARM. 9年前
  Adam Langley 4a0f0c4910 Change CMakeLists.txt to two-space indent. 9年前
  Adam Langley 60d612fdcf Fix ARM build with OPENSSL_NO_ASM. 10年前
  Adam Langley eb7d2ed1fe Add visibility rules. 10年前
  Adam Langley 4c921e1bbc Move public headers to include/openssl/ 10年前
  Adam Langley 0113a4fb60 Support building with PNaCl. 10年前
  Adam Langley d031f11596 Remove |num_rounds| argument from chacha_core. 10年前
  Adam Langley de0b202684 ChaCha20-Poly1305 support. 10年前