fix ecc w/ no rsa send cert verify and server flag for missing cert verify

This commit is contained in:
toddouska
2013-02-26 22:24:34 -08:00
parent b397f89b27
commit cc9ac1846d
4 changed files with 23 additions and 2 deletions

View File

@@ -2715,7 +2715,7 @@ int CyaSSL_dtls_got_timeout(CYASSL* ssl)
CYASSL_MSG("connect state: FIRST_REPLY_SECOND");
case FIRST_REPLY_SECOND :
#ifndef NO_RSA
#ifndef NO_CERTS
if (ssl->options.sendVerify)
if ( (ssl->error = SendCertificateVerify(ssl)) != 0) {
CYASSL_ERROR(ssl->error);