forked from wolfSSL/wolfssl
C comments only
This commit is contained in:
@ -7225,8 +7225,8 @@ CYASSL_X509* CyaSSL_X509_load_certificate_file(const char* fname, int format)
|
|||||||
}
|
}
|
||||||
if (dynamic) XFREE(fileBuffer, NULL, DYNAMIC_TYPE_FILE);
|
if (dynamic) XFREE(fileBuffer, NULL, DYNAMIC_TYPE_FILE);
|
||||||
|
|
||||||
// At this point we want `der` to have the certificate in DER format
|
/* At this point we want `der` to have the certificate in DER format */
|
||||||
// ready to be decoded.
|
/* ready to be decoded. */
|
||||||
if (der.buffer != NULL) {
|
if (der.buffer != NULL) {
|
||||||
DecodedCert cert;
|
DecodedCert cert;
|
||||||
|
|
||||||
|
@ -1040,7 +1040,7 @@ void TLSX_FreeAll(TLSX* list)
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
case TRUNCATED_HMAC:
|
case TRUNCATED_HMAC:
|
||||||
// Nothing to do.
|
/* Nothing to do. */
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -1079,7 +1079,7 @@ static word16 TLSX_GetSize(TLSX* list, byte* semaphore, byte isRequest)
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
case TRUNCATED_HMAC:
|
case TRUNCATED_HMAC:
|
||||||
// empty extension.
|
/* empty extension. */
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -1123,7 +1123,7 @@ static word16 TLSX_Write(TLSX* list, byte* output, byte* semaphore,
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
case TRUNCATED_HMAC:
|
case TRUNCATED_HMAC:
|
||||||
// empty extension.
|
/* empty extension. */
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user