CVSROOT: /cvs Module name: src Changes by: js...@cvs.openbsd.org 2024/10/02 08:12:21
Modified files: regress/lib/libcrypto/exdata: exdata_test.c Log message: Enable additional CRYPTO_get_ex_new_index() tests. 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.