summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2016-11-04Update misc function params in libssl for size_tMatt Caswell
2016-11-04Convert some libssl local functions to size_tMatt Caswell
2016-11-04Update cookie_len for size_tMatt Caswell
2016-11-04Update numerous misc libssl fields to be size_tMatt Caswell
2016-11-04Convert session_id_length and sid_ctx_len to size_tMatt Caswell
2016-11-04Convert master_secret_size code to size_tMatt Caswell
2016-11-04Convert various mac_secret_size usage to size_tMatt Caswell
2016-11-04Convert ssl3_cbc_digest_record for size_tMatt Caswell
2016-11-04Convert some misc record layer functions for size_tMatt Caswell
2016-11-04Convert SSL3_RECORD_clear() and SSL3_RECORD_release() to size_tMatt Caswell
2016-11-04Convert libssl writing for size_tMatt Caswell
2016-11-04Further libssl size_t-ify of readingMatt Caswell
2016-11-04Convert record layer to use size_tMatt Caswell
2016-11-04Remove an unused field in ossl_shimMatt Caswell
2016-11-04Add a wildcard exception for TLS13 testsMatt Caswell
2016-11-04Swap header copyrights to standard OpenSSLMatt Caswell
2016-11-04Add missing bn.h includeMatt Caswell
2016-11-04Update the BoringSSL suppressions file based on the latest shimMatt Caswell
2016-11-04Rename BoringSSL style OPENSSL_WINDOWS to OPENSSL_SYS_WINDOWSMatt Caswell
2016-11-04Fix a code inconsistencyMatt Caswell
2016-11-04Remove some #if 0'd out codeMatt Caswell
2016-11-04Removed scoped_types.hMatt Caswell
2016-11-04Remove some flags that are unused in the shimMatt Caswell
2016-11-04Use the -allow-unimplemented feature of the BoringSSL runnerMatt Caswell
2016-11-04Remove unused BoringSSL specific flagsMatt Caswell
2016-11-04Remove some unreferenced fields from TestStateMatt Caswell
2016-11-04Remove some #if 0'd out codeMatt Caswell
2016-11-04Fix argument order in documentationMatt Caswell
2016-11-04Remove test/ossl_shim/MakefileMatt Caswell
2016-11-04Add documentation on the BoringSSL test suite integrationMatt Caswell
2016-11-04Add -std=c++11 to CXXFLAGSMatt Caswell
2016-11-04Fix some unused variable warnings in ossl_shimMatt Caswell
2016-11-04Add a comment to 90-test_external.t to explain why we need filter_runMatt Caswell
2016-11-04Convert 90-test_external.t to using "executable" rather than "system"Richard Levitte
2016-11-04Control building of ossl_shim through ConfigureMatt Caswell
2016-11-04Integrate ossl_shim into the buildRichard Levitte
2016-11-04Add a shim config fileMatt Caswell
2016-11-04Add ossl_shim to .gitignoreMatt Caswell
2016-11-04Rebase shim against latest boringssl codeMatt Caswell
2016-11-04Add a test to call the BoringSSL test suiteMatt Caswell
2016-11-04Integrate BoringSSL shimMatt Caswell
2016-11-04Don't assume to know the shared library extensionRichard Levitte
2016-11-03Update CRYPTO_set_mem_debug() docRich Salz
2016-11-03Enable memory debugging while testingRichard Levitte
2016-11-03test/shlibloadtest: small fixesRichard Levitte
2016-11-03Clang doesn't like -znodelete, make it a linker flag insteadRichard Levitte
2016-11-03Clean away remaining 'selftest' codeRichard Levitte
2016-11-03Finally, add a test recipe for the internal testsRichard Levitte
2016-11-03Convert mdc2 test print to internal testRichard Levitte
2016-11-03Convert x509 selftests to internal testRichard Levitte