wolfssl
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!
# Description Fixes zd#20936 # Testing Built in tests, customer to confirm fix # Checklist - [ ] added tests - [ ] updated/added doxygen - [ ] updated appropriate...
# Description wip: TODO: consolidate CID size computation between dtls v1.2 and dtls v1.3. closes https://github.com/wolfSSL/wolfssl/issues/8939
# Description Implementations of AES-ECB, AES-CBC, AES-CTR, AES-GCM, AES-XTS with base instructions and NEON but not using crypto instructions. Benchmark of AES-ECB added. Updated AES tests. # Testing Regression tested...
# Description When configured with ``` ./configure --enable-opensslextra --enable-ech --enable-harden-tls CFLAGS='-UHAVE_TRUNCATED_HMAC' ``` ... unit test `test_wolfSSL_cert_cb_dyn_ciphers` fails because the ciphers are not valid. Fix excludes incompatible cipher when harden is...
# Description Add `RA6M4/tools` folder and contents to include.am # Testing Run `make dist` and verify that the folder and files are included in the distribution package. # Checklist -...
# Description When compiling for PIC, 30 and 31 are not always available. Alternative implementation added not using them that puts registers on the stack. Small code size version implemented...
### Contact Details _No response_ ### Version 5.8.2 ### Description Somehow we are back to a broken build on ppc in 5.8.2 (at least 5.8.0 worked fine with the same...
# Description In TLS 1.3, ignore valid unencrypted alerts that appear after encryption has started. Only ignore WOLFSSL_ALERT_COUNT_MAX-1 alerts. Fixes zd#20857 # Testing ./configure --disable-shared make ./tests/unit.test -test_tls13_plaintext_alert # Checklist...
### Version 4.1.0 ### Description Summary When compiling wolfSSL with ARM Compiler 5 (armcc) for Cortex-M4, the mp_mul_2d function produces out-of-range *tmpc values (exceeding MP_MASK = 0xFFFFFFF) in the before...
Fixes https://github.com/wolfSSL/wolfssl/issues/7356