fangming.fang cd7a8e96bb Fix big-endian issue in chacha20 SVE implementation on aarch64 il y a 1 an
..
aes ef917549f5 Add vpaes-loongarch64.pl module. il y a 1 an
aria 36c269c302 Change loops conditions to make zero loop risk more obvious. il y a 2 ans
asn1 0f48050b5a Fix BIO_f_asn1() to properly report some errors il y a 1 an
async e077455e9e Stop raising ERR_R_MALLOC_FAILURE in most places il y a 1 an
bf 1567a821a4 crypto: Fix various typos, repeated words, align some spelling to LDP. il y a 1 an
bio 68801bcb76 Add BIO poll descriptors il y a 1 an
bn 30667f5c30 Limit size of modulus for bn_mul_mont and BN_mod_exp_mont_consttime il y a 1 an
buffer e077455e9e Stop raising ERR_R_MALLOC_FAILURE in most places il y a 1 an
camellia 9968c77539 Rename x86-32 assembly files from .s to .S. il y a 2 ans
cast 1567a821a4 crypto: Fix various typos, repeated words, align some spelling to LDP. il y a 1 an
chacha cd7a8e96bb Fix big-endian issue in chacha20 SVE implementation on aarch64 il y a 1 an
cmac e077455e9e Stop raising ERR_R_MALLOC_FAILURE in most places il y a 1 an
cmp fc93335760 OSSL_CMP_validate_msg(): make sure to reject protection type mismatch il y a 1 an
cms bf3f8f2c0e Ensure ossl_cms_EncryptedContent_init_bio() reports an error on no OID il y a 1 an
comp 3840271e98 Add zlib oneshot compression il y a 1 an
conf a8086e6bfc stack: Do not add error if pop/shift/value accesses outside of the stack il y a 1 an
crmf 084d3afd26 Compensate for CMP-related TODOs removed by PR #15539 il y a 1 an
ct e077455e9e Stop raising ERR_R_MALLOC_FAILURE in most places il y a 1 an
des 1567a821a4 crypto: Fix various typos, repeated words, align some spelling to LDP. il y a 1 an
dh 7c639f0b8e DH_check[_params]() use libctx of the dh for prime checks il y a 1 an
dsa f3090fc710 Implement deterministic ECDSA sign (RFC6979) il y a 1 an
dso 89d7231132 crypto/dso/dso_vms.c: Better definition of DSO_MALLOC() il y a 1 an
ec 836080a89a Support all five EdDSA instances from RFC 8032 il y a 1 an
encode_decode 9ab57f29c7 Coverity 1515953: negative loop bound il y a 1 an
engine 1567a821a4 crypto: Fix various typos, repeated words, align some spelling to LDP. il y a 1 an
err a2a09af086 Write SSL_R alerts to error state to keep updated strings il y a 1 an
ess e077455e9e Stop raising ERR_R_MALLOC_FAILURE in most places il y a 1 an
evp e51dd6ee1b Fix BIO_f_cipher() flushing il y a 1 an
ffc c734058309 crypto/*: Fix various typos, repeated words, align some spelling to LDP. il y a 1 an
hmac 21dfdbef49 Adapt other parts of the source to the changed EVP_Q_digest() and EVP_Q_mac() il y a 2 ans
hpke cae72eefc3 prevent HPKE sender setting seq unwisely il y a 1 an
http c734058309 crypto/*: Fix various typos, repeated words, align some spelling to LDP. il y a 1 an
idea c734058309 crypto/*: Fix various typos, repeated words, align some spelling to LDP. il y a 1 an
kdf 905b097fd5 Deprecate ERR_load_KDF_strings() il y a 4 ans
lhash 45ada6b92b Change all references to OpenSSL 3.1 to OpenSSL 3.2 in the master branch il y a 1 an
md2 33388b44b6 Update copyright year il y a 4 ans
md4 33388b44b6 Update copyright year il y a 4 ans
md5 9968c77539 Rename x86-32 assembly files from .s to .S. il y a 2 ans
mdc2 33388b44b6 Update copyright year il y a 4 ans
modes 50d9b2b5f1 Do not build P10-specific AES-GCM assembler on AIX il y a 1 an
objects b79da97cf8 Allow OBJ_create() to create an OBJ and NID with a NULL OID il y a 1 an
ocsp e077455e9e Stop raising ERR_R_MALLOC_FAILURE in most places il y a 1 an
pem adb408dc79 When using PEM_read_bio_PrivateKey_ex() the public key is optional il y a 1 an
perlasm b863e1e4c6 Add two new build targets to enable the possibility of using clang-cl as il y a 1 an
pkcs12 9eaf07ffe3 PKCS12_SAFEBAG_set0_attrs: Remove const from function signature il y a 1 an
pkcs7 056dade341 smime/pkcs7: disable the Bleichenbacher workaround il y a 1 an
poly1305 db24ed5430 Generate the preprocessed .s files for chacha and poly 1305 on ia64 il y a 2 ans
property 92a25e24e6 Fix occasional assertion failure when storing properties il y a 1 an
rand a88e97fcac Release the drbg in the global default context before engines il y a 1 an
rc2 bb4a32ba24 remove unused macro in rc2_local.h and rc5_local.h il y a 1 an
rc4 9968c77539 Rename x86-32 assembly files from .s to .S. il y a 2 ans
rc5 bb4a32ba24 remove unused macro in rc2_local.h and rc5_local.h il y a 1 an
ripemd 155a82d1fe Avoid putting ripemd_prov.c in libcommon otherwise it is regarded as fips source il y a 1 an
rsa 7efc653c43 Make RSA_generate_multi_prime_key() not segfault if e is NULL. il y a 1 an
seed 38fc02a708 Update copyright year il y a 3 ans
sha 119b7b5f2a crypto/sha/asm/sha512-ia64.pl: When checking assembler file names, ignore case il y a 1 an
siphash c734058309 crypto/*: Fix various typos, repeated words, align some spelling to LDP. il y a 1 an
sm2 e077455e9e Stop raising ERR_R_MALLOC_FAILURE in most places il y a 1 an
sm3 eea820f3e2 Add ROTATE inline asm support for SM3 il y a 1 an
sm4 accd3bdd11 Fix SM4 test failures on big-endian ARM processors il y a 1 an
srp f44d32fdfb add a check for the return of sk_SRP_gN_new_null() so that capture the potential memory error in time il y a 1 an
stack 3a09dfb4f9 Errors raised from OPENSSL_sk_set should have ERR_LIB_CRYPTO il y a 1 an
store c734058309 crypto/*: Fix various typos, repeated words, align some spelling to LDP. il y a 1 an
thread 14c593e003 Don't set cancel state/type il y a 1 an
ts c734058309 crypto/*: Fix various typos, repeated words, align some spelling to LDP. il y a 1 an
txt_db f9e8e2c0ab txt_db: fix -Wunused-but-set-variable il y a 1 an
ui e077455e9e Stop raising ERR_R_MALLOC_FAILURE in most places il y a 1 an
whrlpool 9968c77539 Rename x86-32 assembly files from .s to .S. il y a 2 ans
x509 dd1f28427b Refine the documents of several APIs il y a 1 an
LPdir_nyi.c 0e9725bcb9 Following the license change, modify the boilerplates in crypto/ il y a 5 ans
LPdir_unix.c fecb3aae22 Update copyright year il y a 2 ans
LPdir_vms.c 0e9725bcb9 Following the license change, modify the boilerplates in crypto/ il y a 5 ans
LPdir_win.c 0e9725bcb9 Following the license change, modify the boilerplates in crypto/ il y a 5 ans
LPdir_win32.c 0e9725bcb9 Following the license change, modify the boilerplates in crypto/ il y a 5 ans
LPdir_wince.c 0e9725bcb9 Following the license change, modify the boilerplates in crypto/ il y a 5 ans
README-sparse_array.md 1dc1ea182b Fix many MarkDown issues in {NOTES*,README*,HACKING,LICENSE}.md files il y a 3 ans
alphacpuid.pl 33388b44b6 Update copyright year il y a 4 ans
arm64cpuid.pl fecb3aae22 Update copyright year il y a 2 ans
arm_arch.h 88c53cf17d Apply SM4 optimization patch to Kunpeng-920 il y a 1 an
armcap.c f97ddfc305 Fix the code used to detect aarch64 capabilities when we don't have getauxval() il y a 1 an
armv4cpuid.pl 33388b44b6 Update copyright year il y a 4 ans
asn1_dsa.c 3c2bdd7df9 Update copyright year il y a 3 ans
bsearch.c 5c3f1e34b5 ossl_bsearch(): New generic internal binary search utility function il y a 5 ans
build.info f3090fc710 Implement deterministic ECDSA sign (RFC6979) il y a 1 an
c64xpluscpuid.pl 33388b44b6 Update copyright year il y a 4 ans
context.c f5a3669c8b Add functions supporting thread pool only when it is enabled il y a 1 an
core_algorithm.c e077455e9e Stop raising ERR_R_MALLOC_FAILURE in most places il y a 1 an
core_fetch.c e1eafe8c87 "Reserve" the method store when constructing methods il y a 1 an
core_namemap.c 5317b6ee1f Add deprecation macro for 3.1 and deprecate OPENSSL_LH_stats il y a 1 an
cpt_err.c 826da1451b err: add additional errors il y a 2 ans
cpuid.c fecb3aae22 Update copyright year il y a 2 ans
cryptlib.c fecb3aae22 Update copyright year il y a 2 ans
ctype.c a53d4f83fc Fixed typos in documentation and comments il y a 1 an
cversion.c 26b7cc0d20 Cleanup include/openssl/opensslv.h.in il y a 4 ans
der_writer.c 59196250cb der_writer: Use uint32_t instead of long. il y a 1 an
deterministic_nonce.c 5e42118de2 Address coverity issue CID 1517105 il y a 1 an
dllmain.c fecb3aae22 Update copyright year il y a 2 ans
ebcdic.c 0e9725bcb9 Following the license change, modify the boilerplates in crypto/ il y a 5 ans
ex_data.c e077455e9e Stop raising ERR_R_MALLOC_FAILURE in most places il y a 1 an
getenv.c fecb3aae22 Update copyright year il y a 2 ans
ia64cpuid.S 0e9725bcb9 Following the license change, modify the boilerplates in crypto/ il y a 5 ans
info.c 9c3de01512 info.c: Fix typos in seed macro name and description string il y a 1 an
init.c caf9317d7d Add ZSTD compression support (RFC8478bis) il y a 1 an
initthread.c fecb3aae22 Update copyright year il y a 2 ans
loongarch64cpuid.pl 7f2d6188c7 Add LoongArch64 cpuid and OPENSSL_loongarchcap_P il y a 1 an
loongarch_arch.h 7f2d6188c7 Add LoongArch64 cpuid and OPENSSL_loongarchcap_P il y a 1 an
loongarchcap.c 7f2d6188c7 Add LoongArch64 cpuid and OPENSSL_loongarchcap_P il y a 1 an
mem.c 5639ee79bd ERR: Make CRYPTO_malloc() and friends report ERR_R_MALLOC_FAILURE il y a 1 an
mem_clr.c 0e9725bcb9 Following the license change, modify the boilerplates in crypto/ il y a 5 ans
mem_sec.c a509b97d2c Do not check definition of a macro and use it in a single condition il y a 1 an
mips_arch.h ae4186b004 Fix header file include guard names il y a 4 ans
o_dir.c fecb3aae22 Update copyright year il y a 2 ans
o_fopen.c 1567a821a4 crypto: Fix various typos, repeated words, align some spelling to LDP. il y a 1 an
o_init.c fecb3aae22 Update copyright year il y a 2 ans
o_str.c e077455e9e Stop raising ERR_R_MALLOC_FAILURE in most places il y a 1 an
o_time.c 8020d79b40 Update copyright year il y a 3 ans
packet.c 6292519cd8 QUIC: Enable building with QUIC support disabled il y a 1 an
param_build.c c455f87aeb OSSL_PARAM_BLD and BIGNUM; ensure at least one byte is allocated il y a 1 an
param_build_set.c fecb3aae22 Update copyright year il y a 2 ans
params.c c2ae891483 In OSSL_PARAM_set_BN(), make sure that the data_size field is at least 1 il y a 1 an
params_dup.c e077455e9e Stop raising ERR_R_MALLOC_FAILURE in most places il y a 1 an
params_from_text.c e077455e9e Stop raising ERR_R_MALLOC_FAILURE in most places il y a 1 an
pariscid.pl 33388b44b6 Update copyright year il y a 4 ans
passphrase.c e077455e9e Stop raising ERR_R_MALLOC_FAILURE in most places il y a 1 an
ppccap.c fecb3aae22 Update copyright year il y a 2 ans
ppccpuid.pl fecb3aae22 Update copyright year il y a 2 ans
provider.c e077455e9e Stop raising ERR_R_MALLOC_FAILURE in most places il y a 1 an
provider_child.c 4da7663b02 For child libctx / provider, don't count self-references in parent il y a 2 ans
provider_conf.c e077455e9e Stop raising ERR_R_MALLOC_FAILURE in most places il y a 1 an
provider_core.c d3db25f568 Implement OSSL_PROVIDER_get0_default_search_path, add docs and tests. il y a 1 an
provider_local.h b7248964a4 make struct provider_info_st a full type il y a 2 ans
provider_predefined.c b7248964a4 make struct provider_info_st a full type il y a 2 ans
punycode.c 905ba92439 punycode: update to use WPACKET instead of using custom range checking il y a 1 an
quic_vlint.c 6292519cd8 QUIC: Enable building with QUIC support disabled il y a 1 an
riscv32cpuid.pl 61170642b1 Add RISC-V 32 cpuid support il y a 1 an
riscv64cpuid.pl 360f6dcc5a Add basic RISC-V cpuid and OPENSSL_riscvcap il y a 2 ans
riscvcap.c 360f6dcc5a Add basic RISC-V cpuid and OPENSSL_riscvcap il y a 2 ans
s390x_arch.h fecb3aae22 Update copyright year il y a 2 ans
s390xcap.c 42f111ad41 s390: Add new machine generation il y a 2 ans
s390xcpuid.pl 33388b44b6 Update copyright year il y a 4 ans
self_test_core.c fecb3aae22 Update copyright year il y a 2 ans
sleep.c 82d28c6b3c Rename ossl_sleep() to OSSL_sleep() and make it public il y a 1 an
sparccpuid.S 0e9725bcb9 Following the license change, modify the boilerplates in crypto/ il y a 5 ans
sparcv9cap.c 52f7e44ec8 Split bignum code out of the sparcv9cap.c il y a 2 ans
sparse_array.c 93429fc0ce Coverity 1507376: Dereference after null check il y a 1 an
threads_lib.c 523e54c15c Define threads_lib.c functions only for OPENSSL_SYS_UNIX il y a 1 an
threads_none.c 894f2166ef CRYPTO_THREAD_lock_new(): Avoid infinite recursion on allocation error il y a 1 an
threads_pthread.c 894f2166ef CRYPTO_THREAD_lock_new(): Avoid infinite recursion on allocation error il y a 1 an
threads_win.c 894f2166ef CRYPTO_THREAD_lock_new(): Avoid infinite recursion on allocation error il y a 1 an
time.c 02d0f87a8b time: move OSSL_TIME to libcrypto il y a 1 an
trace.c 78bd646b2f Avoid ifdefs in trace categories il y a 1 an
uid.c 3a1fa0116a Openssl fails to compile on Debian with kfreebsd kernels il y a 2 ans
vms_rms.h 0e9725bcb9 Following the license change, modify the boilerplates in crypto/ il y a 5 ans
x86_64cpuid.pl 3c2bdd7df9 Update copyright year il y a 3 ans
x86cpuid.pl 33388b44b6 Update copyright year il y a 4 ans

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.