summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/exdata/exdata_test.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Enable additional CRYPTO_get_ex_new_index() tests.jsing2024-10-021-6/+1
| | | | | | | It was previously possible to call CRYPTO_get_ex_new_index() with either a negative index or a positive index that equaled or exceeded CRYPTO_EX_INDEX__COUNT. The reimplementation of exdata treats these as error cases.
* Codify more insane CRYPTO_EX_DATA API.jsing2024-03-251-9/+59
| | | | | | The current CRYPTO_EX_DATA implementation allows for data to be set without calling new, indexes can be used without allocation, new can be called without getting an index and dup can be called after new or without calling new.
* Add initial regress for CRYPTO_EX_DATA.jsing2023-12-271-0/+226