aboutsummaryrefslogtreecommitdiffstats
path: root/test/shlibloadtest.c
Commit message (Expand)AuthorAgeFilesLines
* Introduce a no-pinshared optionMatt Caswell2019-01-041-21/+25
* Test atexit handlersMatt Caswell2019-01-041-7/+51
* Don't link shlibloadtest against libcryptoMatt Caswell2019-01-041-49/+90
* Fix shlibloadtest to properly execute the dso_ref testMatt Caswell2019-01-041-9/+3
* Following the license change, modify the boilerplates in test/Richard Levitte2018-12-061-1/+1
* Switch to MAJOR.MINOR.PATCH versioning and version 3.0.0-devRichard Levitte2018-12-061-17/+22
* Extend dladdr() for AIX, consequence from changes for openssl#6368.Matthias Kraft2018-08-221-1/+6
* Fix a gcc-8 warning -Wcast-function-typeBernd Edlinger2018-03-311-2/+2
* test/shlibloadtest.c: make some variables block localRichard Levitte2018-03-231-2/+3
* test/shlibloadtest.c: fix various errorsRichard Levitte2018-03-231-4/+4
* Include "internal/dso_conf.h" where needed and appropriateRichard Levitte2018-03-231-0/+1
* Add dladdr() for AIXMatthias Kraft2018-03-201-2/+47
* Update copyright yearMatt Caswell2018-03-201-1/+1
* Stop test/shlibloadtest.c from failing in a regression testRichard Levitte2018-03-191-1/+13
* Remove OPENSSL_USE_NODELETE guards in shlibloadtestMatt Caswell2018-03-071-6/+0
* Update the test framework so that the need for test_main is removed. EverythingPauli2017-07-271-12/+10
* Add a missing break in test/shlibloadtest.cBernd Edlinger2017-06-161-1/+3
* Review feedback; use single main, #ifdef ADD_TESTRich Salz2017-05-121-20/+25
* Convert shlibloadtest to new frameworkRich Salz2017-05-121-144/+108
* Fix no-dso (shlibloadtest)Richard Levitte2016-11-101-4/+3
* Don't assume to know the shared library extensionRichard Levitte2016-11-041-16/+3
* test/shlibloadtest: small fixesRichard Levitte2016-11-031-6/+8
* Add a test to dynamically load and unload the librariesMatt Caswell2016-11-021-0/+243