openssl/crypto
Richard Levitte 3e686afd04 Adapt i2d_PrivateKey for provider only keys
It uses EVP_PKEY serializers to get the desired results.

One might think that ddoing this might make things a bit dicy for
existing serializers, as they should obviously use i2d functions.
However, since our serializers use much more primitive functions
such as i2d_ASN1_INTEGER(), or keytype specific ones such as
i2d_RSAPrivateKey(), there is no clash.

Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/11056)
2020-02-14 14:14:16 +01:00
..
aes Fix misspelling errors and typos reported by codespell 2020-02-06 17:01:00 +01:00
aria
asn1 Adapt i2d_PrivateKey for provider only keys 2020-02-14 14:14:16 +01:00
async Use swapcontext for Intel CET 2020-02-07 23:25:37 +00:00
bf Do not silently truncate files on perlasm errors 2020-01-22 18:11:30 +01:00
bio add BIO_socket_wait(), BIO_wait(), and BIO_connect_retry() improving timeout support 2020-02-10 16:49:01 +01:00
bn Fix misspelling errors and typos reported by codespell 2020-02-06 17:01:00 +01:00
buffer
camellia Do not silently truncate files on perlasm errors 2020-01-22 18:11:30 +01:00
cast Do not silently truncate files on perlasm errors 2020-01-22 18:11:30 +01:00
chacha Do not silently truncate files on perlasm errors 2020-01-22 18:11:30 +01:00
cmac Deprecate the low level CMAC functions 2020-01-29 19:49:22 +10:00
cmp Generalize the HTTP client so far implemented mostly in crypto/ocsp/ocsp_ht.c 2020-02-10 16:49:37 +01:00
cms Don't use the low level AES key wrap APIs in CMS 2020-01-06 15:09:57 +00:00
comp
conf Make generated copyright year be "now" 2020-01-07 15:53:15 -05:00
crmf chunk 6 of CMP contribution to OpenSSL 2019-12-12 10:57:25 +00:00
ct Deprecate the low level SHA functions. 2020-01-19 10:14:39 +10:00
des Adapt all build.info and test recipes to the new $disabled{'deprecated-x.y'} 2020-02-07 14:54:36 +01:00
dh Deprecate the low level DSA functions. 2020-02-12 08:52:41 +10:00
dsa Deprecate the low level DSA functions. 2020-02-12 08:52:41 +10:00
dso
ec Add S390 support for provider based X25519/X448 2020-02-11 22:32:56 +00:00
engine Deprecate the low level SHA functions. 2020-01-19 10:14:39 +10:00
err Add X25519/X448 Key Exchange to the default provider 2020-02-11 22:32:56 +00:00
ess
evp Deprecate the low level DSA functions. 2020-02-12 08:52:41 +10:00
ffc Fix coverity issues 2020-02-14 07:28:46 +10:00
hmac Deprecate the low level HMAC functions 2020-01-29 19:49:23 +10:00
http fix build for new HTTP client in case OPENSSL_NO_CMP or OPENSSL_NO_OCSP 2020-02-12 12:29:59 +01:00
idea Deprecate the low level IDEA functions. 2020-01-19 10:38:49 +10:00
kdf
lhash
md2 Adapt all build.info and test recipes to the new $disabled{'deprecated-x.y'} 2020-02-07 14:54:36 +01:00
md4 Adapt all build.info and test recipes to the new $disabled{'deprecated-x.y'} 2020-02-07 14:54:36 +01:00
md5 Do not silently truncate files on perlasm errors 2020-01-22 18:11:30 +01:00
mdc2 Adapt all build.info and test recipes to the new $disabled{'deprecated-x.y'} 2020-02-07 14:54:36 +01:00
modes Do not silently truncate files on perlasm errors 2020-01-22 18:11:30 +01:00
objects Add support for DH 'modp' group parameters (RFC 3526) 2020-01-31 08:18:46 +10:00
ocsp Generalize the HTTP client so far implemented mostly in crypto/ocsp/ocsp_ht.c 2020-02-10 16:49:37 +01:00
pem Deprecate the low level DSA functions. 2020-02-12 08:52:41 +10:00
perlasm x86_64: Always generate .note.gnu.property section for ELF outputs 2020-02-13 17:14:00 +01:00
pkcs7
pkcs12 Deprecate the low level HMAC functions 2020-01-29 19:49:23 +10:00
poly1305 Do not silently truncate files on perlasm errors 2020-01-22 18:11:30 +01:00
property Fix some typos 2019-12-11 19:04:01 +01:00
rand RAND_DRBG: add a callback data for entropy and nonce callbacks 2020-02-07 11:38:02 +01:00
rc2 Deprecate the low level RC2 functions 2020-01-16 07:07:27 +10:00
rc4 Do not silently truncate files on perlasm errors 2020-01-22 18:11:30 +01:00
rc5 Do not silently truncate files on perlasm errors 2020-01-22 18:11:30 +01:00
ripemd Adapt all build.info and test recipes to the new $disabled{'deprecated-x.y'} 2020-02-07 14:54:36 +01:00
rsa Make the RSA ASYM_CIPHER implementation available inside the FIPS module 2020-02-13 14:14:30 +00:00
seed Deprecate the low level SEED functions 2020-01-16 07:06:14 +10:00
serializer Redesign the KEYMGMT libcrypto <-> provider interface - the basics 2020-02-07 09:37:56 +01:00
sha Fix misspelling errors and typos reported by codespell 2020-02-06 17:01:00 +01:00
siphash
sm2 Remove unused OSSL_PARAM_construct_from_text() function. 2020-02-12 19:45:42 +10:00
sm3 Cleanup legacy digest methods. 2019-12-18 14:46:01 +10:00
sm4
srp
stack
store
ts
txt_db
ui
whrlpool Adapt all build.info and test recipes to the new $disabled{'deprecated-x.y'} 2020-02-07 14:54:36 +01:00
x509 Add OSSL_SERIALIZER_PUBKEY_TO_DER_PQ and friends 2020-02-12 13:07:56 +01:00
alphacpuid.pl Do not silently truncate files on perlasm errors 2020-01-22 18:11:30 +01:00
arm64cpuid.pl Do not silently truncate files on perlasm errors 2020-01-22 18:11:30 +01:00
arm_arch.h
armcap.c
armv4cpuid.pl Do not silently truncate files on perlasm errors 2020-01-22 18:11:30 +01:00
asn1_dsa.c Fix some typos 2019-12-11 19:04:01 +01:00
bsearch.c
build.info Generalize the HTTP client so far implemented mostly in crypto/ocsp/ocsp_ht.c 2020-02-10 16:49:37 +01:00
c64xpluscpuid.pl Do not silently truncate files on perlasm errors 2020-01-22 18:11:30 +01:00
context.c
core_algorithm.c
core_fetch.c CORE: pass the full algorithm definition to the method constructor 2019-11-29 20:42:12 +01:00
core_namemap.c Modify EVP_CIPHER_is_a() and EVP_MD_is_a() to handle legacy methods too 2020-01-17 08:59:41 +01:00
cpt_err.c
cryptlib.c
ctype.c
cversion.c
dllmain.c
ebcdic.c
ex_data.c Deprecate most of debug-memory 2019-12-14 20:57:35 +01:00
getenv.c
ia64cpuid.S
info.c Modify the add_seeds_stringlist() macro to fix a preprocessor error 2020-01-07 16:28:37 +01:00
init.c
initthread.c Fix init_thread_stop 2020-01-20 14:41:36 +00:00
LPdir_nyi.c
LPdir_unix.c
LPdir_vms.c
LPdir_win32.c
LPdir_win.c
LPdir_wince.c
mem_clr.c
mem_sec.c Make minimum size for secure memory a size_t. 2020-02-05 09:09:29 +10:00
mem.c Memory allocator code cleanup 2020-02-10 16:49:10 +10:00
mips_arch.h
o_dir.c
o_fips.c
o_fopen.c
o_init.c
o_str.c
o_time.c
packet.c
param_build.c Remove unused ossl_param_bld_to_param_ex() function. 2020-02-12 19:45:42 +10:00
params_from_text.c Remove unused OSSL_PARAM_construct_from_text() function. 2020-02-12 19:45:42 +10:00
params.c
pariscid.pl Do not silently truncate files on perlasm errors 2020-01-22 18:11:30 +01:00
ppc_arch.h
ppccap.c
ppccpuid.pl Do not silently truncate files on perlasm errors 2020-01-22 18:11:30 +01:00
provider_conf.c
provider_core.c PROV: Add support for error queue marks and implement in FIPS module 2020-01-21 14:06:54 +01:00
provider_local.h
provider_predefined.c
provider.c
README.sparse_array
s390x_arch.h
s390xcap.c
s390xcpuid.pl Do not silently truncate files on perlasm errors 2020-01-22 18:11:30 +01:00
self_test_core.c Add FIPS Self test kats for digests 2020-01-15 10:48:01 +10:00
sparc_arch.h
sparccpuid.S
sparcv9cap.c Fix misspelling errors and typos reported by codespell 2020-02-06 17:01:00 +01:00
sparse_array.c
threads_none.c
threads_pthread.c
threads_win.c
trace.c
uid.c
vms_rms.h
x86_64cpuid.pl Do not silently truncate files on perlasm errors 2020-01-22 18:11:30 +01:00
x86cpuid.pl Do not silently truncate files on perlasm errors 2020-01-22 18:11:30 +01:00

