openssl/include/crypto
Richard Levitte 1640d48c5b CORE & PROV: make export of key data leaner through callback
Exporting data from a provider owned domainparams or key is quite an
ordeal, with having to figure out what parameter keys an
implementation supports, call the export function a first time to find
out how large each parameter buffer must be, allocate the necessary
space for it, and call the export function again.

So how about letting the export function build up the key data params
and call back with that?  This change implements exactly such a
mechanism.

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/10414)
2019-11-14 10:53:14 +01:00
..
__DECC_INCLUDE_EPILOGUE.H
__DECC_INCLUDE_PROLOGUE.H
aria.h
asn1_dsa.h
asn1.h PKEY: adapt the export_to_provider funtions to handle domain params too 2019-10-17 13:01:14 +02:00
async.h
bn_conf.h.in
bn_dh.h
bn_srp.h
bn.h RSA generation: Use more bits of 1/sqrt(2) 2019-11-09 16:01:54 +01:00
chacha.h
ciphermode_platform.h
cms.h
cryptlib.h
ctype.h
dso_conf.h.in
ec.h
engine.h
err.h
ess.h
evp.h CORE & PROV: make export of key data leaner through callback 2019-11-14 10:53:14 +01:00
lhash.h
md32_common.h
modes.h
objects.h
poly1305.h Add ChaCha related ciphers to default provider 2019-10-16 16:18:42 +10:00
rand.h
rsa.h Added internal functions for easy getting and setting all RSA parameters. 2019-10-17 18:07:45 +02:00
sha.h
siphash.h
siv.h
sm2.h
sm2err.h Update source files for deprecation at 3.0 2019-11-07 11:37:25 +01:00
sm4.h
sparse_array.h
store.h
x509.h