38 コミット (ac6900b0d3ca57d8b37137209c484a11549a116b)

作成者 SHA1 メッセージ 日付
  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年前
  Adam Langley b2cb0ece76 Fix minor issues found by Clang's analysis. 10年前
  David Benjamin c44d2f4cb8 Convert all zero-argument functions to '(void)' 10年前
  David Benjamin e6e15fc3a1 Use EVP_PKEY_dup instead of manually incrementing the refcount. 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年前
  David Benjamin e14dcc45e8 Remove RSA_SSLV23_PADDING. 10年前
  Adam Langley 4c921e1bbc Move public headers to include/openssl/ 10年前
  David Benjamin 7bf334a9ff Perform bounds checks in hmac_signctx. 10年前
  David Benjamin 9b561e69b6 Fix EVP_PKEY_FLAG_AUTOARGLEN behavior. 10年前
  David Benjamin d970488862 Typo in EVP_PKEY_asn1_find_str. 10年前
  Adam Langley 467c87e318 remove duplicate 0x for default RSASSA-PSS salt len 10年前
  Adam Langley 6887edb917 Improvements in constant-time OAEP decoding. 10年前
  Adam Langley fd772a5aeb AEAD interface. 10年前
  Adam Langley f71a27920a Fix EC crash. 10年前
  Adam Langley 95c29f3cd1 Inital import. 10年前