| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix API rename issue in shim layer that calls EVP_MAC_CTX_set_params | Shane Lontis | 2020-07-21 | 1 | -1/+1 |
* | Add SSL_get[01]_peer_certificate() | Todd Short | 2020-07-16 | 1 | -1/+1 |
* | Fix two additional instances of the old EVP_MAC_CTX_ functions being used. | Pauli | 2020-06-13 | 1 | -1/+1 |
* | Update copyright year | Matt Caswell | 2020-06-04 | 2 | -2/+2 |
* | ossl_shim: const cast the param arguments to avoid errors | Pauli | 2020-06-03 | 1 | -2/+4 |
* | ossl_shim: include core_names.h to resolve undeclared symbols | Pauli | 2020-06-03 | 1 | -0/+1 |
* | ossl_shim: use the correct ticket key call back. | Pauli | 2020-05-28 | 3 | -17/+12 |
* | ossl_shim: add deprecation guards around the -use-ticket-callback option. | Pauli | 2020-05-26 | 3 | -0/+15 |
* | Replace BUF_ string function calls with OPENSSL_ ones | Rich Salz | 2019-10-17 | 1 | -2/+2 |
* | Fix header file include guard names | Dr. Matthias St. Pierre | 2019-09-28 | 4 | -12/+12 |
* | Build: Change all _NO_INST to use attributes instead. | Richard Levitte | 2019-01-22 | 1 | -1/+1 |
* | Following the license change, modify the boilerplates in test/ | Richard Levitte | 2018-12-06 | 8 | -8/+8 |
* | Fix BoringSSL external test failures | Matt Caswell | 2018-08-22 | 1 | -1/+6 |
* | Fix ossl_shim SNI handling | Benjamin Kaduk | 2018-07-26 | 1 | -1/+20 |
* | Set the ossl_shim to auto retry if not running asynchronously | Matt Caswell | 2018-05-11 | 1 | -0/+4 |
* | Don't negotiate TLSv1.3 with the ossl_shim | Matt Caswell | 2018-03-12 | 1 | -0/+6 |
* | Attempt to fix boringssl tests | Ben Kaduk | 2018-03-10 | 1 | -1/+1 |
* | Update tests for TLS Ed448 | Matt Caswell | 2018-03-05 | 1 | -1/+1 |
* | Update copyright year | Matt Caswell | 2018-02-13 | 2 | -2/+2 |
* | Get rid of a warning about unused results | Richard Levitte | 2018-01-28 | 1 | -3/+4 |
* | test/ossl_shim/packeted_bio.h: don't include e_os.h | Richard Levitte | 2018-01-22 | 1 | -1/+0 |
* | Fix invalid function type casts. | Bernd Edlinger | 2017-12-15 | 2 | -6/+6 |
* | Fix the Boring tests following the SSLfatal() changes | Matt Caswell | 2017-12-04 | 1 | -1/+1 |
* | Fix an include location problem in the extrended tests. | Pauli | 2017-09-03 | 3 | -4/+4 |
* | Fixup include path in ossl_shim test after e_os.h work | Benjamin Kaduk | 2017-09-01 | 1 | -1/+1 |
* | struct timeval include guards | Pauli | 2017-09-01 | 1 | -10/+2 |
* | Cleanup some copyright stuff | Rich Salz | 2017-07-01 | 1 | -50/+7 |
* | Fix a bundle of trailing spaces in several files | Paul Yang | 2017-06-09 | 1 | -1/+1 |
* | Fix BoringSSL alert related test failures | Matt Caswell | 2017-05-25 | 1 | -1/+1 |
* | More typo fixes | FdaSilvaYY | 2017-03-29 | 1 | -1/+1 |
* | Re-enable some BoringSSL tests | Matt Caswell | 2017-03-15 | 1 | -36/+0 |
* | SSL_get_peer_cert_chain() does not work after a resumption | Matt Caswell | 2017-03-15 | 1 | -1/+1 |
* | Ensure we set the session id context in ossl_shim | Matt Caswell | 2017-03-15 | 1 | -0/+5 |
* | Fix 12 Boring tests involving NULL-SHA ciphersuites | Matt Caswell | 2017-03-14 | 2 | -17/+19 |
* | Update ossl_config.json for later BoringSSL commit | Matt Caswell | 2017-03-14 | 1 | -1197/+337 |
* | Make the Boring tests pass | Matt Caswell | 2017-03-14 | 1 | -1/+14 |
* | Move extension data into sub-structs | Rich Salz | 2017-01-10 | 1 | -1/+1 |
* | Suppress some BoringSSL test failures | Matt Caswell | 2016-12-08 | 1 | -0/+6 |
* | Fix some defines in ossl_shim | Matt Caswell | 2016-11-23 | 1 | -4/+0 |
* | Remove an unused field in ossl_shim | Matt Caswell | 2016-11-04 | 1 | -1/+0 |
* | Add a wildcard exception for TLS13 tests | Matt Caswell | 2016-11-04 | 1 | -0/+1 |
* | Swap header copyrights to standard OpenSSL | Matt Caswell | 2016-11-04 | 7 | -84/+49 |
* | Add missing bn.h include | Matt Caswell | 2016-11-04 | 1 | -0/+1 |
* | Update the BoringSSL suppressions file based on the latest shim | Matt Caswell | 2016-11-04 | 1 | -591/+337 |
* | Rename BoringSSL style OPENSSL_WINDOWS to OPENSSL_SYS_WINDOWS | Matt Caswell | 2016-11-04 | 2 | -3/+3 |
* | Fix a code inconsistency | Matt Caswell | 2016-11-04 | 1 | -4/+2 |
* | Remove some #if 0'd out code | Matt Caswell | 2016-11-04 | 1 | -6/+0 |
* | Removed scoped_types.h | Matt Caswell | 2016-11-04 | 1 | -28/+0 |
* | Remove some flags that are unused in the shim | Matt Caswell | 2016-11-04 | 3 | -27/+2 |
* | Use the -allow-unimplemented feature of the BoringSSL runner | Matt Caswell | 2016-11-04 | 1 | -0/+1 |