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

- Implement PACs for EAP-FAST - wolfSSL_set_session_ticket_ext_cb - server side wolfSSL_set_session_secret_cb (tls

### Contact Details [email protected] ### Version 5.5.1 ### Description The wolfssl server appears to be having some issues with the status_request extension of the Clienthello message, specifically: When the length...

bug

# Description Exposing a service API for the new submission effort (module v6.0.0) makes these checks now being exposed passable while running in FIPS mode. # Testing Using the operational...

I think there is a bug in the logic for setting the verification method in the Ada wrapper [here](https://github.com/wolfSSL/wolfssl/blob/c3d9fb61a88322eaaa237545e1027e05ac6c6d2f/wrapper/Ada/wolfssl.ads#L103). The documentation suggests it should be a logical OR operator [here](https://github.com/wolfSSL/wolfssl/blob/master/wrapper/Ada/wolfssl.adb#L174)....

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

### Contact Details my first name is laurenz. E-Mail [firstname][email protected] ### Version reproduced in current HEAD c768f76d5a72e77507241c7b7d0666a846a0d63 ### Description Hello! First and foremost thank you for the support provided so...

bug

# Description Sorts the contents of the `include.am` file. Included here rather than part of a larger PR I have in the works. Fixes zd# n/a # Testing How did...

### Version v5.6.3-stable ### Configuration: `./configure --disable-asm --enable-singlethreaded --enable-dtls --enable-dtls-mtu --enable-psk-one-id --enable-psk --enable-static --disable-extended-master --enable-opensslextra --enable-tlsv10 --enable-debug --enable-nullcipher --enable-all-crypto` ### Expected Behavior 1 The [DTLS 1.2 RFC](https://www.rfc-editor.org/rfc/rfc6347.html#page-13) specifies the following...

bug

# Description Make ChaCha20 and Poly1305 asm available for MSVC. Fixes #7213 # Testing Linux ASM still works. # Checklist - [ ] added tests - [ ] updated/added doxygen...