Hayden Roche

Results 7 issues of Hayden Roche

wolfSSL support leverages wolfSSL's OpenSSL compatibility layer, which maps OpenSSL's API onto native wolfSSL functions. To use wolfSSL, clone the wolfSSL repo from GitHub, configure with --enable-tcpdump, make, and make...

`wolfSSL_X509_free` respects the reference counting mechanism used by `WOLFSSL_X509`s. `FreeX509` can be made a static function, only used in ssl.c by `ExternalFreeX509`.

Hello @rgerhards. I'm a software engineer with wolfSSL, and we recently had a customer ask us to port rsyslog from OpenSSL to wolfSSL. wolfSSL provides an OpenSSL compatibility layer that...

# Description ticketEncCb can return WC_PENDING_E. If it does in DoClientTicket, we need to propagate this up to the calling function (e.g. DoPreSharedKeys), rather than treating it as a failure....

This commit adds support for presenting an OpenSSH-style RSA SHA-1 cert as the host public key. It also adds support for receiving the same type of cert for user authentication.

# Description Currently, this is only supported with --enable-curve25519=small (macro CURVE25519_SMALL). Additionally, this commit adds support for using these non-blocking operations in the context of TLS 1.2 with the wolfSSL...

### Is your feature request related to a problem? There's a known problem with the I2C slave driver where it responds to master reads with garbage if the slave's TX...

Type: Feature Request
Status: Opened