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 Fixes zd#17977 Credit to wolfSentry for the fix Customer to confirm fix, please do not merge before then # Testing Built in tests with --enable-dtlscid --enable-tls13 --enable-tlsx --enable-dtls13...

### Contact Details _No response_ ### Version latest master ### Description While working on https://github.com/wolfSSL/wolfssl/pull/7528 I discovered a new problem with the PlatformIO build of wolfSSL. The problem seems manifested...

bug

https://github.com/wolfSSL/wolfssl/blob/7782f8eed210d8869ae70f2efd7545b59cb25adf/wolfcrypt/src/ed25519.c#L783 I tried printing some values inside (first ed25519_smult-> first iteration first ed25519_double) https://github.com/wolfSSL/wolfssl/blob/7782f8eed210d8869ae70f2efd7545b59cb25adf/wolfcrypt/src/ge_low_mem.c#L525 https://github.com/wolfSSL/wolfssl/blob/7782f8eed210d8869ae70f2efd7545b59cb25adf/wolfcrypt/src/ge_low_mem.c#L426 https://github.com/wolfSSL/wolfssl/blob/7782f8eed210d8869ae70f2efd7545b59cb25adf/wolfcrypt/src/ge_low_mem.c#L347 /* A = X1^2 */ a = 0 0 0 0 0 0 0...

# Description Add option for using a custom salt for ourselves. TODO: Add test ZD 17988 # Testing ``` ./configure --enable-eccencrypt && make ``` # Checklist - [ ] added...

# Description This PR polishes https://github.com/wolfSSL/wolfssl/pull/7528 after feedback from @bandi13 and updates: - README files for each of the PlatformIO directories updated. - Publishing Instructions moved to `scripts` - Added...

# Description This PR updates `--enable-jni` to define `SESSION_CERTS`. This is needed for wolfJSSE `SSLSession.getPeerCertificate()` to return cert chain post handshake. # Testing Exposed through SunJSSE tests, specifically `SSLEngine.ConnectionTest`. This...

# Description `MQX_USE_IO_OLD` has been deprecated in MQXv5. This PR can be considered an extension of #2596. Fixes zd# n/a # Testing Tested on MQXv5 platform. # Checklist - [...

# Description Corrects the message in `src/ssl_load.c` to indicate the proper name of the file. Fixes zd# n/a # Testing How did you test? Briefly tested in my Espressif wolfTPM...

initial linuxkm compatibility (no asm yet) for wc_kyber, wc_xmss, and wc_lms, and smallstack refactors for `kyber512_kat()`, `kyber768_kat()`, `kyber1024_kat()`, and `kyber_test()`. tested with `wolfssl-multi-test.sh ... quantum-safe-wolfssl-all-crypto-only-noasm-linuxkm-insmod quantum-safe-wolfssl-all-max-total-stack-8k check-file-modes check-source-text quantum-safe-wolfssl-all-gcc-latest quantum-safe-wolfssl-all-clang-tidy...

`wolfcrypt/src/sha256.c`: in `WC_NO_INTERNAL_FUNCTION_POINTERS` code path (linuxkm), fix oversight whereby `Transform_Sha256_AVX1_Sha()` was used on targets with false `IS_INTEL_SHA(intel_flags)`. the former `SHA256_AVX1` method id is now split into `SHA256_AVX1_SHA` and `SHA256_AVX1_NOSHA`, with...