Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/boringssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-12-16Remove DH EVP_PKEY hooks.David Benjamin
2015-12-15Add |EC_GROUP_get0_order| to replace |EC_GROUP_get_order|.Brian Smith
2015-12-03Add PSS parameter check.David Benjamin
2015-12-03Fix leak with ASN.1 combine.David Benjamin
2015-11-21Add get0 getters for EVP_PKEY.David Benjamin
2015-11-12Become partially -Wmissing-variable-declarations-clean.David Benjamin
2015-11-12Remove stl_compat.h.David Benjamin
2015-10-31Fix several warnings that arise in Android.Adam Langley
2015-10-27Don't default to SHA-1 in |EVP_DigestSignInit|/|EVP_DigestVerifyInit|.Brian Smith
2015-10-26Add a run_tests target to run all tests.David Benjamin
2015-10-13Reject iterations=0 when calling PKCS5_PBKDF2_HMAC().Eric Roman
2015-09-29Add various tests for d2i_PrivateKey.David Benjamin
2015-09-29Defensively avoid assuming d2i functions don't advance on error.David Benjamin
2015-09-29d2i: don't update input pointer on failureDavid Benjamin
2015-09-23Work around even more Estonian ID card misissuances.David Benjamin
2015-09-18Update the Estonian workaround comments.David Benjamin
2015-09-16Remove superfluous SHA-1 dependency from EVP ECDSA code.Brian Smith
2015-09-16Work around broken Estonian smart cards. Again.David Benjamin
2015-08-26Move arm_arch.h and fix up lots of include paths.Adam Langley
2015-08-21Recognize PEM-encoded DSA private keys.Matt Braithwaite
2015-08-07Fix warning about unused |EVP_PKEY_METHOD.ctrl_str|.Brian Smith
2015-08-06Fix Windows build.Brian Smith
2015-08-01RT3774: double-free in DSADavid Benjamin
2015-07-16Remove the func parameter to OPENSSL_PUT_ERROR.David Benjamin
2015-07-16Get rid of err function codes.David Benjamin
2015-07-14Rename crypto/{bn,evp}/asn1.c.David Benjamin
2015-07-08Parse RSAPrivateKey with CBS.David Benjamin
2015-07-08Parse RSAPublicKey with CBS.David Benjamin
2015-07-07PKCS8_pkey_set0 doesn't take ownership on error.David Benjamin
2015-07-07Implement ECDSA_SIG_{parse,marshal} with crypto/bytestring.David Benjamin
2015-07-07Make pem_str const-correct.David Benjamin
2015-07-07Remove info field on EVP_PKEY_ASN1_METHOD.David Benjamin
2015-07-02Remove EVP_PKEY_dup.David Benjamin
2015-06-25Remove EVP_PKEY_HMAC.David Benjamin
2015-06-23dsa_pub_encode: Write out DSA parameters (p, q, g) in addition to key.Matt Braithwaite
2015-06-05Multi-prime RSA support.Adam Langley
2015-06-02Unexport and prune EVP_MD_CTX flags.David Benjamin
2015-06-02Remove HMAC_CTX_set_flags.David Benjamin
2015-06-02EVP_Digest*Update, EVP_DigestFinal, and HMAC_Update can never fail.David Benjamin
2015-05-22Do-nothing fns |OpenSSL_add_all_ciphers| and |OpenSSL_add_all_digests|.Matt Braithwaite
2015-05-21Add malloc test support to unit tests.David Benjamin
2015-05-20Convert reference counts in crypto/Adam Langley
2015-05-12Add evp_test, loosely based on upstream's version.David Benjamin
2015-05-12Rename evp_test to evp_extra_test.David Benjamin
2015-05-09Don't report |ERR_R_MALLOC_FAILURE| on failure of |EC_KEY_new_by_curve_name|.Matt Braithwaite
2015-05-07Switch EVP_PKEY_dup calls to EVP_PKEY_up_ref.David Benjamin
2015-05-07Fix EVP_PKEY_assign_DH.David Benjamin
2015-05-05Add |BIO_up_ref| and |EVP_PKEY_up_ref|.Adam Langley
2015-05-05Remove unnecessary NULL checks, part 3.David Benjamin
2015-04-13Eliminate unnecessary includes from low-level crypto modules.Brian Smith