wolfssl
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!
Background: This function wc_SrpGetPublic takes in pointer to variable that will hold public Key. After function executes it writes the computed public key this variable. If public key variable is...
i played a few hours with wc_AesGcmEncrypt_ex and wc_AesGcmSetKey and read the source of the functions couldn't get the same cipher encrypted in one step , when encrypting in chunks...
In `internal.c` `ProcessPeerCerts()` line `10913`, the code seems to be structured in such a way if you have both OCSP and CRL enabled Wolf will first attempt to use OCSP...
### Contact Details [email protected] ### Version 5.5.0 ### Description Hi! I'm packaging this project for Arch Linux. When trying to build 5.5.0 I ran into issues during build due to...
Fixes build time errors detected by Azure build tests
# Description Support for arbitrary-sized tickets nonces. Ticket nonces are sent together with session tickets in TLSv1.3, and they are used to compute the PSK associated with the ticket. WolfSSL...
# Description Fixes #5602 # Testing How did you test? # Checklist - [ ] added tests - [ ] updated/added doxygen - [ ] updated appropriate READMEs - [...
# Description This PR improves the performance of CRL containing revoked certs ordered by certificate serial numbers. Initial parsing of the CRL and checking certificates against a parsed CRL is...
# Description RSAk CA signing a RSAk pub key cert with RSA-PSS signature. ``` $ ./examples/server/server -c ./certs/rsapss/server-mix-rsapss-cert.pem -k ./certs/server-key.pem -A ./certs/rsapss/client-rsapss.pem -V $ ./examples/client/client -A ./certs/ca-cert.pem -C -c ./certs/rsapss/client-rsapss.pem...