56 次程式碼提交 (72bc2328b104dde7a60d0b513c5ea95e73d5ca18)

作者 SHA1 備註 提交日期
  David Benjamin eaa80b7069 Remove DSA k+q kludge. 6 年之前
  David Benjamin f4b708cc1e Add a function which folds BN_MONT_CTX_{new,set} together. 6 年之前
  David Benjamin 2056d7290a Remove DSA_sign_setup too. 7 年之前
  David Benjamin 81f030b106 Switch OPENSSL_VERSION_NUMBER to 1.1.0. 8 年之前
  David Benjamin 808f832917 Run the comment converter on libcrypto. 7 年之前
  David Benjamin 27e377ec65 Fix miscellaneous clang-tidy warnings. 7 年之前
  David Benjamin d94682dce5 Remove ex_data's dup hook. 7 年之前
  Adam Langley 5c38c05b26 Move bn/ into crypto/fipsmodule/ 7 年之前
  David Benjamin 6b0edfb9e6 Add a common TestEventListener for the error queue. 7 年之前
  David Benjamin 966284337d Do a cursory conversion of a few tests to GTest. 7 年之前
  David Benjamin 0a211dfe91 Remove BN_FLG_CONSTTIME. 7 年之前
  David Benjamin 0b8dc30932 Don't use BN_mod_inverse for inverses mod p in RSA keygen. 7 年之前
  David Benjamin d17d1dae84 Convert dsa_test to C++. 7 年之前
  David Benjamin 17cf2cb1d2 Work around language and compiler bug in memcpy, etc. 7 年之前
  David Benjamin 5a91503826 Add various 1.1.0 accessors. 8 年之前
  Brian Smith 4edca0b308 Add BN_rand_range_ex and use internally. 8 年之前
  David Benjamin aaa39e97f4 Don't rely on BN_FLG_CONSTTIME in the DSA code. 8 年之前
  David Benjamin 99c752ad52 Compute kinv in DSA with Fermat's Little Theorem. 8 年之前
  David Benjamin 26b7c35d8c Fix DSA, preserve BN_FLG_CONSTTIME 8 年之前
  Brian Smith d035730ac7 Make return value of |BN_MONT_CTX_set_locked| int. 8 年之前
  David Benjamin 3d38c03a8e Fix a few more missing CBB_cleanups. 8 年之前
  David Benjamin 2dc469e066 Remove dead header file. 8 年之前
  David Benjamin df98a7ad3a Reimplement DSA_size without crypto/asn1. 8 年之前
  David Benjamin fda22a7573 Reimplement DSA parsing logic with crypto/asn1. 8 年之前
  David Benjamin 3cadf63c68 Remove DSA write_params. 8 年之前
  Brian Smith 5ba06897be Don't cast |OPENSSL_malloc|/|OPENSSL_realloc| result. 8 年之前
  David Benjamin 2936170d68 Fix memory leak in DSA redo case. 8 年之前
  David Benjamin 8a58933db0 Remove the CRYPTO_EX_new callback. 9 年之前
  David Benjamin e8f783ac0d Unwind DH_METHOD and DSA_METHOD. 9 年之前
  David Benjamin 301afaf223 Add a run_tests target to run all tests. 9 年之前
  David Benjamin 79680ffaed Fix various malloc failure codepaths. 9 年之前
  David Benjamin 68b4e8933e Slightly simplify some DSA logic. 9 年之前
  David Benjamin 8d100366e5 Fix dsa keygen for too-short seed 9 年之前
  Adam Langley 73415b6aa0 Move arm_arch.h and fix up lots of include paths. 9 年之前
  David Benjamin 3570d73bf1 Remove the func parameter to OPENSSL_PUT_ERROR. 9 年之前
  David Benjamin 3fa65f0f05 Fix some malloc test crashs. 9 年之前
  David Benjamin 0b635c52b2 Add malloc test support to unit tests. 9 年之前
  Adam Langley 0da323a8b8 Convert reference counts in crypto/ 9 年之前
  David Benjamin 22ccc2d8f1 Remove unnecessary NULL checks, part 1. 9 年之前
  David Benjamin 9f33fc63c6 Remove hash table lookups from ex_data. 9 年之前
  Adam Langley 683d7bd20a Convert BN_MONT_CTX to new-style locking. 9 年之前
  Brian Smith 054e682675 Eliminate unnecessary includes from low-level crypto modules. 9 年之前
  Brian Smith 9da82c1ccc Remove superfluous crypto/bio dependencies from tests. 9 年之前
  David Benjamin c9a202fee3 Add in missing curly braces part 1. 9 年之前
  Adam Langley 29b186736c Precompute sorted array for error strings. 9 年之前
  Adam Langley 2b2d66d409 Remove string.h from base.h. 9 年之前
  Adam Langley 4a0f0c4910 Change CMakeLists.txt to two-space indent. 9 年之前
  David Benjamin 95e18c52f2 Fix DER checks for DSA_check_signature and add tests. 9 年之前
  Adam Langley ca9a538aa0 Fix various certificate fingerprint issues. 9 年之前
  David Benjamin f49196052c Tidy up DSA paramgen stylistically. 9 年之前