aboutsummaryrefslogtreecommitdiff
path: root/test/shlibloadtest.c
AgeCommit message (Expand)AuthorFilesLines
2019-01-04Introduce a no-pinshared optionMatt Caswell1-21/+25
2019-01-04Test atexit handlersMatt Caswell1-7/+51
2019-01-04Don't link shlibloadtest against libcryptoMatt Caswell1-49/+90
2019-01-04Fix shlibloadtest to properly execute the dso_ref testMatt Caswell1-9/+3
2018-12-06Following the license change, modify the boilerplates in test/Richard Levitte1-1/+1
2018-12-06Switch to MAJOR.MINOR.PATCH versioning and version 3.0.0-devRichard Levitte1-17/+22
2018-08-22Extend dladdr() for AIX, consequence from changes for openssl#6368.Matthias Kraft1-1/+6
2018-03-31Fix a gcc-8 warning -Wcast-function-typeBernd Edlinger1-2/+2
2018-03-23test/shlibloadtest.c: make some variables block localRichard Levitte1-2/+3
2018-03-23test/shlibloadtest.c: fix various errorsRichard Levitte1-4/+4
2018-03-23Include "internal/dso_conf.h" where needed and appropriateRichard Levitte1-0/+1
2018-03-20Add dladdr() for AIXMatthias Kraft1-2/+47
2018-03-20Update copyright yearMatt Caswell1-1/+1
2018-03-19Stop test/shlibloadtest.c from failing in a regression testRichard Levitte1-1/+13
2018-03-07Remove OPENSSL_USE_NODELETE guards in shlibloadtestMatt Caswell1-6/+0
2017-07-27Update the test framework so that the need for test_main is removed. EverythingPauli1-12/+10
2017-06-16Add a missing break in test/shlibloadtest.cBernd Edlinger1-1/+3
2017-05-12Review feedback; use single main, #ifdef ADD_TESTRich Salz1-20/+25
2017-05-12Convert shlibloadtest to new frameworkRich Salz1-144/+108
2016-11-10Fix no-dso (shlibloadtest)Richard Levitte1-4/+3
2016-11-04Don't assume to know the shared library extensionRichard Levitte1-16/+3
2016-11-03test/shlibloadtest: small fixesRichard Levitte1-6/+8
2016-11-02Add a test to dynamically load and unload the librariesMatt Caswell1-0/+243