forked from wolfSSL/wolfssl
Merge pull request #4976 from anhu/kill_tabs
Get rid of tabs I added previously.
This commit is contained in:
@ -6154,7 +6154,7 @@ static int SendTls13CertificateVerify(WOLFSSL* ssl)
|
|||||||
else if (ssl->hsType == DYNAMIC_TYPE_ED448)
|
else if (ssl->hsType == DYNAMIC_TYPE_ED448)
|
||||||
args->sigAlgo = ed448_sa_algo;
|
args->sigAlgo = ed448_sa_algo;
|
||||||
#endif
|
#endif
|
||||||
#if defined(HAVE_PQC) && defined(HAVE_FALCON)
|
#if defined(HAVE_PQC) && defined(HAVE_FALCON)
|
||||||
else if (ssl->hsType == DYNAMIC_TYPE_FALCON) {
|
else if (ssl->hsType == DYNAMIC_TYPE_FALCON) {
|
||||||
falcon_key* fkey = (falcon_key*)ssl->hsKey;
|
falcon_key* fkey = (falcon_key*)ssl->hsKey;
|
||||||
byte level = 0;
|
byte level = 0;
|
||||||
@ -6248,7 +6248,7 @@ static int SendTls13CertificateVerify(WOLFSSL* ssl)
|
|||||||
sig->length = ED448_SIG_SIZE;
|
sig->length = ED448_SIG_SIZE;
|
||||||
}
|
}
|
||||||
#endif /* HAVE_ED448 */
|
#endif /* HAVE_ED448 */
|
||||||
#if defined(HAVE_PQC) && defined(HAVE_FALCON)
|
#if defined(HAVE_PQC) && defined(HAVE_FALCON)
|
||||||
if (ssl->hsType == DYNAMIC_TYPE_FALCON) {
|
if (ssl->hsType == DYNAMIC_TYPE_FALCON) {
|
||||||
sig->length = FALCON_MAX_SIG_SIZE;
|
sig->length = FALCON_MAX_SIG_SIZE;
|
||||||
}
|
}
|
||||||
@ -6304,7 +6304,7 @@ static int SendTls13CertificateVerify(WOLFSSL* ssl)
|
|||||||
args->length = (word16)sig->length;
|
args->length = (word16)sig->length;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
#if defined(HAVE_PQC) && defined(HAVE_FALCON)
|
#if defined(HAVE_PQC) && defined(HAVE_FALCON)
|
||||||
if (ssl->hsType == DYNAMIC_TYPE_FALCON) {
|
if (ssl->hsType == DYNAMIC_TYPE_FALCON) {
|
||||||
ret = wc_falcon_sign_msg(args->sigData, args->sigDataSz,
|
ret = wc_falcon_sign_msg(args->sigData, args->sigDataSz,
|
||||||
args->verify + HASH_SIG_SIZE +
|
args->verify + HASH_SIG_SIZE +
|
||||||
|
Reference in New Issue
Block a user