forked from wolfSSL/wolfssl
Change to send certificate message on SSLv3 even though certificate size is 0.
This commit is contained in:
committed by
Jacob Barthelmeh
parent
21a14403c6
commit
3d0c850e10
@ -17417,7 +17417,7 @@ void PickHashSigAlgo(WOLFSSL* ssl, const byte* hashSigAlgo,
|
|||||||
if (ssl->buffers.certificate && ssl->buffers.certificate->buffer &&
|
if (ssl->buffers.certificate && ssl->buffers.certificate->buffer &&
|
||||||
ssl->buffers.key && ssl->buffers.key->buffer)
|
ssl->buffers.key && ssl->buffers.key->buffer)
|
||||||
ssl->options.sendVerify = SEND_CERT;
|
ssl->options.sendVerify = SEND_CERT;
|
||||||
else if (IsTLS(ssl))
|
else
|
||||||
ssl->options.sendVerify = SEND_BLANK_CERT;
|
ssl->options.sendVerify = SEND_BLANK_CERT;
|
||||||
|
|
||||||
if (IsEncryptionOn(ssl, 0))
|
if (IsEncryptionOn(ssl, 0))
|
||||||
|
Reference in New Issue
Block a user