Skip to content

Rename isc_tlsctx_cache_new() to isc_tlsctx_cache_create(), tlsctx_client_session_cache_new() to tlsctx_client_session_create()

Artem Boldariev requested to merge 3748-rename-tls-caches-creation-functions into main

Additionally to renaming, it changes the functions definition so that they accept a pointer to pointer instead of returning a pointer to the new object.

It is mostly done to make it in line with other constructor functions in the module.

Closes #3748 (closed)

Edited by Artem Boldariev

Merge request reports