105 コミット (9f897b25800d2f54f5c442ef01a60721aeca6d87)

作成者 SHA1 メッセージ 日付
  David Benjamin c3ae38b4f8 Remove DH EVP_PKEY hooks. 9年前
  Brian Smith a3d9de05fb Add |EC_GROUP_get0_order| to replace |EC_GROUP_get_order|. 9年前
  David Benjamin 28243c08db Add PSS parameter check. 9年前
  David Benjamin cb852981cd Fix leak with ASN.1 combine. 9年前
  David Benjamin 758d12732a Add get0 getters for EVP_PKEY. 9年前
  David Benjamin 20c373118c Become partially -Wmissing-variable-declarations-clean. 9年前
  David Benjamin ef14b2d86e Remove stl_compat.h. 9年前
  Adam Langley d9e817309a Fix several warnings that arise in Android. 9年前
  Brian Smith 659806d7ff Don't default to SHA-1 in |EVP_DigestSignInit|/|EVP_DigestVerifyInit|. 9年前
  David Benjamin 301afaf223 Add a run_tests target to run all tests. 9年前
  Eric Roman 63fa118f3a Reject iterations=0 when calling PKCS5_PBKDF2_HMAC(). 9年前
  David Benjamin 93d8cf557f Add various tests for d2i_PrivateKey. 9年前
  David Benjamin 382bc29251 Defensively avoid assuming d2i functions don't advance on error. 9年前
  David Benjamin 15e4deb165 d2i: don't update input pointer on failure 9年前
  David Benjamin 4c60d356a9 Work around even more Estonian ID card misissuances. 9年前
  David Benjamin c71567dd50 Update the Estonian workaround comments. 9年前
  Brian Smith 1f5e9456a9 Remove superfluous SHA-1 dependency from EVP ECDSA code. 9年前
  David Benjamin 231cb82145 Work around broken Estonian smart cards. Again. 9年前
  Adam Langley 73415b6aa0 Move arm_arch.h and fix up lots of include paths. 9年前
  Matt Braithwaite 685402fadd Recognize PEM-encoded DSA private keys. 9年前
  Brian Smith 21cdada609 Fix warning about unused |EVP_PKEY_METHOD.ctrl_str|. 9年前
  Brian Smith 906e2993a8 Fix Windows build. 9年前
  David Benjamin 50f1d00bee RT3774: double-free in DSA 9年前
  David Benjamin 3570d73bf1 Remove the func parameter to OPENSSL_PUT_ERROR. 9年前
  David Benjamin 34248d4cb7 Get rid of err function codes. 9年前
  David Benjamin 7f15ff53d8 Rename crypto/{bn,evp}/asn1.c. 9年前
  David Benjamin 74f711083d Parse RSAPrivateKey with CBS. 9年前
  David Benjamin c0e245a546 Parse RSAPublicKey with CBS. 9年前
  David Benjamin 2e40091dd4 PKCS8_pkey_set0 doesn't take ownership on error. 9年前
  David Benjamin 87897a8cea Implement ECDSA_SIG_{parse,marshal} with crypto/bytestring. 9年前
  David Benjamin a31c5bf2cc Make pem_str const-correct. 9年前
  David Benjamin 42ae3adcf6 Remove info field on EVP_PKEY_ASN1_METHOD. 9年前
  David Benjamin cce5a98efb Remove EVP_PKEY_dup. 9年前
  David Benjamin 65ee9b7ce9 Remove EVP_PKEY_HMAC. 9年前
  Matt Braithwaite e65886a520 dsa_pub_encode: Write out DSA parameters (p, q, g) in addition to key. 9年前
  Adam Langley 839b881c61 Multi-prime RSA support. 9年前
  David Benjamin e216288109 Unexport and prune EVP_MD_CTX flags. 9年前
  David Benjamin af8731f7a5 Remove HMAC_CTX_set_flags. 9年前
  David Benjamin 2c3679210e EVP_Digest*Update, EVP_DigestFinal, and HMAC_Update can never fail. 9年前
  Matt Braithwaite 444dce4934 Do-nothing fns |OpenSSL_add_all_ciphers| and |OpenSSL_add_all_digests|. 9年前
  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年前