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 the CRYPTO_EX_new callback.David Benjamin
2015-11-12Become partially -Wmissing-variable-declarations-clean.David Benjamin
2015-10-28Fix all sign/unsigned warnings with Clang and GCC.Adam Langley
2015-09-01Add X509_CRL_up_ref.David Benjamin
2015-08-17Fix a couple other leaks on failure in X509_verify_cert.David Benjamin
2015-08-17Fix leak on malloc failure in X509_verify_cert.David Benjamin
2015-07-20Reserve ex_data index zero for app_data.David Benjamin
2015-07-16Remove the func parameter to OPENSSL_PUT_ERROR.David Benjamin
2015-06-16Fix length checks in X509_cmp_time to avoid out-of-bounds reads.David Benjamin
2015-05-20Convert reference counts in crypto/Adam Langley
2015-04-16Remove hash table lookups from ex_data.David Benjamin
2015-04-13Eliminate unnecessary includes from low-level crypto modules.Brian Smith
2015-04-13Enable MSVC warning C4701, use of potentially uninitialized variable.Brian Smith
2015-02-18Remove X509_get_pubkey_parameters.David Benjamin
2015-02-13Update API to use (char *) for email addresses and hostnames.Adam Langley
2015-02-13Set optional peername when X509_check_host() succeeds.Adam Langley
2015-02-13Multiple verifier reference identities.Adam Langley
2015-02-13X509_check_mumble() failure is <= 0, not just 0.Adam Langley
2015-02-13Drop hostlen from X509_VERIFY_PARAM_ID.Adam Langley
2015-02-02Remove string.h from base.h.Adam Langley
2015-01-06Fix a couple of minor compiler warnings.Adam Langley
2014-11-19Add malloc failure tests.Adam Langley
2014-11-11Extra return in check_issued.Adam Langley
2014-08-07Add X509_up_ref and use it internally.David Benjamin
2014-08-04Remove OPENSSL_NO_CHAIN_VERIFYAlex Chernyakhovsky
2014-06-21Fixes to host checking.Adam Langley
2014-06-21For self signed root only indicate one error.Adam Langley
2014-06-21Include TA in checks/callback with partial chains.Adam Langley
2014-06-21Add cert_self_signed function to simplify verify.Adam Langley
2014-06-21Simplify X509_STORE_CTX_get1_chain.Adam Langley
2014-06-21Inital import.Adam Langley