The sparse_array.c file contains an implementation of a sparse array that
attempts to be both space and time efficient.

The sparse array is represented using a tree structure.  Each node in the
tree contains a block of pointers to either the user supplied leaf values or
to another node.

There are a number of parameters used to define the block size:

    OPENSSL_SA_BLOCK_BITS   Specifies the number of bits covered by each block
    SA_BLOCK_MAX            Specifies the number of pointers in each block
    SA_BLOCK_MASK           Specifies a bit mask to perform modulo block size
    SA_BLOCK_MAX_LEVELS     Indicates the maximum possible height of the tree

These constants are inter-related:
    SA_BLOCK_MAX        = 2 ^ OPENSSL_SA_BLOCK_BITS
    SA_BLOCK_MASK       = SA_BLOCK_MAX - 1
    SA_BLOCK_MAX_LEVELS = number of bits in size_t divided by
                          OPENSSL_SA_BLOCK_BITS rounded up to the next multiple
                          of OPENSSL_SA_BLOCK_BITS

OPENSSL_SA_BLOCK_BITS can be defined at compile time and this overrides the
built in setting.

As a space and performance optimisation, the height of the tree is usually
less than the maximum possible height.  Only sufficient height is allocated to
accommodate the largest index added to the data structure.

The largest index used to add a value to the array determines the tree height:

        +----------------------+---------------------+
        | Largest Added Index  |   Height of Tree    |
        +----------------------+---------------------+
        | SA_BLOCK_MAX     - 1 |          1          |
        | SA_BLOCK_MAX ^ 2 - 1 |          2          |
        | SA_BLOCK_MAX ^ 3 - 1 |          3          |
        | ...                  |          ...        |
        | size_t max           | SA_BLOCK_MAX_LEVELS |
        +----------------------+---------------------+

