@@ -14423,7 +14423,7 @@ int wolfSSL_ED25519_generate_key(unsigned char *priv, unsigned int *privSz,
1442314423 * @param [in] priv ED25519 private key data.
1442414424 * @param [in] privSz Length in bytes of private key data.
1442514425 * @param [out] sig Signature buffer.
14426- * @param [in, out] sigSz On in, the length of the siganture buffer in bytes.
14426+ * @param [in, out] sigSz On in, the length of the signature buffer in bytes.
1442714427 * On out, the length of the signature in bytes.
1442814428 * @return 1 on success
1442914429 * @return 0 on failure.
@@ -14889,7 +14889,7 @@ int wolfSSL_ED448_generate_key(unsigned char *priv, unsigned int *privSz,
1488914889 * @param [in] priv ED448 private key data.
1489014890 * @param [in] privSz Length in bytes of private key data.
1489114891 * @param [out] sig Signature buffer.
14892- * @param [in, out] sigSz On in, the length of the siganture buffer in bytes.
14892+ * @param [in, out] sigSz On in, the length of the signature buffer in bytes.
1489314893 * On out, the length of the signature in bytes.
1489414894 * @return 1 on success
1489514895 * @return 0 on failure.
@@ -15143,7 +15143,7 @@ int wolfSSL_PEM_write_bio_PUBKEY(WOLFSSL_BIO* bio, WOLFSSL_EVP_PKEY* key)
1514315143 * @param [in] passwd Password to use when encrypting.
1514415144 * @param [in] len Length of password.
1514515145 * @param [in] cb Password callback.
15146- * @param [in] arg Password callback arguement .
15146+ * @param [in] arg Password callback argument .
1514715147 * @return 1 on success.
1514815148 * @return 0 on failure.
1514915149 */
@@ -15254,7 +15254,7 @@ int wolfSSL_PEM_write_bio_PrivateKey(WOLFSSL_BIO* bio, WOLFSSL_EVP_PKEY* key,
1525415254 * @param [in] bio BIO to read from.
1525515255 * @param [in, out] key Public key object. Object used if passed in.
1525615256 * @param [in] cb Password callback.
15257- * @param [in] arg Password callback arguement .
15257+ * @param [in] arg Password callback argument .
1525815258 * @return A WOLFSSL_EVP_PKEY object on success.
1525915259 * @return NULL on failure.
1526015260 */
@@ -15310,7 +15310,7 @@ WOLFSSL_EVP_PKEY* wolfSSL_PEM_read_bio_PUBKEY(WOLFSSL_BIO* bio,
1531015310 * @param [in] bio BIO to read from.
1531115311 * @param [in, out] key Private key object. Object used if passed in.
1531215312 * @param [in] cb Password callback.
15313- * @param [in] arg Password callback arguement .
15313+ * @param [in] arg Password callback argument .
1531415314 * @return A WOLFSSL_EVP_PKEY object on success.
1531515315 * @return NULL on failure.
1531615316 */
@@ -15391,7 +15391,7 @@ WOLFSSL_EVP_PKEY* wolfSSL_PEM_read_bio_PrivateKey(WOLFSSL_BIO* bio,
1539115391 * @param [in] fp File pointer.
1539215392 * @param [in, out] key Public key object. Object used if passed in.
1539315393 * @param [in] cb Password callback.
15394- * @param [in] arg Password callback arguement .
15394+ * @param [in] arg Password callback argument .
1539515395 * @return A WOLFSSL_EVP_PKEY object on success.
1539615396 * @return NULL on failure.
1539715397 */
@@ -15448,7 +15448,7 @@ WOLFSSL_EVP_PKEY *wolfSSL_PEM_read_PUBKEY(XFILE fp, WOLFSSL_EVP_PKEY **key,
1544815448 * @param [in] fp File pointer.
1544915449 * @param [in, out] key Private key object. Object used if passed in.
1545015450 * @param [in] cb Password callback.
15451- * @param [in] arg Password callback arguement .
15451+ * @param [in] arg Password callback argument .
1545215452 * @return A WOLFSSL_EVP_PKEY object on success.
1545315453 * @return NULL on failure.
1545415454 */
@@ -15668,7 +15668,7 @@ static int pem_read_data(char* pem, int pemLen, char **name, char **header,
1566815668 return ret ;
1566915669}
1567015670
15671- /* Encode the DER data in PEM foramt into a newly allocated buffer.
15671+ /* Encode the DER data in PEM format into a newly allocated buffer.
1567215672 *
1567315673 * @param [in] name Header/footer name.
1567415674 * @param [in] header Encryption header.
@@ -15812,7 +15812,7 @@ int wolfSSL_PEM_read_bio(WOLFSSL_BIO* bio, char **name, char **header,
1581215812 return res ;
1581315813}
1581415814
15815- /* Encode the DER data in PEM foramt into a BIO.
15815+ /* Encode the DER data in PEM format into a BIO.
1581615816 *
1581715817 * @param [in] bio BIO to write to.
1581815818 * @param [in] name Header/footer name.
@@ -15894,7 +15894,7 @@ int wolfSSL_PEM_read(XFILE fp, char **name, char **header, unsigned char **data,
1589415894 return res ;
1589515895}
1589615896
15897- /* Encode the DER data in PEM foramt into a file.
15897+ /* Encode the DER data in PEM format into a file.
1589815898 *
1589915899 * @param [in] fp File pointer to write to.
1590015900 * @param [in] name Header/footer name.
@@ -16135,7 +16135,7 @@ static int pem_pkcs8_encode(WOLFSSL_EVP_PKEY* pkey, byte* key, word32* keySz)
1613516135 * @param [out] pemSz Size of data in buffer in bytes.
1613616136 * @param [in] pkey Private key to write.
1613716137 * @param [in] enc Encryption information to use. May be NULL.
16138- * @param [in] passwd Pasword to use when encrypting. May be NULL.
16138+ * @param [in] passwd Password to use when encrypting. May be NULL.
1613916139 * @param [in] passwdSz Size of password in bytes.
1614016140 * @param [in] cb Password callback. Used when passwd is NULL. May be
1614116141 * NULL.
@@ -16256,7 +16256,7 @@ static int pem_write_mem_pkcs8privatekey(byte** pem, int* pemSz,
1625616256 * @param [in] bio BIO to write to.
1625716257 * @param [in] pkey Private key to write.
1625816258 * @param [in] enc Encryption information to use. May be NULL.
16259- * @param [in] passwd Pasword to use when encrypting. May be NULL.
16259+ * @param [in] passwd Password to use when encrypting. May be NULL.
1626016260 * @param [in] passwdSz Size of password in bytes.
1626116261 * @param [in] cb Password callback. Used when passwd is NULL. May be
1626216262 * NULL.
@@ -16301,7 +16301,7 @@ int wolfSSL_PEM_write_bio_PKCS8PrivateKey(WOLFSSL_BIO* bio,
1630116301 * @param [in] f File pointer.
1630216302 * @param [in] pkey Private key to write.
1630316303 * @param [in] enc Encryption information to use. May be NULL.
16304- * @param [in] passwd Pasword to use when encrypting. May be NULL.
16304+ * @param [in] passwd Password to use when encrypting. May be NULL.
1630516305 * @param [in] passwdSz Size of password in bytes.
1630616306 * @param [in] cb Password callback. Used when passwd is NULL. May be
1630716307 * NULL.
0 commit comments