SslOptions.isSpecified()
Prior to this commit `SslOptions.isSpecified()` only returned `true` if both ciphers and enabled protocols were set. If should have returned `true` if either were set. Fixes gh-43082