The tree height is dynamically increased as needed based on additions.

An empty tree is represented by a NULL root pointer.  Inserting a value at
index 0 results in the allocation of a top level node full of null pointers
except for the single pointer to the user's data (N = SA_BLOCK_MAX for
brevity):

        +----+
        |Root|
        |Node|
        +-+--+
          |
          |
          |
          v
        +-+-+---+---+---+---+
        | 0 | 1 | 2 |...|N-1|
        |   |nil|nil|...|nil|
        +-+-+---+---+---+---+
          |
          |
          |
          v
        +-+--+
        |User|
        |Data|
        +----+
    Index 0


Inserting at element 2N+1 creates a new root node and pushes down the old root
node.  It then creates a second second level node to hold the pointer to the
user's new data:

        +----+
        |Root|
        |Node|
        +-+--+
          |
          |
          |
          v
        +-+-+---+---+---+---+
        | 0 | 1 | 2 |...|N-1|
        |   |nil|   |...|nil|
        +-+-+---+-+-+---+---+
          |       |
          |       +------------------+
          |                          |
          v                          v
        +-+-+---+---+---+---+      +-+-+---+---+---+---+
        | 0 | 1 | 2 |...|N-1|      | 0 | 1 | 2 |...|N-1|
        |nil|   |nil|...|nil|      |nil|   |nil|...|nil|
        +-+-+---+---+---+---+      +---+-+-+---+---+---+
          |                              |
          |                              |
          |                              |
          v                              v
        +-+--+                         +-+--+
        |User|                         |User|
        |Data|                         |Data|
        +----+                         +----+
    Index 0                       Index 2N+1


The nodes themselves are allocated in a sparse manner.  Only nodes which exist
along a path from the root of the tree to an added leaf will be allocated.
The complexity is hidden and nodes are allocated on an as needed basis.
Because the data is expected to be sparse this doesn't result in a large waste
of space.

Values can be removed from the sparse array by setting their index position to
NULL.  The data structure does not attempt to reclaim nodes or reduce the
height of the tree on removal.  For example, now setting index 0 to NULL would
result in:

        +----+
        |Root|
        |Node|
        +-+--+
          |
          |
          |
          v
        +-+-+---+---+---+---+
        | 0 | 1 | 2 |...|N-1|
        |   |nil|   |...|nil|
        +-+-+---+-+-+---+---+
          |       |
          |       +------------------+
          |                          |
          v                          v
        +-+-+---+---+---+---+      +-+-+---+---+---+---+
        | 0 | 1 | 2 |...|N-1|      | 0 | 1 | 2 |...|N-1|
        |nil|nil|nil|...|nil|      |nil|   |nil|...|nil|
        +---+---+---+---+---+      +---+-+-+---+---+---+
                                         |
                                         |
                                         |
                                         v
                                       +-+--+
                                       |User|
                                       |Data|
                                       +----+
                                  Index 2N+1


Accesses to elements in the sparse array take O(log n) time where n is the
largest element.  The base of the logarithm is SA_BLOCK_MAX, so for moderately
small indices (e.g. NIDs), single level (constant time) access is achievable.
Space usage is O(minimum(m, n log(n)) where m is the number of elements in the
array.

Note: sparse arrays only include pointers to types.  Thus, SPARSE_ARRAY_OF(char)
can be used to store a string.