29 コミット (441efad4d7e97f313c7bbfc66252da6fea5c3c7a)

作成者 SHA1 メッセージ 日付
  David Benjamin 929a9d7d42 Don't bother retrying in bn_blinding_create_param. 6年前
  David Benjamin 10443f5a6e Adjust comment on potential R^3 optimization. 6年前
  David Benjamin 38c20fe8d5 Fix threading issues with RSA freeze_private_key. 6年前
  David Benjamin d24cb22c55 Make BN_cmp constant-time. 6年前
  David Benjamin 3b3e12d81e Simplify BN_bn2bin_padded. 6年前
  David Benjamin be837402a9 Make the rest of RSA CRT constant-time. 6年前
  David Benjamin 6f564afbdd Make BN_mod_*_quick constant-time. 6年前
  David Benjamin 08805fe279 Normalize RSA private component widths. 6年前
  David Benjamin 09633cc34e Rename bn->top to bn->width. 6年前
  David Benjamin 76ce04bec8 Fix up BN_MONT_CTX_set with non-minimal values. 6年前
  David Benjamin dc8b1abb75 Do RSA sqrt(2) business in BIGNUM. 6年前
  David Benjamin a0c87adbf0 Add RSA_flags and RSA_METHOD_FLAG_NO_CHECK. 6年前
  David Benjamin 0551feb3a1 Trim some unused RSA flags. 6年前
  David Benjamin ea52ec98a5 Perform the RSA CRT reductions with Montgomery reduction. 6年前
  David Benjamin 8dc226ca8f Add some missing OpenSSL 1.1.0 accessors. 7年前
  David Benjamin 73df153be8 Make BN_generate_dsa_nonce internally constant-time. 7年前
  David Benjamin 55761e6802 Use a higher iteration limit for RSA key generation at e = 3. 7年前
  David Benjamin 81f030b106 Switch OPENSSL_VERSION_NUMBER to 1.1.0. 8年前
  Martin Kreichgauer 6dc892fcdf Remove redundant calls to |OPENSSL_cleanse| and |OPENSSL_realloc_clean|. 7年前
  David Benjamin 808f832917 Run the comment converter on libcrypto. 7年前
  David Benjamin 27e377ec65 Fix miscellaneous clang-tidy warnings. 7年前
  David Benjamin 2ec3b31548 Unify RSA errors somewhat. 7年前
  David Benjamin e55b32ddff Don't crash when decrypting with public keys. 7年前
  Adam Langley 8379978bc8 Allow |RSA_FLAG_NO_BLINDING| to be set with |e| set. 7年前
  David Benjamin d94682dce5 Remove ex_data's dup hook. 7年前
  Martin Kreichgauer 118355c6f0 fipstools: Add a sample binary that exercises methods from the FIPS module. 7年前
  Steven Valdez 467d3220f8 Add FIPS-compliant key generation that calls check_fips for RSA and EC. 7年前
  David Benjamin f99d2c6141 Remove obsolete TODO. 7年前
  Adam Langley 96dec443d9 Move rsa/ to fipsmodule/rsa/ 7年前