aboutsummaryrefslogtreecommitdiff
path: root/apps/ocspcheck (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add strtonum to compat library and export itkinichiro2021-12-262-12/+0
| | | | | crypto library requires strtonum now, and add it to compat library. remove it from applications compat/ directories.
* Remove unneeded target_include_directories with cmakekinichiro2021-12-041-0/+1
| | | | | | | This could remove recurring of the same statement for include directories. Instead of this removals, apps/* and tests should have include path that had been provided by INTERFACE_INCLUDE_DIRECTORIES of target libs and internal static libs.
* Force cmake to link strtonum shim with Darwin less than 20kinichiro2021-05-221-1/+2
| | | | check_function_exists misinterprets as if strtonum exists on macos 10.15.
* 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
| | | | thanks to Cameron Palmer
* 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
| | | | - Issue #352 pointed out by @d3x0r
* Merge branch 'master' of https://github.com/libressl-portable/portable into ↵d3x0r2017-07-061-2/+3
|\ | | | | | | | | | | SkipInstall Fix merge conflicts from GNUInstallDirs merge to master.
| * use GNUInstallDirs from cmake to specify install paths.d3x0r2017-07-061-2/+2
| | | | | | | | Primarily this is to select whether 'lib64' or 'lib' is used on linux type systems.
* | Add option LIBRESSL_SKIP_INSTALLd3x0r2017-07-061-2/+4
|/ | | | | | | | Internally LIBRESSL_SKIP_INSTALL, if not set becomes ENABLE_LIBRESSL_INSTALL so this by default is enabled. defining LIBRESSL_SKIP_INSTALL before hand will disable all install() rules. This is useful if another project includes and links to this statically. I chose to add a prefix to avoid potential name collision because the options are cached globally. If the installation is skipped, maybe it should also disable building apps? I didn't do that.
* 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