summaryrefslogtreecommitdiffstats
path: root/test/ossl_shim/ossl_shim.cc
AgeCommit message (Expand)Author
2021-03-26Remove the external BoringSSL testTomas Mraz
2021-03-11Update copyright yearMatt Caswell
2021-02-28test: updates for the new additional MAC_init argumentsPauli
2020-11-02Add more diagnostics to ossl_shimBenjamin Kaduk
2020-07-21Fix API rename issue in shim layer that calls EVP_MAC_CTX_set_paramsShane Lontis
2020-07-16Add SSL_get[01]_peer_certificate()Todd Short
2020-06-13Fix two additional instances of the old EVP_MAC_CTX_ functions being used.Pauli
2020-06-04Update copyright yearMatt Caswell
2020-06-03ossl_shim: const cast the param arguments to avoid errorsPauli
2020-06-03ossl_shim: include core_names.h to resolve undeclared symbolsPauli
2020-05-28ossl_shim: use the correct ticket key call back.Pauli
2020-05-26ossl_shim: add deprecation guards around the -use-ticket-callback option.Pauli
2019-10-17Replace BUF_ string function calls with OPENSSL_ onesRich Salz
2018-12-06Following the license change, modify the boilerplates in test/Richard Levitte
2018-07-26Fix ossl_shim SNI handlingBenjamin Kaduk
2018-05-11Set the ossl_shim to auto retry if not running asynchronouslyMatt Caswell
2018-03-12Don't negotiate TLSv1.3 with the ossl_shimMatt Caswell
2018-03-05Update tests for TLS Ed448Matt Caswell
2018-02-13Update copyright yearMatt Caswell
2018-01-28Get rid of a warning about unused resultsRichard Levitte
2017-09-04Fix an include location problem in the extrended tests.Pauli
2017-03-29More typo fixesFdaSilvaYY
2017-03-14SSL_get_peer_cert_chain() does not work after a resumptionMatt Caswell
2017-03-14Ensure we set the session id context in ossl_shimMatt Caswell
2017-01-09Move extension data into sub-structsRich Salz
2016-11-04Remove an unused field in ossl_shimMatt Caswell
2016-11-04Swap header copyrights to standard OpenSSLMatt Caswell
2016-11-04Add missing bn.h includeMatt Caswell
2016-11-04Rename BoringSSL style OPENSSL_WINDOWS to OPENSSL_SYS_WINDOWSMatt Caswell
2016-11-04Fix a code inconsistencyMatt Caswell
2016-11-04Remove some flags that are unused in the shimMatt Caswell
2016-11-04Remove unused BoringSSL specific flagsMatt Caswell
2016-11-04Remove some unreferenced fields from TestStateMatt Caswell
2016-11-04Fix some unused variable warnings in ossl_shimMatt Caswell
2016-11-04Rebase shim against latest boringssl codeMatt Caswell
2016-11-04Integrate BoringSSL shimMatt Caswell