-
-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Description
Description: The function ENGINE_get_name is deprecated and needs to either be removed entirely or made private to the openssl library.
Actions:
-
Determine if ENGINE_get_name is public to the openssl library.
-
If (1) is public, determine if other internal library functions need it
-
If (2) is true, migrate the function so that it is prototyped in a private header rather than a public header
-
If (1) is true, update the 4.0 migration guide to add this function with an explanation regarding what APIs should be used to replace it.
- Public API removed
- Documentation updated
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Done