wolfssl icon indicating copy to clipboard operation
wolfssl copied to clipboard

The wolfSSL library is a small, fast, portable implementation of TLS/SSL for embedded devices to the cloud. wolfSSL supports up to TLS 1.3!

Results 490 wolfssl issues
Sort by recently updated
recently updated
newest added

# Description ticketEncCb can return WC_PENDING_E. If it does in DoClientTicket, we need to propagate this up to the calling function (e.g. DoPreSharedKeys), rather than treating it as a failure....

and remove two tables of language. # Description Please describe the scope of the fix or feature addition. add some instruction , modify to keep line under 80 character langth,...

### Version 5.6.6 ### Description Follow-up on #7155 ``` FAILED: esp-idf/wolfssl/CMakeFiles/__idf_wolfssl.dir/wolfcrypt/src/port/Espressif/esp32_sha.c.obj ccache /opt/esp/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.3-dev-1353-gb3f7e2c8a4\" -DLIBWOLFSSL_VERSION_GIT_BRANCH=\"main\" -DLIBWOLFSSL_VERSION_GIT_HASH=\"eb4487cf7e68dcf34a4a0781d933c8cc1e05c9d7\" -DLIBWOLFSSL_VERSION_GIT_HASH_DATE="\"'Mon Jan 22 17:41:44 2024 +0100'\"" -DLIBWOLFSSL_VERSION_GIT_ORIGIN=\"https://github.com/AchimPieters/esp32-homekit-demo.git\" -DLIBWOLFSSL_VERSION_GIT_SHORT_HASH=\"eb4487c\" -DLIBWOLFSSL_VERSION_WOLFSSL_ROOT=\"/project/components/wolfssl\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DWOLFSSL_USER_SETTINGS_DIR=\"//project//examples//led//components//wolfssl//include//user_settings.h\" -D_GLIBCXX_HAVE_POSIX_SEMAPHORE...

# Description ## Background While working on https://github.com/wolfSSL/wolfssh-examples/pull/4 an error was encountered calculating the SSH signature with the SHA256 HW Acceleration enabled on the Espressif ESP32. The root cause of...

bug
enhancement

# Description `wolfSSL_CTX_set1_groups_list()` and `wolfSSL_set1_groups_list()` were not using `const` for the `list` parameter like `wolfSSL_CTX_set1_sigalgs_list()` and `wolfSSL_set1_sigalgs_list()` do. # Testing Passing a `const char*` shall work now like it works...

# Description Extend PKCS7_VerifySignedData streaming to support PKCS7 bundle which has multiple part octet. Fixes zd#16606 # Testing Run an application and data provided in zd#16606. # Checklist - [x]...

# Description The function wc_ed448_sign_msg_ex() wasn't checking return value of ge448_scalarmult_base(). Fixes zd#17540

# Description Fixes zd# 17269 XREALLOC is used throughout our code, so it should always be defined rather than only when USE_INTEGER_HEAP_MATH or OPENSSL_EXTRA are defined.

### Contact Details [email protected] ### Version 5.5.4 ### Description https://github.com/wolfSSL/wolfssl/blob/master/IDE/Espressif/ESP-IDF/user_settings.h ### Reproduction steps 1. install wolfssl do Arduino 2. cnage user_settings.h 3. compile I managed to get rid of some...

bug

# Description Add EC_POINT_hex2point Enable HAVE_COMP_KEY for Compressed Key Fixes zd #17090 # Testing compressed and uncompressed in test_wolfSSL_EC_POINT, api.c # Checklist - [x] added tests - [ ] updated/added...