28 次代码提交 (bd15a8e74894616ca8ad04fc2942b958f99000a1)

作者 SHA1 备注 提交日期
  Matt Braithwaite 444dce4934 Do-nothing fns |OpenSSL_add_all_ciphers| and |OpenSSL_add_all_digests|. 9 年前
  Adam Langley 0da323a8b8 Convert reference counts in crypto/ 9 年前
  Adam Langley 517da2f1ef Add |BIO_up_ref| and |EVP_PKEY_up_ref|. 9 年前
  Brian Smith 054e682675 Eliminate unnecessary includes from low-level crypto modules. 9 年前
  Adam Langley 765b66cf04 Add DSA support to EVP. 9 年前
  David Benjamin 87ac295d5d Remove unused fields from EVP_PKEY. 9 年前
  David Benjamin 067321502d Explicitly document EVP_PKEY_size vs EVP_PKEY_bits. 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 年前
  David Benjamin 689be0f4b7 Reset all the error codes. 9 年前
  Eric Roman 4dcb05729f Remove support for passing a C-String to PKCS5_PBKDF2_HMAC*(). 9 年前
  David Benjamin 1681d79ddf Remove ECDH_KDF_X9_62 and associated EVP glue. 9 年前
  David Benjamin e9e38375a6 Deprecate EVP_PKEY_HMAC. 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 e167976126 Make EVP_DigestVerifyFinal return only zero or one. 10 年前
  David Benjamin 0248889950 Don't mix and match libraries and errors. 10 年前
  David Benjamin 8f160a680b Add EVP_DigestVerifyInitFromAlgorithm and EVP_DigestSignAlgorithm. 10 年前
  David Benjamin c44d2f4cb8 Convert all zero-argument functions to '(void)' 10 年前
  Adam Langley 389e3f0daa Fix minor comment typos. 10 年前
  Adam Langley eb7d2ed1fe Add visibility rules. 10 年前
  Adam Langley 5129e2d695 Align EVP return values with BoringSSL convention. 10 年前
  David Benjamin ecc0ce7e67 Introduce EVP_PKEY_is_opaque to replace RSA_METHOD_FLAG_NO_CHECK. 10 年前
  Adam Langley 4c921e1bbc Move public headers to include/openssl/ 10 年前
  Adam Langley 95c29f3cd1 Inital import. 10 年前