Matt Caswell 28fd895305 Remove the function EVP_PKEY_set_alias_type 3 年 前
..
aes e442cdaea2 remove unused initialisations 3 年 前
aria 3c2bdd7df9 Update copyright year 3 年 前
asn1 6d9e045ef7 d2i_PrivateKey_decoder(): Fix premature exit on unsuccessful OSSL_DECODER_CTX_new_for_pkey() 3 年 前
async 3c2bdd7df9 Update copyright year 3 年 前
bf 33388b44b6 Update copyright year 4 年 前
bio 3c2bdd7df9 Update copyright year 3 年 前
bn 3c2bdd7df9 Update copyright year 3 年 前
buffer 605856d72c Update copyright year 3 年 前
camellia 33388b44b6 Update copyright year 4 年 前
cast 670ff08e77 Fix logic error for building x86 CAST assembly 4 年 前
chacha a135948dda Fix aarch64 static linking into shared libraries (see issue #10842 and pull request #11464) 3 年 前
cmac 9311d0c471 Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call 3 年 前
cmp 4669015d7b Add ossl_ x509 symbols 3 年 前
cms 3c2bdd7df9 Update copyright year 3 年 前
comp 3c2bdd7df9 Update copyright year 3 年 前
conf 3c2bdd7df9 Update copyright year 3 年 前
crmf 8020d79b40 Update copyright year 3 年 前
ct 3c2bdd7df9 Update copyright year 3 年 前
des 4333b89f50 Update copyright year 3 年 前
dh 3f883c7c83 Replace OSSL_PARAM_BLD_free_params() with OSSL_PARAM_free(). 3 年 前
dsa 3f883c7c83 Replace OSSL_PARAM_BLD_free_params() with OSSL_PARAM_free(). 3 年 前
dso 605856d72c Update copyright year 3 年 前
ec 3f883c7c83 Replace OSSL_PARAM_BLD_free_params() with OSSL_PARAM_free(). 3 年 前
encode_decode 3c2bdd7df9 Update copyright year 3 年 前
engine 3c2bdd7df9 Update copyright year 3 年 前
err e3c2a55d47 Add additional KMAC error 3 年 前
ess e72dbd8e13 Fix usages of const EVP_MD. 3 年 前
evp 28fd895305 Remove the function EVP_PKEY_set_alias_type 3 年 前
ffc 3c2bdd7df9 Update copyright year 3 年 前
hmac 2cf765e5a2 Delete unused PKEY MAC files 4 年 前
http 1e6174b1b5 OSSL_HTTP_REQ_CTX_transfer(): improve distinction of send error vs. receive error 3 年 前
idea 3c2bdd7df9 Update copyright year 3 年 前
kdf 905b097fd5 Deprecate ERR_load_KDF_strings() 4 年 前
lhash 3c2bdd7df9 Update copyright year 3 年 前
md2 33388b44b6 Update copyright year 4 年 前
md4 33388b44b6 Update copyright year 4 年 前
md5 605856d72c Update copyright year 3 年 前
mdc2 33388b44b6 Update copyright year 4 年 前
modes 3c2bdd7df9 Update copyright year 3 年 前
objects 3c2bdd7df9 Update copyright year 3 年 前
ocsp e6c2f96489 Fix more certificate related lib_ctx settings. 3 年 前
pem 4957d95208 PEM_X509_INFO_read_bio_ex(): Generalize to allow parsing any type of private key 3 年 前
perlasm 1dc1ea182b Fix many MarkDown issues in {NOTES*,README*,HACKING,LICENSE}.md files 4 年 前
pkcs12 8020d79b40 Update copyright year 3 年 前
pkcs7 0cfbc828e0 Deprecate the EVP_PKEY controls for CMS and PKCS#7 3 年 前
poly1305 3c2bdd7df9 Update copyright year 3 年 前
property 3c2bdd7df9 Update copyright year 3 年 前
rand 3c2bdd7df9 Update copyright year 3 年 前
rc2 33388b44b6 Update copyright year 4 年 前
rc4 572e6df7db rename md5_block_asm_data_order to ossl_md5_block_asm_data_order 3 年 前
rc5 33388b44b6 Update copyright year 4 年 前
ripemd b830e00429 Diverse build.info: Adjust paths 4 年 前
rsa 3f883c7c83 Replace OSSL_PARAM_BLD_free_params() with OSSL_PARAM_free(). 3 年 前
seed 33388b44b6 Update copyright year 4 年 前
sha 605856d72c Update copyright year 3 年 前
siphash 5db682733d Fix a TODO(3.0) in the siphash code 3 年 前
sm2 d11f644ba5 Fix up issues found when running evp_extra_test with a non-default library context 3 年 前
sm3 3c2bdd7df9 Update copyright year 3 年 前
sm4 3c2bdd7df9 Update copyright year 3 年 前
srp fc27fca84a Add ossl_bn_group symbols 3 年 前
stack a28d06f3e9 Update copyright year 3 年 前
store 3f883c7c83 Replace OSSL_PARAM_BLD_free_params() with OSSL_PARAM_free(). 3 年 前
ts 3c2bdd7df9 Update copyright year 3 年 前
txt_db 0e9725bcb9 Following the license change, modify the boilerplates in crypto/ 5 年 前
ui 3c2bdd7df9 Update copyright year 3 年 前
whrlpool 8020d79b40 Update copyright year 3 年 前
x509 dfccfde065 Inherit hostflags verify params even without hosts 3 年 前
LPdir_nyi.c 0e9725bcb9 Following the license change, modify the boilerplates in crypto/ 5 年 前
LPdir_unix.c db5cf86535 Fix a -Warray-bounds gcc warning in OPENSSL_DIR_read 4 年 前
LPdir_vms.c 0e9725bcb9 Following the license change, modify the boilerplates in crypto/ 5 年 前
LPdir_win.c 0e9725bcb9 Following the license change, modify the boilerplates in crypto/ 5 年 前
LPdir_win32.c 0e9725bcb9 Following the license change, modify the boilerplates in crypto/ 5 年 前
LPdir_wince.c 0e9725bcb9 Following the license change, modify the boilerplates in crypto/ 5 年 前
README-sparse_array.md 1dc1ea182b Fix many MarkDown issues in {NOTES*,README*,HACKING,LICENSE}.md files 4 年 前
alphacpuid.pl 33388b44b6 Update copyright year 4 年 前
arm64cpuid.pl 5ea64b456b Read MIDR_EL1 system register on aarch64 3 年 前
arm_arch.h 5ea64b456b Read MIDR_EL1 system register on aarch64 3 年 前
armcap.c 4333b89f50 Update copyright year 3 年 前
armv4cpuid.pl 33388b44b6 Update copyright year 4 年 前
asn1_dsa.c 3c2bdd7df9 Update copyright year 3 年 前
bsearch.c 5c3f1e34b5 ossl_bsearch(): New generic internal binary search utility function 5 年 前
build.info 884314cab7 Add OSSL_PARAM_dup() and OSSL_PARAM_merge(). 3 年 前
c64xpluscpuid.pl 33388b44b6 Update copyright year 4 年 前
context.c 4b1f34f11f property: lock the lib ctx when updating the property definition cache 3 年 前
core_algorithm.c 8f08957674 rename ossl_provider_forall_loaded to ossl_provider_doall_activated 3 年 前
core_fetch.c 4333b89f50 Update copyright year 3 年 前
core_namemap.c 285aa80ef1 Add ossl_lhash symbols 3 年 前
cpt_err.c 98ba251fe6 openssl_hexstr2buf_sep(): Prevent misleading 'malloc failure' errors on short input 3 年 前
cpuid.c ef83daf4da Refactor CPUID code 3 年 前
cryptlib.c ef83daf4da Refactor CPUID code 3 年 前
ctype.c 3c2bdd7df9 Update copyright year 3 年 前
cversion.c 26b7cc0d20 Cleanup include/openssl/opensslv.h.in 4 年 前
der_writer.c a55b00bdbc der: _ossl prefix DER functions 4 年 前
dllmain.c 25f2138b0a Reorganize private crypto header files 5 年 前
ebcdic.c 0e9725bcb9 Following the license change, modify the boilerplates in crypto/ 5 年 前
ex_data.c e4bec86910 Fix external symbols for crypto_* 3 年 前
getenv.c eec0ad10b9 Update copyright year 3 年 前
ia64cpuid.S 0e9725bcb9 Following the license change, modify the boilerplates in crypto/ 5 年 前
info.c b55a0b0ff2 Print CPUINFO also for s390 processors 4 年 前
init.c 3c2bdd7df9 Update copyright year 3 年 前
initthread.c 703c4d669d Convert a TODO(3.0) in OPENSSL_thread_stop_ex to a comment 3 年 前
mem.c f844f9eb44 Rename FIPS_MODE to FIPS_MODULE 4 年 前
mem_clr.c 0e9725bcb9 Following the license change, modify the boilerplates in crypto/ 5 年 前
mem_sec.c 3c2bdd7df9 Update copyright year 3 年 前
mips_arch.h ae4186b004 Fix header file include guard names 5 年 前
o_dir.c 0e9725bcb9 Following the license change, modify the boilerplates in crypto/ 5 年 前
o_fopen.c 605856d72c Update copyright year 3 年 前
o_init.c 0e9725bcb9 Following the license change, modify the boilerplates in crypto/ 5 年 前
o_str.c 3c2bdd7df9 Update copyright year 3 年 前
o_time.c 8020d79b40 Update copyright year 3 年 前
packet.c 9311d0c471 Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call 3 年 前
param_build.c 3f883c7c83 Replace OSSL_PARAM_BLD_free_params() with OSSL_PARAM_free(). 3 年 前
param_build_set.c 8020d79b40 Update copyright year 3 年 前
params.c 884314cab7 Add OSSL_PARAM_dup() and OSSL_PARAM_merge(). 3 年 前
params_dup.c 884314cab7 Add OSSL_PARAM_dup() and OSSL_PARAM_merge(). 3 年 前
params_from_text.c 27f37279df params: fix coverity 1473069: unchecked return values 3 年 前
pariscid.pl 33388b44b6 Update copyright year 4 年 前
passphrase.c 67b6401356 CORE: Fix small bug in passphrase caching 4 年 前
ppc_arch.h ae4186b004 Fix header file include guard names 5 年 前
ppccap.c f40fa7b9ad crypto/ppccap.c: Remove useless TODO 3.0 3 年 前
ppccpuid.pl 33388b44b6 Update copyright year 4 年 前
provider.c 8f08957674 rename ossl_provider_forall_loaded to ossl_provider_doall_activated 3 年 前
provider_conf.c 8020d79b40 Update copyright year 3 年 前
provider_core.c 860ecfd700 property: check return values from the property locking calls. 3 年 前
provider_local.h 3c2bdd7df9 Update copyright year 3 年 前
provider_predefined.c 3c2bdd7df9 Update copyright year 3 年 前
punycode.c eec0ad10b9 Update copyright year 3 年 前
s390x_arch.h 33388b44b6 Update copyright year 4 年 前
s390xcap.c 5768804d5a crypto/s390xcap.c: Add guards around the GETAUXVAL checks 4 年 前
s390xcpuid.pl 33388b44b6 Update copyright year 4 年 前
self_test_core.c b425001010 Rename OPENSSL_CTX prefix to OSSL_LIB_CTX 3 年 前
sparc_arch.h ae4186b004 Fix header file include guard names 5 年 前
sparccpuid.S 0e9725bcb9 Following the license change, modify the boilerplates in crypto/ 5 年 前
sparcv9cap.c 33388b44b6 Update copyright year 4 年 前
sparse_array.c 3c2bdd7df9 Update copyright year 3 年 前
threads_lib.c c739222b5a Fix no-threads 3 年 前
threads_none.c 3c2bdd7df9 Update copyright year 3 年 前
threads_pthread.c cd3f8c1b11 Always check CRYPTO_LOCK_{read,write}_lock 3 年 前
threads_win.c cd3f8c1b11 Always check CRYPTO_LOCK_{read,write}_lock 3 年 前
trace.c 3c2bdd7df9 Update copyright year 3 年 前
uid.c 6b10d29c1a Remove NextStep support 5 年 前
vms_rms.h 0e9725bcb9 Following the license change, modify the boilerplates in crypto/ 5 年 前
x86_64cpuid.pl 3c2bdd7df9 Update copyright year 3 年 前
x86cpuid.pl 33388b44b6 Update copyright year 4 年 前

README-sparse_array.md

Sparse Arrays

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.