Open bagder opened 2 weeks ago
This same mistake exists for multiple function calls in the documentation.
@bagder I have a PR up here https://github.com/wolfSSL/wolfssl/pull/8161 which should fix this issue, please let me know if you had something else in mind.
Contact Details
reply here
Version
current online docs
Description
The example snippet for wolfSSL_CTX_use_certificate_buffer does two "suspicious" things:
sz
to zero, when it should be the size of the bufferlong
sosz
is using the wrong typeReproduction steps
No response
Relevant log output
No response