summaryrefslogtreecommitdiffstats
path: root/crypto/sparse_array.c
AgeCommit message (Expand)Author
2022-07-22Coverity 1507376: Dereference after null checkPauli
2022-05-03Update copyright yearMatt Caswell
2022-03-30sparse array: reduces the block sizePauli
2021-04-08Update copyright yearMatt Caswell
2021-03-18Add ossl_sa symbolsShane Lontis
2020-10-15Update copyright yearMatt Caswell
2020-08-09Add 'on demand self test' and status test to providersShane Lontis
2019-09-28Reorganize private crypto header filesDr. Matthias St. Pierre
2019-07-02Fix TyposAntoine Cœur
2019-03-06Make the sparse array code use ossl_uintmax_t as its index rather than size_t.Pauli
2019-02-18Properties for implementation selection.Pauli
2019-02-14Sparse array iterators include index position.Pauli
2019-02-13Sparse array limit testing: reduce the range limit for the number of bitsPauli
2019-02-13Fix typo in commentPauli
2019-02-12To use BN_BITS2, we'd better include openssl/bn.hRichard Levitte
2019-02-12Add sparse array data type.Pauli