40 次程式碼提交 (5c7a4b8c2f9ef0e1d0747ab3617ee7b6157c40b1)

作者 SHA1 備註 提交日期
  David Benjamin 17cf2cb1d2 Work around language and compiler bug in memcpy, etc. 7 年之前
  David Benjamin 54091230cd Use C99 for size_t loops. 8 年之前
  David Benjamin 5a91503826 Add various 1.1.0 accessors. 8 年之前
  Brian Smith 7241ca5ce4 Avoid one |BN_mod_inverse| in |RSA_check_key|. 8 年之前
  Brian Smith 69f0532c85 Use |memcmp| instead of |CRYPTO_memcmp| in |RSA_verify|. 8 年之前
  Brian Smith 9902262af6 Remove redundant check of |sig_len| in |RSA_verify|. 8 年之前
  Brian Smith c0b196d4eb Drop support for engines-provided signature verification. 8 年之前
  David Benjamin 981936791e Remove some easy obj.h dependencies. 8 年之前
  David Benjamin a2f2bc3a40 Align with upstream's error strings, take two. 8 年之前
  David Benjamin fb8e678897 Match upstream's error codes for the old sigalg code. 8 年之前
  Brian Smith 5ba06897be Don't cast |OPENSSL_malloc|/|OPENSSL_realloc| result. 8 年之前
  David Benjamin 8a58933db0 Remove the CRYPTO_EX_new callback. 9 年之前
  David Benjamin 8fb0f525e1 Free BN_MONT_CTX in generic code. 9 年之前
  David Benjamin bb875350b3 Fix ASan bot. 9 年之前
  David Benjamin d93831d71a Make it possible for a static linker to discard unused RSA functions. 9 年之前
  David Benjamin 79680ffaed Fix various malloc failure codepaths. 9 年之前
  Matt Braithwaite 978f16ea08 size_t RSA functions. 9 年之前
  David Benjamin 79c59a30b5 size_t RSA_private_decrypt's input. 9 年之前
  David Benjamin 3570d73bf1 Remove the func parameter to OPENSSL_PUT_ERROR. 9 年之前
  David Benjamin b0acb7743f Export pkcs1_prefixed_msg as RSA_add_pkcs1_prefix. 9 年之前
  Adam Langley 839b881c61 Multi-prime RSA support. 9 年之前
  Adam Langley 0da323a8b8 Convert reference counts in crypto/ 9 年之前
  David Benjamin d8b65c8844 Remove unnecessary NULL checks, part 4. 9 年之前
  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 054e682675 Eliminate unnecessary includes from low-level crypto modules. 9 年之前
  Brian Smith a039d70270 Enable MSVC warning C4701, use of potentially uninitialized variable. 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 年之前
  David Benjamin 6eb000dbee Add in missing curly braces part 3. 9 年之前
  Adam Langley 2b2d66d409 Remove string.h from base.h. 9 年之前
  David Benjamin c20febe177 Add EVP_PKEY_supports_digest. 10 年之前
  Adam Langley 6bc658d2e3 Split off private_transform function in RSA. 10 年之前
  Adam Langley 05b7377065 Add RSA_check_key function. 10 年之前
  David Benjamin ecc0ce7e67 Introduce EVP_PKEY_is_opaque to replace RSA_METHOD_FLAG_NO_CHECK. 10 年之前
  David Benjamin 925fee36e1 Add a size hook to RSA_METHOD. 10 年之前
  Adam Langley 409766d218 Add function to recover RSA CRT params. 10 年之前
  Adam Langley 95c29f3cd1 Inital import. 10 年之前