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
2019-05-10Fix 32-bit Windows build error.lateralusX
2019-05-06Fix X509_LOOKUP_add_dir to work with Windows paths.lateralusX
2016-10-20Support empty hostnames in int_x509_param_set_hosts().Martin Baulig
2016-10-20Update to chromium-stable commit 3cab5572b1fcf5a8f6018529dc30dc8d21b2a4bd.Martin Baulig
2016-10-18Make building tests optional with an ENABLE_TESTS symbolAlexander Köplinger
2016-02-17Slightly simplify and deprecate i2d_{Public,Private}Key.David Benjamin
2016-02-17Implement new SPKI parsers.David Benjamin
2016-01-21Fix build of x509_test.David Benjamin
2016-01-19Import “altchains” support.Adam Langley
2016-01-19OpenSSL reformat x509/, x509v3/, pem/ and asn1/.Adam Langley
2015-12-22Resolve a few old TODOs.David Benjamin
2015-12-22Reject calls to X509_verify_cert that have not been reinitialisedDavid Benjamin
2015-12-16Remove the CRYPTO_EX_new callback.David Benjamin
2015-11-17Check for overflow when parsing a CBS with d2i_*.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-10-26Add a run_tests target to run all tests.David Benjamin
2015-10-26Avoid sticking -1 into a size_t.David Benjamin
2015-10-26Remove dead code in x509_lu.c.David Benjamin
2015-10-26Fix various malloc failure codepaths.David Benjamin
2015-09-29d2i: don't update input pointer on failureDavid Benjamin
2015-09-01Add X509_CRL_up_ref.David Benjamin
2015-08-31Fix memory leaks on error in x_x509a.c.David Benjamin
2015-08-26Move arm_arch.h and fix up lots of include paths.Adam Langley
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-07-08Parse RSAPrivateKey with CBS.David Benjamin
2015-07-08Parse RSAPublicKey with CBS.David Benjamin
2015-06-24Fix signed/unsigned warnings for MSVC.Adam Langley
2015-06-24Restore |X509_REQ_print| and friends, from OpenSSL at ce7e647b.Matt Braithwaite
2015-06-19Restore implementation of |NETSCAPE_SPKI_verify|.Matt Braithwaite
2015-06-16Fix length checks in X509_cmp_time to avoid out-of-bounds reads.David Benjamin
2015-05-21Add malloc test support to unit tests.David Benjamin
2015-05-20Remove last references to named locks.Adam Langley
2015-05-20Remove remaining calls to the old lock functions.Adam Langley
2015-05-20Convert reference counts in crypto/Adam Langley
2015-05-07Switch EVP_PKEY_dup calls to EVP_PKEY_up_ref.David Benjamin
2015-05-05Fix some missing OBJ_dup failure checks.David Benjamin
2015-05-05Require that FOO_free functions do nothing on NULL.David Benjamin
2015-04-16Remove hash table lookups from ex_data.David Benjamin
2015-04-16Remove X509_STORE's ex_data.David Benjamin
2015-04-16Unexpose the generic ex_data functions.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-03-19Fix a failure to NULL a pointer freed on error.David Benjamin
2015-03-19Fix seg fault in ASN1_generate_v3/ASN1_generate_nconfDavid Benjamin
2015-03-19Fix wrong numbers being passed as string lengthsDavid Benjamin
2015-03-06Check public key is not NULL.David Benjamin