mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-05-04 06:10:50 +02:00
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
+1
-1
@@ -17417,7 +17417,7 @@ void PickHashSigAlgo(WOLFSSL* ssl, const byte* hashSigAlgo,
|
||||
if (ssl->buffers.certificate && ssl->buffers.certificate->buffer &&
|
||||
ssl->buffers.key && ssl->buffers.key->buffer)
|
||||
ssl->options.sendVerify = SEND_CERT;
|
||||
else if (IsTLS(ssl))
|
||||
else
|
||||
ssl->options.sendVerify = SEND_BLANK_CERT;
|
||||
|
||||
if (IsEncryptionOn(ssl, 0))
|
||||
|
||||
Reference in New Issue
Block a user