David Garske
|
1c4d7285d3
Add documentation for HKDF functions. Improve param comments for devId.
|
10 月之前 |
Daniel Pouzzner
|
931ac4e568
add documentation for wc_AesXtsInit(), wc_AesXtsSetKeyNoInit(), wc_CmacFinalNoFree(), and wc_CmacFree();
|
11 月之前 |
Anthony Hu
|
cfa1b589c6
minor fix again
|
11 月之前 |
Anthony Hu
|
e6bd8dce6e
Minor fix.
|
11 月之前 |
Anthony Hu
|
ad1f709455
Add missing references to wc_AesInit in the API docs.
|
11 月之前 |
Eric Blankenhorn
|
7223b5a708
Fix spelling warnings
|
11 月之前 |
Brett Nicholas
|
fafb9e81c0
Add support for AES EAX mode, as described in https://eprint.iacr.org/2003/069
|
1 年之前 |
Kareem
|
6cb2c84f12
Update AES documentation to clarify block size requirement. Fix parameter ordering in wc_ChaCha20Poly1305_Decrypt documentation.
|
1 年之前 |
kaleb-himes
|
9c1adbd83b
Fix typo's in the code sample(s)
|
1 年之前 |
kaleb-himes
|
5bbdda6895
Document use of wc_AesFree()
|
1 年之前 |
Eric Blankenhorn
|
fa30ab37b3
Add reference to wc_AesInit in Gmac API doc
|
2 年之前 |
Andrew Hutchings
|
5ea9d11295
Minor documentation cleanup
|
2 年之前 |
Anthony Hu
|
1bc71da1df
Correction about AES using IV in docs
|
2 年之前 |
Daniel Pouzzner
|
a718637c6f
AES: harmonize wc_Aes{Encrypt,Decrypt} and wc_Aes{Encrypt,Decrypt}Direct implementations to return int; add return values to all static void functions in aes.c that can fail; add WARN_UNUSED_RESULT to all static functions in aes.c with return values; implement missing error percolation around AES block cipher implementations; bump FIPS version for v5-ready and v5-dev to 5.3 (v5-RC12 is 5.2).
|
2 年之前 |
Hayden Roche
|
62b07d8806
Add AES-SIV (RFC 5297).
|
2 年之前 |
Eric Blankenhorn
|
6197853f37
Document wc_AesCfbEncrypt and wc_AesCfbDecrypt
|
2 年之前 |
Daniel Pouzzner
|
5d9ee97530
WOLFSSL_AES_CBC_LENGTH_CHECKS: add gated logic to aes.c wc_AesCbc{En,De}crypt() to return BAD_LENGTH_E when input length is not a multiple of AES_BLOCK_SIZE; add gated tests of new functionality in test_wc_AesCbcEncryptDecrypt(); fix first encrypt-decrypt-memcmp in test_wc_AesCbcEncryptDecrypt() to span all of test vector and extend test vector length to be block-multiple; add ungated logic in platform-specific wc_AesCbc{En,De}crypt() routines to return with early success when blocks == 0 (also mitigates buffer overrun on short (less-than-AES_BLOCK_SIZE) input); add BAD_LENGTH_E error code; update documentation.
|
3 年之前 |
abrahamsonn
|
765d97ae01
1. Trailing whitespace removal
|
6 年之前 |
connerwolfssl
|
554275ba71
documentation fix, changes made to x509_print for wolfCLU
|
6 年之前 |
connerwolfssl
|
13b7dad0fa
documentation clean up, added check for asn generalized time
|
6 年之前 |
Jacob Barthelmeh
|
fd691a5795
add aes init function to docs
|
6 年之前 |
connerwolfssl
|
ba40a71a3c
added script so ensure doxygen api documentation matches wolfssl api
|
6 年之前 |
connerwolfssl
|
17e88b47f6
Migrated documentation directory to doc. README updated. Error fixes. Moved make options to doc/include.am
|
6 年之前 |