wolfssl/doc/dox_comments/header_files
2024-11-18 09:52:51 -08:00
..
aes.h Add documentation for HKDF functions. Improve param comments for devId. 2023-12-27 13:56:40 -08:00
arc4.h Minor documentation cleanup 2022-04-06 16:17:36 +01:00
asn.h * Added support for disabling PEM to DER functionality using WOLFSSL_PEM_TO_DER. This allows way to use with DER (ASN.1) certificates only in an embedded environment. This option builds, but internal make check requires PEM support for tests. 2018-04-09 13:28:15 -07:00
asn_public.h address review feedback 2024-10-31 13:02:21 -06:00
blake2.h Minor documentation cleanup 2022-04-06 16:17:36 +01:00
bn.h Minor documentation cleanup 2022-04-06 16:17:36 +01:00
camellia.h Minor documentation cleanup 2022-04-06 16:17:36 +01:00
chacha.h Minor documentation cleanup 2022-04-06 16:17:36 +01:00
chacha20_poly1305.h Update AES documentation to clarify block size requirement. Fix parameter ordering in wc_ChaCha20Poly1305_Decrypt documentation. 2023-05-16 14:31:51 -07:00
cmac.h Update cmac-api documents 2024-01-17 06:21:03 +09:00
coding.h Minor documentation cleanup 2022-04-06 16:17:36 +01:00
compress.h Minor documentation cleanup 2022-04-06 16:17:36 +01:00
cryptocb.h clean up trailing whitespace and misplaced CRLFs, add missing final newlines, remove stray UTF8 nonprintables (BOMs) and ASCIIfy stray homoglyphs (spaces and apostrophes), guided by expanded coverage in wolfssl-multi-test check-source-text. 2024-09-05 14:52:18 -05:00
curve448.h Minor documentation cleanup 2022-04-06 16:17:36 +01:00
curve25519.h Minor documentation cleanup 2022-04-06 16:17:36 +01:00
des3.h Minor documentation cleanup 2022-04-06 16:17:36 +01:00
dh.h Minor documentation cleanup 2022-04-06 16:17:36 +01:00
doxygen_groups.h clean up trailing whitespace and misplaced CRLFs, add missing final newlines, remove stray UTF8 nonprintables (BOMs) and ASCIIfy stray homoglyphs (spaces and apostrophes), guided by expanded coverage in wolfssl-multi-test check-source-text. 2024-09-05 14:52:18 -05:00
doxygen_pages.h SRTP/SRTCP KDF: add implementation 2023-11-07 10:33:14 +10:00
dsa.h Doc typo fix 2022-10-20 17:17:24 -05:00
ecc.h add API doc: wc_ecc_set_curve 2024-11-11 16:38:38 +09:00
eccsi.h Minor documentation cleanup 2022-04-06 16:17:36 +01:00
ed448.h Fix docs for invalid hash requirements. 2024-10-23 08:43:00 -05:00
ed25519.h Fix docs for invalid hash requirements. 2024-10-23 08:43:00 -05:00
error-crypt.h Minor documentation cleanup 2022-04-06 16:17:36 +01:00
evp.h Minor documentation cleanup 2022-04-06 16:17:36 +01:00
hash.h SHA-3 improvements 2022-09-01 17:11:58 +10:00
hmac.h clarify description 2024-08-05 05:59:36 +09:00
iotsafe.h Removed "256-bit hash" references from doxygen 2024-01-26 10:22:40 +01:00
kdf.h wolcrypt: NIST_SP_800_56C address reviewer's comments 2024-05-30 11:39:49 +02:00
logging.h Minor documentation cleanup 2022-04-06 16:17:36 +01:00
md2.h Minor documentation cleanup 2022-04-06 16:17:36 +01:00
md4.h Minor documentation cleanup 2022-04-06 16:17:36 +01:00
md5.h Minor documentation cleanup 2022-04-06 16:17:36 +01:00
memory.h clean up trailing whitespace and misplaced CRLFs, add missing final newlines, remove stray UTF8 nonprintables (BOMs) and ASCIIfy stray homoglyphs (spaces and apostrophes), guided by expanded coverage in wolfssl-multi-test check-source-text. 2024-09-05 14:52:18 -05:00
pem.h Minor documentation cleanup 2022-04-06 16:17:36 +01:00
pkcs7.h clean up trailing whitespace and misplaced CRLFs, add missing final newlines, remove stray UTF8 nonprintables (BOMs) and ASCIIfy stray homoglyphs (spaces and apostrophes), guided by expanded coverage in wolfssl-multi-test check-source-text. 2024-09-05 14:52:18 -05:00
pkcs11.h Minor documentation cleanup 2022-04-06 16:17:36 +01:00
poly1305.h Minor documentation cleanup 2022-04-06 16:17:36 +01:00
psa.h Minor documentation cleanup 2022-04-06 16:17:36 +01:00
pwdbased.h Improve the documentation for HMAC hash types. 2022-08-10 09:23:01 -07:00
quic.h add QUIC support. 2022-08-08 13:24:00 +02:00
random.h Minor documentation cleanup 2022-04-06 16:17:36 +01:00
ripemd.h Minor documentation cleanup 2022-04-06 16:17:36 +01:00
rsa.h Fix up whitespace changes from editor autoformat 2024-09-04 10:25:20 -07:00
sakke.h Minor documentation cleanup 2022-04-06 16:17:36 +01:00
sha.h Minor documentation cleanup 2022-04-06 16:17:36 +01:00
sha3.h Update documentation for wc_Shake256_Final to match function signature. 2023-10-11 16:12:34 -07:00
sha256.h Minor documentation cleanup 2022-04-06 16:17:36 +01:00
sha512.h Minor documentation cleanup 2022-04-06 16:17:36 +01:00
signature.h Minor documentation cleanup 2022-04-06 16:17:36 +01:00
siphash.h Minor documentation cleanup 2022-04-06 16:17:36 +01:00
srp.h Minor documentation cleanup 2022-04-06 16:17:36 +01:00
ssl.h Merge branch 'master' of github.com:ColtonWilley/wolfssl into crl_update_cb 2024-11-18 09:52:51 -08:00
tfm.h Minor documentation cleanup 2022-04-06 16:17:36 +01:00
types.h clean up trailing whitespace and misplaced CRLFs, add missing final newlines, remove stray UTF8 nonprintables (BOMs) and ASCIIfy stray homoglyphs (spaces and apostrophes), guided by expanded coverage in wolfssl-multi-test check-source-text. 2024-09-05 14:52:18 -05:00
wc_encrypt.h Minor documentation cleanup 2022-04-06 16:17:36 +01:00
wc_port.h Minor documentation cleanup 2022-04-06 16:17:36 +01:00
wolfio.h Doxygen complains about the quotes used 2024-08-28 09:31:34 -04:00