82 커밋 (399e7c94bfac09a64db3aff020952ee2f8363c56)

작성자 SHA1 메시지 날짜
  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 년 전
  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 년 전