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. %!s(int64=3) %!d(string=hai) anos
..
dox_comments 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. %!s(int64=3) %!d(string=hai) anos
formats 7467b4c456 Removed link/button to annotated.html page as it is currently broken %!s(int64=3) %!d(string=hai) anos
images 17e88b47f6 Migrated documentation directory to doc. README updated. Error fixes. Moved make options to doc/include.am %!s(int64=6) %!d(string=hai) anos
README.txt 9b8d4e91c2 Fixing some typos. Thanks to Fossies for the report %!s(int64=4) %!d(string=hai) anos
README_DOXYGEN 765d97ae01 1. Trailing whitespace removal %!s(int64=5) %!d(string=hai) anos
check_api.sh 460556ff45 Updated doxygen script %!s(int64=5) %!d(string=hai) anos
generate_documentation.sh 533f4a5c77 Speedups for the `git clone` calls in check scripts to use `--depth 1`. %!s(int64=5) %!d(string=hai) anos
include.am 0535a8a68a Added isntall flag, improved pathing for using doxygen to generate documentation %!s(int64=6) %!d(string=hai) anos

README.txt

The wolfSSL manual is available at:
http://www.wolfssl.com/documentation/wolfSSL-Manual.pdf

The wolfSSL API guide is available at:
https://www.wolfssl.com/doxygen/wolfssl_API.html

The wolfCrypt API guide is available at:
https://www.wolfssl.com/doxygen/wolfcrypt_API.html