Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bindings for config loading, add_builtin for statically linked provider #2034

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

marcbrevoort-cyberhive
Copy link

This exposes bindings for dealing with loading config files in runtime as well as for exposing statically linked providers to openssl.

shickey-ch and others added 2 commits August 14, 2023 13:42
* Implement binding for CONF_modules_load_file
Expose Provider::add_builtin for static builds

#[derive(Copy, Clone, PartialEq, Eq)]
pub struct ConfMflags(c_ulong);
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be generated with the bitflags macro.

filename: Option<P>,
appname: Option<String>,
flags: ConfMflags,
) -> Result<c_int, ErrorStack> {
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think you'll want an ffi::init() in here.

shickey-ch and others added 3 commits January 26, 2024 16:06
* Implement binding for CONF_modules_load_file
Expose Provider::add_builtin for static builds
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants