openssl/include/internal
Richard Levitte 16feca7154 STORE: Move the built-in 'file:' loader to become an engine module
From this point on, this engine must be specifically specified.

To replace the internal EMBEDDED hack with something unique for the
new module, functions to create application specific OSSL_STORE_INFO
types were added.

Furthermore, the following function had to be exported:

ossl_do_blob_header()
ossl_do_PVK_header()
asn1_d2i_read_bio()

Finally, evp_pkcs82pkey_int() has become public under a new name,
EVP_PKCS82PKEY_with_libctx()

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/12587)
2020-09-03 17:48:32 +02:00
..
__DECC_INCLUDE_EPILOGUE.H
__DECC_INCLUDE_PROLOGUE.H
asn1.h STORE: Move the built-in 'file:' loader to become an engine module 2020-09-03 17:48:32 +02:00
bio.h
comp.h
conf.h
constant_time.h
core.h Update copyright year 2020-06-04 14:33:57 +01:00
cryptlib.h STORE: Add the base functions to support provider based loaders 2020-08-24 10:02:25 +02:00
dane.h
deprecated.h Update copyright year 2020-04-23 13:55:52 +01:00
der.h Change the provider implementation of X942kdf to use wpacket to do der encoding of sharedInfo 2020-08-04 12:18:51 +10:00
dso.h
dsoerr.h
endian.h Update copyright year 2020-07-16 14:47:04 +02:00
err.h
evp.h EVP & TLS: Add necessary EC_KEY data extraction functions, and use them 2020-04-08 15:30:25 +02:00
ffc.h Fix DSA/DH so that legacy keys can still be generated by the default provider 2020-08-17 23:40:20 +10:00
ktls.h Move KTLS inline functions only used by libssl into ssl/ktls.c. 2020-08-31 09:34:19 +01:00
namemap.h
nelem.h
numbers.h
o_dir.h
packet.h Update copyright year 2020-04-23 13:55:52 +01:00
param_build_set.h Add EVP_PKEY_gettable_params support for accessing EVP_PKEY key data fields 2020-04-01 15:51:18 +10:00
passphrase.h CORE: Generalise internal pass phrase prompter 2020-08-24 10:02:25 +02:00
pem.h PEM: Make general MSBLOB reader functions exposed internally 2020-08-07 04:13:28 +02:00
property.h Load the default config file before working with default properties 2020-08-17 11:27:51 +01:00
propertyerr.h Fix some typos 2019-12-11 19:04:01 +01:00
provider.h provider: disable fall-backs if OSSL_PROVIDER_load() fails. 2020-08-14 18:17:47 +10:00
refcount.h Fix one typo in a comment. 2020-06-21 10:09:48 +02:00
sha3.h
sizes.h PROV: Adapt the DSA signature implementation to provide Algorithmidentifiers 2020-01-28 08:08:22 +01:00
sm3.h
sockets.h Clean up macro definitions of openssl_fdset() in apps.h and sockets.h 2020-05-15 20:23:38 +02:00
sslconf.h
symhacks.h
thread_once.h Update copyright year 2020-05-15 14:09:49 +01:00
tlsgroups.h Update copyright year 2020-06-25 14:13:12 +01:00
tsan_assist.h