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

### Contact Details _No response_ ### Version 5.6.6 ### Description The following steps work: ``` $ ./autogen.sh $ ./configure $ make ``` However, this seems to fail: ``` feather$ make...

bug

# Description Adds wolfSSL TLS client example `make` and `cmake` support for the Espressif ESP8266. This update is in addition to the various ESP32 flavors, although the ESP32 only supports...

enhancement

# Description Adds the WOLF_CRYPTO_CB_ONLY_AES compile flag which removes all software AES and only allows for cryptoCb to handle the crypto # Testing Tested with internal cryptoCb project, hard to...

# Description Currently wolfssl.pc returns -lwolfssl only, regardless whether the linking is dynamic or static. libwolfssl uses a few math functions, like log() and pow(), so static linking of libwolfssl...

Found with: `./configure --enable-wolfclu --enable-asn=template 'CFLAGS=-DNO_ASN_TIME -DWOLFSSL_CUSTOM_OID -DHAVE_OID_ENCODING'`

### Version 5.6.6 ### Description my user_settings.h include: ``` #undef HAVE_CHACHA #define HAVE_CHACHA #undef USE_INTEL_SPEEDUP #define USE_INTEL_SPEEDUP ``` But when i try to link my app with WolfSSL static lib,...

### Version master ### Description I am maintaining some legacy code that does `wolfSSL_CTX_set_tmp_dh()`. The equivalent function in OpenSSL is discouraged and it is recommended to use built-in well-known DH...

question

Fixes https://github.com/wolfSSL/wolfssl/issues/7216

### Contact Details _No response_ ### Version Latest master 851f0590239475be5f00858123a5ded4e0a21c3f ### Description Cut and paste typo on src/keys.c (fix does not change the iv_size), replace GCM with CCM where appropriate....

bug