First version of the refactor
This commit is contained in:
@@ -0,0 +1,36 @@
|
||||
|
||||
int global_secure_context_init(void)
|
||||
{
|
||||
// TODO
|
||||
}
|
||||
|
||||
int global_secure_context_free(void)
|
||||
{
|
||||
// TODO
|
||||
}
|
||||
|
||||
int client_secure_context_init(ClientSecureContext *ctx)
|
||||
{
|
||||
// TODO
|
||||
}
|
||||
|
||||
int client_secure_context_free(ClientSecureContext *ctx)
|
||||
{
|
||||
// TODO
|
||||
}
|
||||
|
||||
int server_secure_context_init(ServerSecureContext *ctx)
|
||||
{
|
||||
// TODO
|
||||
}
|
||||
|
||||
int server_secure_context_free(ServerSecureContext *ctx)
|
||||
{
|
||||
// TODO
|
||||
}
|
||||
|
||||
int server_secure_context_add_certificate(ServerSecureContext *ctx,
|
||||
String domain, String cert_file)
|
||||
{
|
||||
// TODO
|
||||
}
|
||||
Reference in New Issue
Block a user