mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-31 03:07:29 +02:00
Remove trailing whitespace
This commit is contained in:
@ -20094,8 +20094,8 @@ static int DecodeSubtreeGeneralName(const byte* input, word32 sz, byte tag,
|
|||||||
* @param [in] input Buffer holding data.
|
* @param [in] input Buffer holding data.
|
||||||
* @param [in] sz Size of data in buffer.
|
* @param [in] sz Size of data in buffer.
|
||||||
* @param [in, out] head Linked list of subtree names.
|
* @param [in, out] head Linked list of subtree names.
|
||||||
* @param [in] limit If > 0, limit on number of tree
|
* @param [in] limit If > 0, limit on number of tree
|
||||||
* entries to process, exceeding
|
* entries to process, exceeding
|
||||||
* is an error.
|
* is an error.
|
||||||
* @param [in] heap Dynamic memory hint.
|
* @param [in] heap Dynamic memory hint.
|
||||||
* @return 0 on success.
|
* @return 0 on success.
|
||||||
@ -20324,7 +20324,7 @@ static int DecodeNameConstraints(const byte* input, word32 sz,
|
|||||||
ret = DecodeSubtree(
|
ret = DecodeSubtree(
|
||||||
dataASN[NAMECONSTRAINTSASN_IDX_PERMIT].data.ref.data,
|
dataASN[NAMECONSTRAINTSASN_IDX_PERMIT].data.ref.data,
|
||||||
dataASN[NAMECONSTRAINTSASN_IDX_PERMIT].data.ref.length,
|
dataASN[NAMECONSTRAINTSASN_IDX_PERMIT].data.ref.length,
|
||||||
&cert->permittedNames, WOLFSSL_MAX_NAME_CONSTRAINTS,
|
&cert->permittedNames, WOLFSSL_MAX_NAME_CONSTRAINTS,
|
||||||
cert->heap);
|
cert->heap);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -20334,7 +20334,7 @@ static int DecodeNameConstraints(const byte* input, word32 sz,
|
|||||||
ret = DecodeSubtree(
|
ret = DecodeSubtree(
|
||||||
dataASN[NAMECONSTRAINTSASN_IDX_EXCLUDE].data.ref.data,
|
dataASN[NAMECONSTRAINTSASN_IDX_EXCLUDE].data.ref.data,
|
||||||
dataASN[NAMECONSTRAINTSASN_IDX_EXCLUDE].data.ref.length,
|
dataASN[NAMECONSTRAINTSASN_IDX_EXCLUDE].data.ref.length,
|
||||||
&cert->excludedNames, WOLFSSL_MAX_NAME_CONSTRAINTS,
|
&cert->excludedNames, WOLFSSL_MAX_NAME_CONSTRAINTS,
|
||||||
cert->heap);
|
cert->heap);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -781,7 +781,7 @@ extern const WOLFSSL_ObjectInfo wolfssl_object_info[];
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Maximum number of allowed subject alternative names in a certificate.
|
/* Maximum number of allowed subject alternative names in a certificate.
|
||||||
* Any certificate containing more than this number of subject
|
* Any certificate containing more than this number of subject
|
||||||
* alternative names will cause an error when attempting to parse. */
|
* alternative names will cause an error when attempting to parse. */
|
||||||
#ifndef WOLFSSL_MAX_ALT_NAMES
|
#ifndef WOLFSSL_MAX_ALT_NAMES
|
||||||
#define WOLFSSL_MAX_ALT_NAMES 128
|
#define WOLFSSL_MAX_ALT_NAMES 128
|
||||||
|
Reference in New Issue
Block a user