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 년 전