Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add strtonum to compat library and export it | kinichiro | 2021-12-26 | 2 | -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 cmake | kinichiro | 2021-12-04 | 1 | -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 20 | kinichiro | 2021-05-22 | 1 | -1/+2 |
| | | | | check_function_exists misinterprets as if strtonum exists on macos 10.15. | ||||
* | Add '--enable-libtls-only' build option | Brent Cook | 2021-04-07 | 1 | -1/+4 |
| | |||||
* | include strtonum for ocspcheck | Brent Cook | 2020-10-19 | 2 | -0/+11 |
| | |||||
* | Install ocspcheck.8 manual | kinichiro | 2020-01-09 | 1 | -0/+2 |
| | |||||
* | add private includes for apps and tests | Brent Cook | 2018-06-14 | 1 | -1/+1 |
| | |||||
* | scope private/public headers when embedding into other projects | Brent Cook | 2018-05-29 | 1 | -7/+1 |
| | | | | thanks to Cameron Palmer | ||||
* | bump base requirement to Windows Vista, use builtin inet_ntop/pton | Brent Cook | 2018-03-14 | 2 | -11/+0 |
| | |||||
* | Fix checking memmem in apps/ocspcheck/CMakeLists.txt | kinichiro | 2017-09-26 | 1 | -1/+1 |
| | | | | - Issue #352 pointed out by @d3x0r | ||||
* | Merge branch 'master' of https://github.com/libressl-portable/portable into ↵ | d3x0r | 2017-07-06 | 1 | -2/+3 |
|\ | | | | | | | | | | | SkipInstall Fix merge conflicts from GNUInstallDirs merge to master. | ||||
| * | use GNUInstallDirs from cmake to specify install paths. | d3x0r | 2017-07-06 | 1 | -2/+2 |
| | | | | | | | | Primarily this is to select whether 'lib64' or 'lib' is used on linux type systems. | ||||
* | | Add option LIBRESSL_SKIP_INSTALL | d3x0r | 2017-07-06 | 1 | -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 MSCV | Brent Cook | 2017-01-27 | 1 | -0/+4 |
| | |||||
* | Copy openbsd library file every time rather than statically checking in | kinichiro | 2017-01-27 | 3 | -267/+0 |
| | |||||
* | Add inet_ntop and memmem for ocspcheck | kinichiro | 2017-01-26 | 4 | -0/+289 |
| | |||||
* | initial ocspcheck integration | Brent Cook | 2017-01-24 | 2 | -0/+39 |