-
-
Notifications
You must be signed in to change notification settings - Fork 11.1k
Closed
Labels
backlog fixThe issue was closed as part of the backlog reduction initiative.The issue was closed as part of the backlog reduction initiative.triaged: featureThe issue/pr requests/adds a featureThe issue/pr requests/adds a feature
Milestone
Description
I found this function was missing when porting code from openssl 1.0 to 1.1
It would be similar in use as SSL_is_server, but works on an SSL_CTX.
The body should be similar to how SSL_new initialises its server member:
s->server = (ctx->method->ssl_accept == ssl_undefined_function) ? 0 : 1;Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
backlog fixThe issue was closed as part of the backlog reduction initiative.The issue was closed as part of the backlog reduction initiative.triaged: featureThe issue/pr requests/adds a featureThe issue/pr requests/adds a feature
Type
Projects
Status
Done