Skip to content

EVP_SKEY_import_raw_key #29509

@dbear496

Description

@dbear496

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").

Metadata

Metadata

Assignees

No one assigned

    Labels

    issue: documentationThe issue reports errors in (or missing) documentation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions