32 コミット (6fdea2aba9b75a5be58db21fb9eda43f48d778b9)

作成者 SHA1 メッセージ 日付
  David Benjamin aff72a3805 Add the start of standalone iOS build support. 7年前
  David Benjamin 7e9949c30b Import additional test vectors from RFC 8032. 7年前
  David Benjamin 7dd4e429a5 Convert x25519_test to GTest. 7年前
  Adam Langley 772a5bed7d Reorder the X25519 ladderstep stack frame on x86-64. 7年前
  David Benjamin 5c9d411e14 Fix some compact unwind errors. 7年前
  Adam Langley 3f38d80b2f Add CFI information to the x86-64 X25519 asm. 7年前
  David Benjamin 17cf2cb1d2 Work around language and compiler bug in memcpy, etc. 7年前
  Ladar Levison c034e2d3ce Add ED25519_keypair_from_seed. 8年前
  David Benjamin 997c706d43 Remove no-op loops in curve25519.c. 8年前
  Matt Braithwaite d17d74d73f Replace Scoped* heap types with bssl::UniquePtr. 8年前
  Adam Langley 10f97f3bfc Revert "Move C++ helpers into |bssl| namespace." 8年前
  Adam Langley d2b5af56cf Revert scoped_types.h change. 8年前
  Adam Langley 8c3c3135a2 Remove scoped_types.h. 8年前
  Adam Langley 09feb0f3d9 Move C++ helpers into |bssl| namespace. 8年前
  Adam Langley fd4d67cb5b Always generate X25519 private keys that need to be masked. 8年前
  David Benjamin 1e3376a790 Add missing copyright header. 8年前
  David Benjamin 08791e6756 Appease sanitizers in x25519_ge_scalarmult. 8年前
  David Benjamin 05c7bb4565 Avoid shifting negative numbers in curve25519. 8年前
  David Benjamin 3cd8196f14 Mark all curve25519 tables const. 8年前
  Arnar Birgisson f27459e412 Add SPAKE2 over Ed25519. 8年前
  Adam Langley 815b12ece6 ed25519: Don't negate output when decoding. 8年前
  William Hesse bf3335c621 Add #ifdef guards to crypto/curve25519 assembly files. 8年前
  David Benjamin 415564fe2c Update draft-irtf-cfrg-curves-11 references to RFC 7748. 8年前
  Adam Langley dd1f6f4fba Rename the curve25519 precomputed tables. 8年前
  Adam Langley 7b8b9c17db Include 'asm' in the name of X25519 asm sources. 8年前
  Adam Langley e6c540290d Don't build X25519 asm code when NO_ASM is set. 8年前
  Adam Langley 77a173efed Add x86-64 assembly for X25519. 9年前
  Adam Langley 77c3c0b025 Enable Ed25519 when building with OPENSSL_SMALL. 8年前
  David Benjamin fba735cfd8 Register the *25519 tests as dependencies of all_tests. 9年前
  Adam Langley b1b6229fc8 Add NEON implementation of curve25519. 9年前
  Adam Langley 3ac32b1eda Fix curve25519 code for MSVC. 9年前
  Adam Langley 4fb0dc4b03 Add X25519 and Ed25519 support. 9年前