aboutsummaryrefslogtreecommitdiff
path: root/apps/ocspcheck (follow)
Commit message (Expand)AuthorAgeFilesLines
* cmake: stop exporting compat functionsViktor Szakats2023-12-141-1/+1
* also fix ocspcheck and nc, dedupe build logicViktor Szakats2023-11-051-5/+1
* MSVC: Enable building ocspcheck.Pierre Wendling2023-10-291-4/+0
* generate opensslconf.h in build dir for cmakeBrent Cook2023-07-041-4/+8
* link internal apps staticallyBrent Cook2023-05-271-3/+9
* Add strtonum to compat library and export itkinichiro2021-12-262-12/+0
* Remove unneeded target_include_directories with cmakekinichiro2021-12-041-0/+1
* Force cmake to link strtonum shim with Darwin less than 20kinichiro2021-05-221-1/+2
* Add '--enable-libtls-only' build optionBrent Cook2021-04-071-1/+4
* include strtonum for ocspcheckBrent Cook2020-10-192-0/+11
* Install ocspcheck.8 manualkinichiro2020-01-091-0/+2
* add private includes for apps and testsBrent Cook2018-06-141-1/+1
* scope private/public headers when embedding into other projectsBrent Cook2018-05-291-7/+1
* bump base requirement to Windows Vista, use builtin inet_ntop/ptonBrent Cook2018-03-142-11/+0
* Fix checking memmem in apps/ocspcheck/CMakeLists.txtkinichiro2017-09-261-1/+1
* Merge branch 'master' of https://github.com/libressl-portable/portable into S...d3x0r2017-07-061-2/+3
|\
| * use GNUInstallDirs from cmake to specify install paths.d3x0r2017-07-061-2/+2
* | Add option LIBRESSL_SKIP_INSTALLd3x0r2017-07-061-2/+4
|/
* skip building ocspcheck on MSCVBrent Cook2017-01-271-0/+4
* Copy openbsd library file every time rather than statically checking inkinichiro2017-01-273-267/+0
* Add inet_ntop and memmem for ocspcheckkinichiro2017-01-264-0/+289
* initial ocspcheck integrationBrent Cook2017-01-242-0/+39