summaryrefslogtreecommitdiff
path: root/crypto/sparse_array.c
Commit message (Expand)AuthorAgeFilesLines
* Coverity 1507376: Dereference after null checkPauli2022-07-221-2/+4
* Update copyright yearMatt Caswell2022-05-031-1/+1
* sparse array: reduces the block sizePauli2022-03-301-14/+9
* Update copyright yearMatt Caswell2021-04-081-1/+1
* Add ossl_sa symbolsShane Lontis2021-03-181-9/+8
* Update copyright yearMatt Caswell2020-10-151-1/+1
* Add 'on demand self test' and status test to providersShane Lontis2020-08-091-1/+1
* Reorganize private crypto header filesDr. Matthias St. Pierre2019-09-281-1/+1
* Fix TyposAntoine Cœur2019-07-021-1/+1
* Make the sparse array code use ossl_uintmax_t as its index rather than size_t.Pauli2019-03-061-13/+15
* Properties for implementation selection.Pauli2019-02-181-1/+1
* Sparse array iterators include index position.Pauli2019-02-141-9/+13
* Sparse array limit testing: reduce the range limit for the number of bitsPauli2019-02-131-1/+1
* Fix typo in commentPauli2019-02-131-1/+1
* To use BN_BITS2, we'd better include openssl/bn.hRichard Levitte2019-02-121-0/+1
* Add sparse array data type.Pauli2019-02-121-0/+213