ff42cc1eac
s->server's value isn't final until SSL_connect or SSL_accept is called when using the generic SSLv23_method or DTLS_method rather than the version-locked ones. This makes the tests pass if bssl_shim uses those methods. It would be nicer if the generic methods were gone and an SSL* could know from creation which half it's destined for. Unfortunately, there's a lot of code that uses those generic methods, so we probably can't get rid of them. If they have to stay, it seems better to standardize on only having those, rather than support both, even if standardizing on the side-specific ones would be preferable. Change-Id: I40e65a8842cd6706da92263a263f664336a7f3b3 Reviewed-on: https://boringssl-review.googlesource.com/2434 Reviewed-by: Adam Langley <agl@google.com> |
||
---|---|---|
crypto | ||
doc | ||
include/openssl | ||
ssl | ||
tool | ||
util | ||
.clang-format | ||
.gitignore | ||
BUILDING | ||
CMakeLists.txt | ||
codereview.settings |