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-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
2015-02-28Add support for reading PKCS#7 data from PEM files.Adam Langley
2015-02-27Add functions to parse and generate PKCS#7 files with CRLs.Adam Langley
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-13New peername element in X509_VERIFY_PARAM_ID.Adam Langley
2015-02-13Multiple verifier reference identities.Adam Langley