Title: Move ssl implementation-dependent integration tests into extensions/integration
Description: Some of the tests in test/integration/ssl_integration_test.cc (e.g. SslCertificateIntegrationTest family) are dependent on Boringssl-specific behavior. Specifically, the tests depend on the exposure of SSL_CLIENT_HELLO and the SSL_early_callback_XXX functions. With openssl replacing boringssl the connection fails as expected but the tests fail because they are based on the ability of boringssl to fail early and set the proper stats/events