40 コミット (9f33fc63c6219dd43db438d2ffaca480f1b4bb5d)

作成者 SHA1 メッセージ 日付
  David Benjamin 9f33fc63c6 Remove hash table lookups from ex_data. 9年前
  Adam Langley c3ef76f327 Compatibility changes for wpa_supplicant and OpenSSH. 9年前
  Adam Langley 683d7bd20a Convert BN_MONT_CTX to new-style locking. 9年前
  Brian Smith c82a00d818 Replace MD5 in examples with SHA-256. 9年前
  Brian Smith 054e682675 Eliminate unnecessary includes from low-level crypto modules. 9年前
  Brian Smith a039d70270 Enable MSVC warning C4701, use of potentially uninitialized variable. 9年前
  Brian Smith 83a82981dc Rename BIO_print_errors_fp back to ERR_print_errors_fp & refactor it. 9年前
  Adam Langley 33672736b7 Get rid of the THREADID stuff. 9年前
  Adam Langley 20b64fd19d Export the PSS padding functions. 9年前
  Håvard Molland ab2479a08a Clean up error reporting. 9年前
  Brian Smith a42b4163f8 Remove remaining remnants of RIPEMD-160 support. 9年前
  Brian Smith 28120a18f6 Fix mistaken use of CRYPTO_EX_INDEX_DSA in rsa.c. 9年前
  Adam Langley 5f5bf6f210 Don't add another error to the queue when RSA_private_transform fails. 9年前
  David Benjamin 6eb000dbee Add in missing curly braces part 3. 9年前
  Adam Langley 29b186736c Precompute sorted array for error strings. 9年前
  Adam Langley 2b2d66d409 Remove string.h from base.h. 9年前
  Brian Smith efed2210e8 Enable more warnings & treat warnings as errors on Windows. 9年前
  Adam Langley 4a0f0c4910 Change CMakeLists.txt to two-space indent. 9年前
  David Benjamin c61517cb5a Define the error case's output in RSA_message_index_PKCS1_type_2. 9年前
  David Benjamin a6d81018f8 Consistently use RAND_bytes and check for failure. 9年前
  David Benjamin c20febe177 Add EVP_PKEY_supports_digest. 10年前
  David Benjamin fb3ff2c66c Don't compare signed vs. unsigned. 10年前
  David Benjamin a70c75cfc0 Add a CRYPTO_library_init and static-initializer-less build option. 10年前
  David Benjamin c44d2f4cb8 Convert all zero-argument functions to '(void)' 10年前
  Adam Langley 6bc658d2e3 Split off private_transform function in RSA. 10年前
  David Benjamin 8cc0b24cdd Spell Bleichenbacher's name right. 10年前
  David Benjamin 61b66ffcc2 Fix error-handling bugs. 10年前
  Adam Langley 05b7377065 Add RSA_check_key function. 10年前
  David Benjamin 0aa0767340 Improve constant-time padding check in RSA key exchange. 10年前
  Adam Langley 794bf6e0ce Fix OAEP with non-SHA hash functions. 10年前
  David Benjamin ecc0ce7e67 Introduce EVP_PKEY_is_opaque to replace RSA_METHOD_FLAG_NO_CHECK. 10年前
  David Benjamin e14dcc45e8 Remove RSA_SSLV23_PADDING. 10年前
  David Benjamin b5d725df63 Fix limit checks in RSA padding functions. 10年前
  Adam Langley 4c921e1bbc Move public headers to include/openssl/ 10年前
  David Benjamin 925fee36e1 Add a size hook to RSA_METHOD. 10年前
  Adam Langley 6887edb917 Improvements in constant-time OAEP decoding. 10年前
  Adam Langley 409766d218 Add function to recover RSA CRT params. 10年前
  Adam Langley acff73f227 Constant-time, RSA PMS processing. 10年前
  Adam Langley 7d0a1d680c Fix padding side-channels. 10年前
  Adam Langley 95c29f3cd1 Inital import. 10年前