openssl/include/internal
Richard Levitte abbc2c4083 Replumbing: add a configuration module for providers
This configuration module supports a configuration structure pretty
much like the engine configuration module, i.e. something like this:

    openssl_conf = openssl_init

    [openssl_init]
    providers = provider_section

    [provider_section]
    # Configure the provider named "foo"
    foo = foo_section
    # Configure the provider named "bar"
    bar = bar_section

    [foo_section]
    # Override name given in the provider section
    identity = myfoo
    # The exact path of the module.  This is platform specific
    module_path = /opt/openssl/modules/foo.so
    # Whether it should be automatically activated.  Value is unimportant
    activate = whatever

    # Anything else goes as well, and becomes parameters that the
    # provider can get
    what = 1
    # sub-sections will be followed as well
    ever = ever_section

    [ever_section]
    cookie = monster

All the configurations in a provider section and its sub-sections
become parameters for the provider to get, i.e. the "foo" provider
will be able to get values for the following keys (with associated
values shown):

    identity            => myfoo
    module_path         => /opt/openssl/modules/foo.so
    activate            => whatever
    what                => 1
    ever.cookie         => monster

Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/8549)
2019-04-03 11:42:48 +02:00
..
__DECC_INCLUDE_EPILOGUE.H
__DECC_INCLUDE_PROLOGUE.H
bio.h bio: Linux TLS Rx Offload 2019-04-01 11:54:48 +01:00
comp.h
conf.h More configurable crypto and ssl library initialization 2019-01-07 14:02:28 -05:00
constant_time_locl.h
core.h Replumbing: pass callback data to the algo destructor too 2019-03-18 14:27:02 +01:00
cryptlib.h Add an OpenSSL library context 2019-02-16 00:29:42 +01:00
dane.h
dso.h
dsoerr.h Rework DSO API conditions and configuration option 2019-04-01 06:14:50 +02:00
err.h
ktls.h Linux ktls Rx infrastructure 2019-04-01 11:54:48 +01:00
nelem.h
numbers.h
o_dir.h
o_str.h
property.h Properties for implementation selection. 2019-02-18 13:28:14 +10:00
propertyerr.h Add regenerated header files 2019-03-11 14:42:47 +01:00
provider.h Replumbing: add a configuration module for providers 2019-04-03 11:42:48 +02:00
refcount.h Avoid linking error on WCE700 for _InterlockedExchangeAdd(). 2019-03-29 09:51:24 +00:00
sockets.h Cleanup vxworks support to be able to compile for VxWorks 7 2019-01-24 17:55:04 +01:00
sslconf.h
symhacks.h Replumbing: Add the Provider Object, type OSSL_PROVIDER 2019-03-11 20:40:13 +01:00
thread_once.h Remove unnecessary trailing whitespace 2019-02-05 16:25:11 +01:00
tsan_assist.h Avoid linking error on WCE700 for _InterlockedExchangeAdd(). 2019-03-29 09:51:24 +00:00