openssl/include/internal
Richard Levitte e74bd29053 Prepare EVP_MAC infrastructure for moving all MACs to providers
Quite a few adaptations are needed, most prominently the added code
to allow provider based MACs.

As part of this, all the old information functions are gone, except
for EVP_MAC_name().  Some of them will reappear later, for example
EVP_MAC_do_all() in some form.

MACs by EVP_PKEY was particularly difficult to deal with, as they
need to allocate and deallocate EVP_MAC_CTXs "under the hood", and
thereby implicitly fetch the corresponding EVP_MAC.  This means that
EVP_MACs can't be constant in a EVP_MAC_CTX, as their reference count
may need to be incremented and decremented as part of the allocation
or deallocation of the EVP_MAC_CTX.  It may be that other provider
based EVP operation types may need to be handled in a similar manner.

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/8877)
2019-08-15 22:12:25 +02:00
..
__DECC_INCLUDE_EPILOGUE.H Following the license change, modify the boilerplates in include/ and crypto/include/ 2018-12-06 15:57:31 +01:00
__DECC_INCLUDE_PROLOGUE.H Following the license change, modify the boilerplates in include/ and crypto/include/ 2018-12-06 15:57:31 +01:00
bio.h bio: Linux TLS Rx Offload 2019-04-01 11:54:48 +01:00
blake2.h Move digests to providers 2019-06-04 12:09:50 +10:00
comp.h Following the license change, modify the boilerplates in include/ and crypto/include/ 2018-12-06 15:57:31 +01:00
conf.h More configurable crypto and ssl library initialization 2019-01-07 14:02:28 -05:00
constant_time_locl.h Add value_barriers in constant time select functions 2019-07-18 15:55:19 +02:00
core.h Add internal function ossl_algorithm_do_all() 2019-07-23 06:34:09 +02:00
cryptlib.h Deprecated {OPENSSL,CRYPTO}_debug_mem_{push,pop} 2019-07-17 14:48:06 +02:00
dane.h Following the license change, modify the boilerplates in include/ and crypto/include/ 2018-12-06 15:57:31 +01:00
dso.h Following the license change, modify the boilerplates in include/ and crypto/include/ 2018-12-06 15:57:31 +01:00
dsoerr.h Regenerate mkerr files 2019-07-16 05:26:28 +02:00
err.h Following the license change, modify the boilerplates in include/ and crypto/include/ 2018-12-06 15:57:31 +01:00
ktls.h Linux ktls sendfile 2019-05-07 14:24:16 +01:00
md5_sha1.h Move digests to providers 2019-06-04 12:09:50 +10:00
namemap.h Replumbing: add support for multiple names per algorithm 2019-06-24 10:58:13 +02:00
nelem.h Following the license change, modify the boilerplates in include/ and crypto/include/ 2018-12-06 15:57:31 +01:00
numbers.h Remove tab characters from C source files. 2019-07-16 20:24:10 +10:00
o_dir.h Following the license change, modify the boilerplates in include/ and crypto/include/ 2018-12-06 15:57:31 +01:00
packet.h Give WPACKET the ability to have a NULL buffer underneath it 2019-07-12 06:26:46 +10:00
param_build.h Add param builder free function. 2019-07-19 01:14:07 +10:00
property.h Fix Typos 2019-07-02 14:22:29 +02:00
propertyerr.h Regenerate mkerr files 2019-07-16 05:26:28 +02:00
provider.h Prepare EVP_MAC infrastructure for moving all MACs to providers 2019-08-15 22:12:25 +02:00
refcount.h fix --strict-warnings build 2019-04-07 13:30:26 +02:00
sha3.h Move digests to providers 2019-06-04 12:09:50 +10:00
sm3.h Move digests to providers 2019-06-04 12:09:50 +10:00
sockets.h Cleanup vxworks support to be able to compile for VxWorks 7 2019-01-24 17:55:04 +01:00
sslconf.h Following the license change, modify the boilerplates in include/ and crypto/include/ 2018-12-06 15:57:31 +01:00
symhacks.h Rename provider and core get_param_types functions 2019-08-15 11:58:25 +02:00
thread_once.h Prevent the use of RUN_ONCE inside the FIPS module 2019-07-04 17:11:07 +01:00
tsan_assist.h Fix Typos 2019-07-02 14:22:29 +02:00