65 次代码提交 (5f387e38fc406d6e341248865df61dd9d957171f)

作者 SHA1 备注 提交日期
  David Benjamin 0b635c52b2 Add malloc test support to unit tests. 9 年前
  Adam Langley 0da323a8b8 Convert reference counts in crypto/ 9 年前
  David Benjamin 5c694e3fef Add evp_test, loosely based on upstream's version. 9 年前
  David Benjamin 0f86965ca0 Rename evp_test to evp_extra_test. 9 年前
  Matt Braithwaite 3bf1cca262 Don't report |ERR_R_MALLOC_FAILURE| on failure of |EC_KEY_new_by_curve_name|. 9 年前
  David Benjamin 9a10f8fd88 Switch EVP_PKEY_dup calls to EVP_PKEY_up_ref. 9 年前
  David Benjamin 255fa1be81 Fix EVP_PKEY_assign_DH. 9 年前
  Adam Langley 517da2f1ef Add |BIO_up_ref| and |EVP_PKEY_up_ref|. 9 年前
  David Benjamin cca4ba7611 Remove unnecessary NULL checks, part 3. 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 765b66cf04 Add DSA support to EVP. 9 年前
  David Benjamin f93d737c86 Convert pbkdf_test to C++11. 9 年前
  David Benjamin c2b45a164a Convert evp_test to C++. 9 年前
  David Benjamin 87ac295d5d Remove unused fields from EVP_PKEY. 9 年前
  David Benjamin 4f7783eaea Use EC_KEY_new_by_curve_name. 9 年前
  David Benjamin 7cc29ab833 Take advantage of normalized return values. 9 年前
  David Benjamin e0ba4dddf6 Normalize all EVP_PKEY_CTX_ctrl return values. 9 年前
  David Benjamin bc5d8ee0d4 Route EVP_PKEY_CTRL_GET_RSA_OAEP_LABEL through a CBS. 9 年前
  David Benjamin e60202797d Move EVP_R_COMMAND_NOT_SUPPORTED into individual EVP_PKEY ctrl hooks. 9 年前
  David Benjamin 33c8d60a1f Remove EVP_PKEY_CTRL_DIGESTINIT -2 special-case in md_begin_digest. 9 年前
  Adam Langley 7c21925a10 EC_GROUP_cmp should return zero if the groups match. 9 年前
  Adam Langley 93531bd70f Add the CTX parameter back to EC_GROUP_cmp. 9 年前
  David Benjamin 6eb000dbee Add in missing curly braces part 3. 9 年前
  Adam Langley 29b186736c Precompute sorted array for error strings. 9 年前
  Adam Langley 42ca3a4623 Fix memory-leak in evp_test. 9 年前
  Adam Langley 2b2d66d409 Remove string.h from base.h. 9 年前
  Adam Langley 4a0f0c4910 Change CMakeLists.txt to two-space indent. 9 年前
  Eric Roman bcc4fa87af Add unit-tests for PBKDF2. 9 年前
  Eric Roman 4dcb05729f Remove support for passing a C-String to PKCS5_PBKDF2_HMAC*(). 9 年前
  David Benjamin aa3f6daa86 Tag a number of globals as const. 9 年前
  David Benjamin 1681d79ddf Remove ECDH_KDF_X9_62 and associated EVP glue. 9 年前
  David Benjamin 238510a679 Introduce HMAC_CTX_copy_ex and deprecate HMAC_CTX_copy. 9 年前
  Eric Roman 517073cd4b Set output EC_KEY to NULL when d2i_ECPrivateKey() fails. 9 年前
  Adam Langley 69a01608f3 Add malloc failure tests. 10 年前
  David Benjamin c20febe177 Add EVP_PKEY_supports_digest. 10 年前
  Adam Langley 0e7f89f96c Remove pkey_ctrl. 10 年前
  David Benjamin 817ec3462e Rename example_sign to evp_test. 10 年前
  David Benjamin 8fb19217a0 Allow PKCS#8 in d2i_AutoPrivateKey. 10 年前
  David Benjamin 8cfd8ad144 Remove unused EVP_PKEY_ASN1_METHODs and flags. 10 年前
  David Benjamin 2a0ee112c4 Remove remnants of EVP_MD_FLAG_PKEY_METHOD_SIGNATURE. 10 年前
  David Benjamin e167976126 Make EVP_DigestVerifyFinal return only zero or one. 10 年前
  David Benjamin 0248889950 Don't mix and match libraries and errors. 10 年前
  David Benjamin bc8d737807 Add tests for AlgorithmIdentifier support in EVP. 10 年前
  David Benjamin 8f160a680b Add EVP_DigestVerifyInitFromAlgorithm and EVP_DigestSignAlgorithm. 10 年前
  David Benjamin 75a1dd0dbe Remove EVP_PKEY_CTX case in rsa_pss_to_ctx. 10 年前
  David Benjamin f4b4952719 Fix rsa_pss_to_ctx return value. 10 年前
  David Benjamin 5db5d4e2b0 RSA_encrypt and RSA_sign_raw aren't the same. 10 年前
  David Benjamin a70c75cfc0 Add a CRYPTO_library_init and static-initializer-less build option. 10 年前