aboutsummaryrefslogtreecommitdiffstats
path: root/test/ossl_shim/ossl_shim.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix API rename issue in shim layer that calls EVP_MAC_CTX_set_paramsShane Lontis2020-07-211-1/+1
* Add SSL_get[01]_peer_certificate()Todd Short2020-07-161-1/+1
* Fix two additional instances of the old EVP_MAC_CTX_ functions being used.Pauli2020-06-131-1/+1
* Update copyright yearMatt Caswell2020-06-041-1/+1
* ossl_shim: const cast the param arguments to avoid errorsPauli2020-06-031-2/+4
* ossl_shim: include core_names.h to resolve undeclared symbolsPauli2020-06-031-0/+1
* ossl_shim: use the correct ticket key call back.Pauli2020-05-281-13/+12
* ossl_shim: add deprecation guards around the -use-ticket-callback option.Pauli2020-05-261-0/+9
* Replace BUF_ string function calls with OPENSSL_ onesRich Salz2019-10-171-2/+2
* Following the license change, modify the boilerplates in test/Richard Levitte2018-12-061-1/+1
* Fix ossl_shim SNI handlingBenjamin Kaduk2018-07-261-1/+20
* Set the ossl_shim to auto retry if not running asynchronouslyMatt Caswell2018-05-111-0/+4
* Don't negotiate TLSv1.3 with the ossl_shimMatt Caswell2018-03-121-0/+6
* Update tests for TLS Ed448Matt Caswell2018-03-051-1/+1
* Update copyright yearMatt Caswell2018-02-131-1/+1
* Get rid of a warning about unused resultsRichard Levitte2018-01-281-3/+4
* Fix an include location problem in the extrended tests.Pauli2017-09-041-2/+2
* More typo fixesFdaSilvaYY2017-03-291-1/+1
* SSL_get_peer_cert_chain() does not work after a resumptionMatt Caswell2017-03-141-1/+1
* Ensure we set the session id context in ossl_shimMatt Caswell2017-03-141-0/+5
* Move extension data into sub-structsRich Salz2017-01-091-1/+1
* Remove an unused field in ossl_shimMatt Caswell2016-11-041-1/+0
* Swap header copyrights to standard OpenSSLMatt Caswell2016-11-041-12/+7
* Add missing bn.h includeMatt Caswell2016-11-041-0/+1
* Rename BoringSSL style OPENSSL_WINDOWS to OPENSSL_SYS_WINDOWSMatt Caswell2016-11-041-2/+2
* Fix a code inconsistencyMatt Caswell2016-11-041-4/+2
* Remove some flags that are unused in the shimMatt Caswell2016-11-041-3/+2
* Remove unused BoringSSL specific flagsMatt Caswell2016-11-041-80/+4
* Remove some unreferenced fields from TestStateMatt Caswell2016-11-041-7/+0
* Fix some unused variable warnings in ossl_shimMatt Caswell2016-11-041-2/+0
* Rebase shim against latest boringssl codeMatt Caswell2016-11-041-137/+258
* Integrate BoringSSL shimMatt Caswell2016-11-041-0/+1237