Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | link internal apps statically | Brent Cook | 2023-05-27 | 1 | -2/+7 |
| | |||||
* | A handful of files were removed | Theo Buehler | 2023-04-25 | 1 | -1/+0 |
| | |||||
* | Add strtonum to compat library and export it | kinichiro | 2021-12-26 | 1 | -4/+0 |
| | | | | | crypto library requires strtonum now, and add it to compat library. remove it from applications compat/ directories. | ||||
* | Add '--enable-libtls-only' build option | Brent Cook | 2021-04-07 | 1 | -31/+5 |
| | |||||
* | re-add CMS to openssl(1) | Brent Cook | 2019-11-07 | 1 | -0/+1 |
| | |||||
* | add clock_gettime for macos 10.11 and earlier | Brent Cook | 2018-03-22 | 1 | -0/+6 |
| | |||||
* | fix static mingw builds, platform LDADD needs to come at the end | Brent Cook | 2017-01-09 | 1 | -2/+2 |
| | |||||
* | remove unneeded slash after DESTDIR | kinichiro | 2016-10-30 | 1 | -4/+4 |
| | |||||
* | remove cms | Brent Cook | 2016-09-14 | 1 | -1/+0 |
| | |||||
* | fix ld warning "attempted multiple inclusion of file" on Solaris | kinichiro | 2016-04-21 | 1 | -2/+2 |
| | | | | - To avoid ld warning on Solaris, use abs_top_builddir in Makefile.am | ||||
* | modify cmake to build nc | kinichiro | 2016-04-09 | 1 | -0/+1 |
| | | | | | | | | | | | - modify structure of CMakeLists.txt under apps/ * move apps/CMakeLists.txt to apps/openssl/ since this is for openssl build * create new apps/nc/CMakeLists.txt for nc build * modify apps/CMakeLists.txt just add_subdirectory() - add checking and compile of arc4random_uniform() - add installing man files, openssl.1 and nc.1 | ||||
* | Windows compatibility fixes | Brent Cook | 2015-10-18 | 1 | -2/+2 |
| | | | | | | | | | | | VS2013 has trouble with relative include paths for apps/openssl, so move certhash_win/apps_win.c back to apps/openssl. gmtime_r on mingw64 fails with negative time_t, override gmtime_s fails all of the time unit tests, override SHUT_RD/WR are defined in newer mingw64 headers, check before overriding | ||||
* | readd openssl.1, distribute nc.1 | Brent Cook | 2015-09-13 | 1 | -0/+2 |
| | |||||
* | add 'nc' to the distribution as an example of libtls client and server | Brent Cook | 2015-09-12 | 1 | -0/+116 |