Histórico de Commits

Autor SHA1 Mensagem Data
  David Garske 1c4d7285d3 Add documentation for HKDF functions. Improve param comments for devId. há 9 meses atrás
  Daniel Pouzzner 931ac4e568 add documentation for wc_AesXtsInit(), wc_AesXtsSetKeyNoInit(), wc_CmacFinalNoFree(), and wc_CmacFree(); há 10 meses atrás
  Anthony Hu cfa1b589c6 minor fix again há 10 meses atrás
  Anthony Hu e6bd8dce6e Minor fix. há 10 meses atrás
  Anthony Hu ad1f709455 Add missing references to wc_AesInit in the API docs. há 10 meses atrás
  Eric Blankenhorn 7223b5a708 Fix spelling warnings há 10 meses atrás
  Brett Nicholas fafb9e81c0 Add support for AES EAX mode, as described in https://eprint.iacr.org/2003/069 há 1 ano atrás
  Kareem 6cb2c84f12 Update AES documentation to clarify block size requirement. Fix parameter ordering in wc_ChaCha20Poly1305_Decrypt documentation. há 1 ano atrás
  kaleb-himes 9c1adbd83b Fix typo's in the code sample(s) há 1 ano atrás
  kaleb-himes 5bbdda6895 Document use of wc_AesFree() há 1 ano atrás
  Eric Blankenhorn fa30ab37b3 Add reference to wc_AesInit in Gmac API doc há 2 anos atrás
  Andrew Hutchings 5ea9d11295 Minor documentation cleanup há 2 anos atrás
  Anthony Hu 1bc71da1df Correction about AES using IV in docs há 2 anos atrás
  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). há 2 anos atrás
  Hayden Roche 62b07d8806 Add AES-SIV (RFC 5297). há 2 anos atrás
  Eric Blankenhorn 6197853f37 Document wc_AesCfbEncrypt and wc_AesCfbDecrypt há 2 anos atrás
  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. há 3 anos atrás
  abrahamsonn 765d97ae01 1. Trailing whitespace removal há 6 anos atrás
  connerwolfssl 554275ba71 documentation fix, changes made to x509_print for wolfCLU há 6 anos atrás
  connerwolfssl 13b7dad0fa documentation clean up, added check for asn generalized time há 6 anos atrás
  Jacob Barthelmeh fd691a5795 add aes init function to docs há 6 anos atrás
  connerwolfssl ba40a71a3c added script so ensure doxygen api documentation matches wolfssl api há 6 anos atrás
  connerwolfssl 17e88b47f6 Migrated documentation directory to doc. README updated. Error fixes. Moved make options to doc/include.am há 6 anos atrás