openssl/openssl

A method for duplicating library context

Open

#24,637 opened on Jun 13, 2024

View on GitHub
 (7 comments) (0 reactions) (0 assignees)C (11,262 forks)batch import
help wantedtriaged: feature

Repository metrics

Stars
 (30,157 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

Hi all

I think it will be really useful to have a method for duplicating library context. For example you create a base library context, then duplicate it and load additional provider in the duplicated one. Somehow similar to how OSSL_LIB_CTX_new_child works, for non-provider developers. This one cannot be used directly at least because of its arguments.

Best Regards

Contributor guide