65 Révisions (5f387e38fc406d6e341248865df61dd9d957171f)

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