aboutsummaryrefslogtreecommitdiff
path: root/include/openssl/ex_data.h
AgeCommit message (Expand)AuthorFilesLines
2024-03-07Rename CRYPTO_get_ex_new_index to CRYPTO_get_ex_new_index_exDavid Benjamin1-1/+1
2024-02-21Document some miscellaneous x509.h functionsDavid Benjamin1-2/+14
2023-12-05Consistently call CRYPTO_free_ex_data firstDavid Benjamin1-4/+5
2022-12-07Fix -Wshorten-64-to-32 errors in ex_data.c.David Benjamin1-1/+1
2017-08-18Run comment conversion script on include/David Benjamin1-42/+42
2017-05-23Remove ex_data's dup hook.David Benjamin1-20/+10
2015-12-15Skip free callbacks on empty CRYPTO_EX_DATAs.David Benjamin1-8/+9
2015-12-15Remove the CRYPTO_EX_new callback.David Benjamin1-16/+14
2015-06-10Correct various documentation typosKenny Root1-3/+3
2015-04-15Remove hash table lookups from ex_data.David Benjamin1-3/+2
2015-04-15Unexpose the generic ex_data functions.David Benjamin1-88/+39
2015-04-15Remove CRYPTO_ex_data_new_class.David Benjamin1-17/+1
2015-04-15Remove the ability to set custom ex_data implementations.David Benjamin1-17/+0
2015-04-07Remove unused ex_data indexes.Brian Smith1-16/+13
2014-07-31Add visibility rules.Adam Langley1-13/+18
2014-07-14Move public headers to include/openssl/Adam Langley1-1/+295
2014-06-20Inital import.Adam Langley1-0/+1