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