mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-31 19:24:42 +02:00
Various spelling fixes.
This commit is contained in:
@@ -30735,7 +30735,7 @@ static int TicketEncCbCtx_Init(WOLFSSL_CTX* ctx, TicketEncCbCtx* keyCtx)
|
||||
|
||||
/* Setup the session ticket encryption context for this.
|
||||
*
|
||||
* Initialize RNG, generate name, generate primeary key and set primary key
|
||||
* Initialize RNG, generate name, generate primary key and set primary key
|
||||
* expirary.
|
||||
*
|
||||
* @param [in] keyCtx Context for session ticket encryption.
|
||||
|
@@ -9577,7 +9577,7 @@ int wolfSSL_set_max_early_data(WOLFSSL* ssl, unsigned int sz)
|
||||
*
|
||||
* ssl The SSL/TLS object.
|
||||
* data Early data to write
|
||||
* sz The size of the eary data in bytes.
|
||||
* sz The size of the early data in bytes.
|
||||
* outSz The number of early data bytes written.
|
||||
* returns BAD_FUNC_ARG when: ssl, data or outSz is NULL; sz is negative;
|
||||
* or not using TLS v1.3. SIDE ERROR when not a server. Otherwise the number of
|
||||
|
@@ -17262,9 +17262,7 @@ int wc_Ed25519KeyToDer(ed25519_key* key, byte* output, word32 inLen)
|
||||
return wc_BuildEd25519KeyDer(key, output, inLen, 1);
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* Write only private ecc key to DER format,
|
||||
/* Write only private Ed25519 key to DER format,
|
||||
* length on success else < 0 */
|
||||
int wc_Ed25519PrivateKeyToDer(ed25519_key* key, byte* output, word32 inLen)
|
||||
{
|
||||
|
@@ -132,7 +132,7 @@ int wc_RNG_GenerateByte(WC_RNG* rng, byte* b)
|
||||
#include <wnr.h>
|
||||
#include <wolfssl/wolfcrypt/logging.h>
|
||||
wolfSSL_Mutex wnr_mutex; /* global netRandom mutex */
|
||||
int wnr_timeout = 0; /* entropy timeout, mililseconds */
|
||||
int wnr_timeout = 0; /* entropy timeout, milliseconds */
|
||||
int wnr_mutex_init = 0; /* flag for mutex init */
|
||||
wnr_context* wnr_ctx; /* global netRandom context */
|
||||
#elif defined(FREESCALE_KSDK_2_0_TRNG)
|
||||
|
Reference in New Issue
Block a user