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-07-12Change |EVP_PKEY_up_ref| to return int.Adam Langley
2016-07-12Revert "Move C++ helpers into |bssl| namespace."Adam Langley
2016-07-12Revert scoped_types.h change.Adam Langley
2016-07-12Remove scoped_types.h.Adam Langley
2016-07-12Move C++ helpers into |bssl| namespace.Adam Langley
2016-06-16Unwind X509_LU_RETRY and fix a lot of type confusion.David Benjamin
2016-06-14Remove ASN.1 print hooks.David Benjamin
2016-06-14Avoid illegal pointers in asn1_string_canon.David Benjamin
2016-06-09Ensure verify error is set when X509_verify_cert() fails.David Benjamin
2016-06-01Split unlock functions into read/write variants.David Benjamin
2016-05-13Make i2d_X509_AUX work if *pp = NULL.David Benjamin
2016-05-03Add size limit to X509_NAME structure.David Benjamin
2016-05-03Sync with upstream on i2d_X509_AUX.David Benjamin
2016-05-03Add checks to X509_NAME_oneline()David Benjamin
2016-05-03Sanity check buffer length.David Benjamin
2016-05-02Start assuming MSVC 2015.David Benjamin
2016-04-29Fix d2i_X509_AUX.David Benjamin
2016-04-26Ensure we check i2d_X509 return valSteven Valdez
2016-03-28Fix some malloc test failures.David Benjamin
2016-03-26Fix build when using Visual Studio 2015 Update 1.Brian Smith
2016-03-17Don't shift serial number into sign bitDavid Benjamin
2016-03-15Align with upstream's error strings, take two.David Benjamin
2016-03-12Match upstream's error codes for the old sigalg code.David Benjamin
2016-03-02Bring back |verify_store|.Adam Langley
2016-02-27Move all signature algorithm code to crypto/x509.David Benjamin
2016-02-27Move X.509 signature algorithm tests to the crypto/x509 layer.David Benjamin
2016-02-25Fix missing ok=0 with cert verification.Steven Valdez
2016-02-25Revert "Fix missing ok=0 with cert verification."David Benjamin
2016-02-25Fix missing ok=0 with cert verification.Steven Valdez
2016-02-24BIO_new_mem_buf should take const void *Steven Valdez
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