-
-
Notifications
You must be signed in to change notification settings - Fork 11.1k
Closed
Labels
issue: documentationThe issue reports errors in (or missing) documentationThe issue reports errors in (or missing) documentation
Description
Hello, I noticed the man3 for EVP_SKEY_import_raw_key doesn't look right. The type of the len parameter is shown as size_t *, i.e. pointer to size_t, but the evp.h header uses just a regular by-value size_t. I am using OpenSSL 3.6.0.
I also noticed that the design doc for evp_skey misspells the function as "EVP_SKEY_import_raw" (should be "EVP_SKEY_import_raw_key").
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
issue: documentationThe issue reports errors in (or missing) documentationThe issue reports errors in (or missing) documentation