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
2016-10-20Update to chromium-stable commit 3cab5572b1fcf5a8f6018529dc30dc8d21b2a4bd.Martin Baulig
2016-10-18Make building tests optional with an ENABLE_TESTS symbolAlexander Köplinger
2016-01-19OpenSSL reformat x509/, x509v3/, pem/ and asn1/.Adam Langley
2015-11-12Become partially -Wmissing-variable-declarations-clean.David Benjamin
2015-10-31Fix several warnings that arise in Android.Adam Langley
2015-10-28Fix all sign/unsigned warnings with Clang and GCC.Adam Langley
2015-10-26Add a run_tests target to run all tests.David Benjamin
2015-10-26do_dirname: Don't change gen on failuresDavid Benjamin
2015-10-26Fix self-signed handling.David Benjamin
2015-09-24Cleaner handling of "cnid" in do_x509_checkDavid Benjamin
2015-08-26Move arm_arch.h and fix up lots of include paths.Adam Langley
2015-08-25In |NCONF_load|, strdup section names rather than adding refs.Matt Braithwaite
2015-07-16Remove the func parameter to OPENSSL_PUT_ERROR.David Benjamin
2015-06-16Rename tabtest.c and v3nametest.cAdam Langley
2015-05-28Add OPENSSL_PUT_ERROR line to X509V3_parse_list.David Benjamin
2015-05-28Fix typo in valid_star.David Benjamin
2015-05-21Add malloc test support to unit tests.David Benjamin
2015-05-20Remove remaining calls to the old lock functions.Adam Langley
2015-05-19Fix use after free in X509.Adam Langley
2015-05-05Remove spurious declarations of |X509V3_EXT_conf| and friends.Matt Braithwaite
2015-05-05Add missing BUF_strdup failure checks.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-04-07Fix the linux_shared bot.David Benjamin
2015-04-03Fix the standalone shared library build.David Benjamin
2015-03-21Clean up error reporting.Håvard Molland
2015-03-19Fix more missing error checks in v3_cpols.cDavid Benjamin
2015-03-19Fix missing return checks in v3_cpols.cDavid Benjamin
2015-02-13Remove support for zero lengths from do_x509_check.Adam Langley
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-13More complete input validation of X509_check_mumble.Adam Langley
2015-02-13Drop hostlen from X509_VERIFY_PARAM_ID.Adam Langley
2015-02-10Precompute sorted array for error strings.Adam Langley
2015-02-09Fix some unchecked mallocs.David Benjamin
2015-02-02Remove string.h from base.h.Adam Langley
2015-01-31Enable more warnings & treat warnings as errors on Windows.Brian Smith
2015-01-30Convert latin-1 files to UTF-8.Adam Langley
2015-01-29Change CMakeLists.txt to two-space indent.Adam Langley
2015-01-15RT3662: Allow leading . in nameConstraintsDavid Benjamin
2015-01-15Tag a number of globals as const.David Benjamin
2015-01-06Fix a couple of minor compiler warnings.Adam Langley
2014-11-06Fix error handling in X509_PURPOSE_add and X509_TRUST_add.David Benjamin
2014-11-06Fix leak in X509V3_EXT_add on error.David Benjamin
2014-10-30Fix standalone bio_test and v3name_test on Win64.David Benjamin
2014-09-12Add a CRYPTO_library_init and static-initializer-less build option.David Benjamin
2014-08-28unifdef a bunch of OPENSSL_NO_* ifdefs.David Benjamin
2014-08-21Convert all zero-argument functions to '(void)'David Benjamin
2014-08-07Add X509_up_ref and use it internally.David Benjamin
2014-07-15Move public headers to include/openssl/Adam Langley