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 @dgarske ### Version v5.7.2 ### Description ASIO with wolfSSL having issue due to `OPENSSL_VERSION_NUMBER`. See https://github.com/chriskohlhoff/asio/issues/1515 ### Reproduction steps _No response_ ### Relevant log output _No response_

bug

Hi, I am using a program which relied on OpenSLL for elliptic curve and field arithmetics and SHA256, but wanted to switch to WolfSSL to improve memory efficiency. Everything works....

question

### Version 1 ### Description As we are moving away from openssl for dimension reason (in freshtomato.org), we are currently stuck as there's no support yet for the following software:...

### Version 5.7.0 ### Description The AES CTR interface to encrypt is run backwards to decrypt and use IV as input. This will prevent keys with usage set to ENCRYPT...

Feature Request

Part of the PIC18f effort to reduce memory used. This avoids having the application allocate a plain text buffer to then pass to wolfSSL and have copied over to an...

### Version wolfssl-5.7.2 ### Description ## Description trying yo install and build wolfSSL with liboqs following the https://github.com/wolfSSL/wolfssl/blob/master/INSTALL point 15 on debian 11 Following all the step provided by the...

### Contact Details GitHub or [email protected] ### Version 5.7.2 and 5.7.0 ### Description SourceForge user withoutname reported in [Privoxy SF bug #1765](https://sourceforge.net/p/ijbswa/support-requests/1765/) that [Privoxy](https://www.privoxy.org) 3.0.35 can't establish TLS connections to...

bug

# Description Improved performance by reworking kyber_ntt, kyber_invtt, kyber_basemul_mont, kyber_basemul_mont_add to be in assembly. # Testing ./configure '--disable-shared' '--enable-experimental' '--enable-kyber' '--enable-cryptonly' '--disable-rsa' '--disable-dh' '--disable-ecc' 'LDFLAGS=--static' '--host=armv7m' 'CC=arm-linux-gnueabi-gcc' '--enable-armasm' # Checklist...

# Description Rewrite the X509 STORE internals to replicate openssl behavior. Fixes zd 18689 # Testing Added 9 additional test cases to api.c # Checklist - [x] added tests -...