2 コミット (c90be3b1430ef904f4060a3b886b54de22d2e2d6)

作成者 SHA1 メッセージ 日付
  David Benjamin 6758d043bb Convert bn_test to GTest. 7年前
  Adam Langley 5c38c05b26 Move bn/ into crypto/fipsmodule/ 7年前
  David Benjamin a5237972fa Don't test quite so many primes. 7年前
  David Benjamin 6c679e1b3b Tidy up primality code. 7年前
  Adam Langley 696b6b50b0 Fix several issues with prime numbers. 7年前
  David Benjamin bc6a76b0e0 Align BN_rand_range_ex with FIPS 186-4. 7年前
  Rob Sloan b987355a10 Add BN_is_pow2, BN_mod_pow2, and BN_nnmod_pow2. 7年前
  David Benjamin d103616db1 bn/asm/x86_64-mont5.pl: fix carry bug in bn_sqr8x_internal. 7年前
  David Benjamin 0a211dfe91 Remove BN_FLG_CONSTTIME. 7年前
  Rob Sloan 45573cc04d Add Little-endian BIGNUM conversions 7年前
  Rob Sloan 2ee1edfb7e Add BN_get_u64 so that Android doesn't have to reach into the BIGNUM structs 7年前
  David Benjamin 17cf2cb1d2 Work around language and compiler bug in memcpy, etc. 7年前
  Brian Smith 9f05de4ebb Remove the non-no_branch branch of BN_div. 8年前
  David Benjamin bd691756f2 Test that BN_mod_sqrt detects quadratic non-residues. 8年前
  David Benjamin 55a1eccc0c Don't allow BN_mod_sqrt(0) to return P in tests. 8年前
  David Benjamin 4008c7a80d Fix some more negative zeros and add tests for each case. 8年前
  David Benjamin a7f56f0bfb Use scopers a little more. 8年前
  David Benjamin 0838721264 Fix bn_test under malloc tests. 8年前
  David Benjamin 3ba2ae0417 Define __STDC_CONSTANT_MACROS in bn_test.cc. 8年前
  David Benjamin 40a63113e4 Add BN_set_u64. 8年前
  Matt Braithwaite d17d74d73f Replace Scoped* heap types with bssl::UniquePtr. 8年前
  David Benjamin 7c04075617 Rewrite BN_bn2dec. 8年前
  Steven Valdez cb96654404 Adding ARRAY_SIZE macro for getting the size of constant arrays. 8年前
  David Benjamin d224d52aba Add constants for BN_rand and use them. 8年前
  David Benjamin 899b9b19a4 Ensure |BN_div| never gives negative zero in the no_branch code. 8年前
  David Benjamin 2b314fa3a9 Tolerate -0 better in BN_bn2{dec,hex} 8年前
  David Benjamin ccd511e499 Add a test for BN_cmp_word. 8年前
  Brian Smith 286fbf2ce0 Add tests for |BN_mod_inverse| with modulus 1. 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年前
  David Benjamin 4748944644 Reorder functions in bn_test. 8年前
  David Benjamin ffb7adccc7 Convert BN_mod_sqrt tests to bn_tests.txt. 8年前
  David Benjamin 4cb00ba08c Convert test_exp to bn_tests.txt. 8年前
  David Benjamin ad6d33c70d Convert test_mod_exp_mont5 test vectors. 8年前
  David Benjamin 45a8c8a3c4 Convert test_mod_exp and test_mod_exp_consttime. 8年前
  David Benjamin 28a8c2fe25 Fold the rest of test_sqrt into TestSquare. 8年前
  David Benjamin 5a13e40ab6 Convert test_mont and test_mod_mul to bn_tests.txt. 8年前
  David Benjamin e8317a5530 Add tests for BN_nnmod. 8年前
  David Benjamin 7819409e13 Generate more test data in test_mont. 8年前
  David Benjamin 56cbbe5b8d Use BN_set_bit in TestLShift1. 8年前
  Brian Smith 3d4030b5f7 Test |BN_uadd| and |BN_usub|. 8年前
  Brian Smith e4bf8b3e05 Test aliasing in |BN_add| and |BN_sub|. 8年前
  Brian Smith fe47ba2fc5 Test |BN_add_word| and |BN_sub_word|. 8年前
  Brian Smith b72f66f59c Test |BN_mod_exp_mont| with zero and even modulus too. 8年前
  David Benjamin 32a3780bab Move more non-bc tests down. 8年前
  David Benjamin dcc5531af7 Move the remaining bad modulus tests out of bc test functions. 8年前
  David Benjamin 96f9447e3e Fix naming of non-bc bn_tests. 8年前
  David Benjamin 8b66feffa2 Convert test_div, test_mod, and test_div_word to file_test. 8年前