]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/sparse_array.c
Raise an error on syscall failure in tls_retry_write_records
[thirdparty/openssl.git] / crypto / sparse_array.c
2024-04-04  willmafhtypo fix
2022-07-22  PauliCoverity 1507376: Dereference after null check
2022-05-03  Matt CaswellUpdate copyright year
2022-03-30  Paulisparse array: reduces the block size
2021-04-08  Matt CaswellUpdate copyright year
2021-03-18  Shane LontisAdd ossl_sa symbols
2020-10-15  Matt CaswellUpdate copyright year
2020-08-09  Shane LontisAdd 'on demand self test' and status test to providers
2019-09-28  Dr. Matthias St... Reorganize private crypto header files
2019-07-02  Antoine CœurFix Typos
2019-03-06  PauliMake the sparse array code use ossl_uintmax_t as its...
2019-02-18  PauliProperties for implementation selection.
2019-02-13  PauliSparse array iterators include index position.
2019-02-13  PauliSparse array limit testing: reduce the range limit...
2019-02-12  PauliFix typo in comment
2019-02-12  Richard LevitteTo use BN_BITS2, we'd better include openssl/bn.h
2019-02-12  PauliAdd sparse array data type.