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-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
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-12Fix cross-module errors.David Benjamin
2015-02-10Precompute sorted array for error strings.Adam Langley
2015-02-10Fix memory leak on malloc failure.David Benjamin
2015-02-09Fix some unchecked mallocs.David Benjamin
2015-02-02Remove string.h from base.h.Adam Langley
2015-01-29Change CMakeLists.txt to two-space indent.Adam Langley
2015-01-26Fix segfault with empty fields as last in the config.David Benjamin
2015-01-26Use inner algorithm when printing certificate.David Benjamin
2015-01-15Tag a number of globals as const.David Benjamin
2015-01-09Fix various certificate fingerprint issues.Adam Langley
2015-01-06Fix a couple of minor compiler warnings.Adam Langley
2014-11-19Add malloc failure tests.Adam Langley