summaryrefslogtreecommitdiffstats
path: root/test/shlibloadtest.c
AgeCommit message (Expand)Author
2019-01-04Introduce a no-pinshared optionMatt Caswell
2019-01-04Test atexit handlersMatt Caswell
2019-01-04Don't link shlibloadtest against libcryptoMatt Caswell
2019-01-04Fix shlibloadtest to properly execute the dso_ref testMatt Caswell
2018-08-22Extend dladdr() for AIX, consequence from changes for openssl#6368.Matthias Kraft
2018-03-31Fix a gcc-8 warning -Wcast-function-typeBernd Edlinger
2018-03-23test/shlibloadtest.c: make some variables block localRichard Levitte
2018-03-23test/shlibloadtest.c: fix various errorsRichard Levitte
2018-03-23Include "internal/dso_conf.h" where needed and appropriateRichard Levitte
2018-03-20Add dladdr() for AIXMatthias Kraft
2018-03-20Update copyright yearMatt Caswell
2018-03-19Stop test/shlibloadtest.c from failing in a regression testRichard Levitte
2018-03-07Remove OPENSSL_USE_NODELETE guards in shlibloadtestMatt Caswell
2017-07-27Update the test framework so that the need for test_main is removed. EverythingPauli
2017-06-16Add a missing break in test/shlibloadtest.cBernd Edlinger
2017-05-12Review feedback; use single main, #ifdef ADD_TESTRich Salz
2017-05-12Convert shlibloadtest to new frameworkRich Salz
2016-11-10Fix no-dso (shlibloadtest)Richard Levitte
2016-11-04Don't assume to know the shared library extensionRichard Levitte
2016-11-03test/shlibloadtest: small fixesRichard Levitte
2016-11-02Add a test to dynamically load and unload the librariesMatt Caswell