1580 Commits (8a55ce4954a2f1cb2827bd993d311b1ebaa8406b)

Author SHA1 Message Date
  Adam Langley 7b668a873e Enable getrandom for entropy gathering. 8 years ago
  David Benjamin 7d7597840f Fix x509v3_cache_extensions locking. 8 years ago
  Adam Langley 5fa2538162 Clean up the GHASH init function a little. 8 years ago
  Adam Langley abd36dd284 Set needed defines for UINT64_C in gcm_test.cc. 7 years ago
  Adam Langley 64a8659b89 Rename BSWAP[48] to CRYPTO_bswap[48] and always define them. 8 years ago
  Adam Langley c629e8b688 Split CRYPTO_ghash_init from CRYPTO_gcm128_init. 8 years ago
  Adam Langley a00cafc50c Drop H (the key) from the GCM context. 8 years ago
  Adam Langley e8bbc6cf6c Assume little-endian in GCM code. 8 years ago
  David Benjamin d8a268261d Simplify rotate_offset computation in EVP_tls_cbc_copy_mac. 8 years ago
  David Benjamin a4ddb6e212 Remove unnecessary constant-time operation. 8 years ago
  David Benjamin 029cce5cfd Tidy up EVP_tls_cbc_copy_mac a little. 8 years ago
  David Benjamin aedf303cc2 Parse the entire PSK extension. 8 years ago
  Steven Valdez a4ee74dadf Skipping early data on 0RTT rejection. 8 years ago
  Adam Langley 509889d3d0 Sync with upstream's version of sha256-armv4.pl. 8 years ago
  David Benjamin f086df9f5f signed char => int8_t. 8 years ago
  David Benjamin e4a9dbcf02 Minor formatting fixups. 8 years ago
  David Benjamin bfe5f08170 Rewrite EC_window_bits_for_scalar_size into a function. 8 years ago
  David Benjamin c6d09e83c7 Check for BN_lshift failure in BN_sqrt. 8 years ago
  David Benjamin 1c68effac9 Fix error code for unreduced x. 8 years ago
  David Benjamin 14ebb4ff27 Don't compute the Kronecker symbol in ec_GFp_simple_set_compressed_coordinates. 8 years ago
  David Benjamin bd691756f2 Test that BN_mod_sqrt detects quadratic non-residues. 8 years ago
  David Benjamin 55a1eccc0c Don't allow BN_mod_sqrt(0) to return P in tests. 8 years ago
  Adam Langley 9b885c5d0f Don't allow invalid SCT lists to be set. 8 years ago
  Doug Kwan 7da8ea72a6 Add forward declaration to avoid a compiler warning 8 years ago
  Doug Kwan 5f04b6bc3a Add ppc64le vector implementation of SHA-1. 8 years ago
  David Benjamin 2aaaa16251 Depend all_tests on p256-x86_64_test. 8 years ago
  David Benjamin 4008c7a80d Fix some more negative zeros and add tests for each case. 8 years ago
  David Benjamin ca0b603153 Remove unnecessary BN_is_negative check in p256-x86_64_test. 8 years ago
  David Benjamin dc16f38685 ec/ecp_nistz256: harmonize is_infinity with ec_GFp_simple_is_at_infinity. 8 years ago
  David Benjamin e1cc35e581 Tolerate cipher changes on TLS 1.3 resumption as a client. 8 years ago
  David Benjamin bca451e085 Remove bssl::Main wrapper in ec_test. 8 years ago
  David Benjamin e36888d91a Rename and document ecp_nistz256_mod_inverse. 8 years ago
  David Benjamin dde19c6cdb Fix booth_recode_w5 comment. 8 years ago
  David Benjamin 4a9313a7e7 Add low-level p256-x86_64 tests. 8 years ago
  David Benjamin 28d1dc8c51 Perform stricter reduction in p256-x86_64-asm.pl. 8 years ago
  Steven Valdez a833c357ed Update to TLS 1.3 draft 18. 8 years ago
  Jinguang Dong 8499621d21 Check for i2d_name_canon failures in x509_name_canon. 8 years ago
  Adam Langley a380f9d199 Always assume little-endian in Poly1305 reference code. 8 years ago
  Adam Langley e4f96d615c Align the non-vector Poly1305 structure. 8 years ago
  David Benjamin 45c844adbe aes/asm/aesp8-ppc.pl: improve [backward] portability. 8 years ago
  David Benjamin 126fa278f8 Don't leak memory on ASN1_GENERALIZEDTIME_adj() error path 8 years ago
  David Benjamin 7f2ee3522d bn/asm/x86_64-mont.pl: fix for CVE-2016-7055 (not affected). 8 years ago
  David Benjamin ec978dd812 Add corpora for fuzzers with fuzzer mode disabled. 8 years ago
  Adam Langley d50f1c8e3d Address review comments from https://boringssl-review.googlesource.com/#/c/11920/2 8 years ago
  Ladar Levison c034e2d3ce Add ED25519_keypair_from_seed. 8 years ago
  David Benjamin dda85e85a0 Remove the last of BIO_print_errors. 8 years ago
  David Benjamin 997c706d43 Remove no-op loops in curve25519.c. 8 years ago
  Adam Langley 489833160b Add d2i_X509_from_buffer. 8 years ago
  David Benjamin 1e5ac5d502 Fix more clang-tidy warnings. 8 years ago
  David Benjamin ea213d1f0b Add missing include. 8 years ago