-
-
Notifications
You must be signed in to change notification settings - Fork 11k
Closed
Labels
triaged: featureThe issue/pr requests/adds a featureThe issue/pr requests/adds a feature
Milestone
Description
As dicussed in #13788, OpenSSL sometimes uses const in its API, but then casts it away internally. The const indicates that the it's logically constant.
The project should consider making the object pointers in all the up_ref/down_ref function be const and then internally cast it away. See X509_cmp() for an example.
Metadata
Metadata
Assignees
Labels
triaged: featureThe issue/pr requests/adds a featureThe issue/pr requests/adds a feature