aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* further refactoring, working libtls-standaloneBrent Cook2015-05-2312-316/+172
* refactor configure into separate m4 macrosBrent Cook2015-05-236-264/+314
* stub in initial libtls standalone treeBrent Cook2015-05-2314-121/+406
* adding support for bitrigDave Huseby2015-05-141-1/+1
* add branch coverage, skip coverage check of tests themselvesBrent Cook2015-05-071-1/+7
* distcheck fixesBrent Cook2015-05-064-3/+6
* add app tests from regress/usr.bin/opensslBrent Cook2015-05-067-0/+564
* use the same gcc test for AIX as HP-UXBrent Cook2015-04-271-1/+1
* modify for HP-UX build, choose correct CFLAGS for gcc.kinichiro2015-04-271-1/+1
* use soft links for related man pages.Brent Cook2015-04-261-2/+1
* remove unneeded check for sys/sysctl.hBrent Cook2015-04-191-1/+1
* use alternate cflags on AIX and HP-UX vendor compilersBrent Cook2015-04-191-1/+11
* Revert configure-time checks for -Wall/-std=gnu99Brent Cook2015-04-141-36/+14
* make compiler checks for -Wall and -std=gnu99Brent Cook2015-04-141-14/+36
* remove issetuigid wrappers, now that all getenv calls are gone.Brent Cook2015-04-149-244/+3
* Add experimental AIX support.Brent Cook2015-03-314-1/+123
* avoid install failures on case-insensitive file systemsBrent Cook2015-03-312-2/+3
* Use mandoc database to get man links.Brent Cook2015-03-273-1059/+1192
* move define to CPPFLAGSBrent Cook2015-03-221-1/+1
* Merged support for using _OPENBSD_SOURCE on NetBSD 8.xBrent Cook2015-03-221-0/+1
|\
| * Reuse _OPENBSD_SOURCE namespace on NetBSD (>=8.x)Kamil Rytarowski2015-03-081-0/+1
* | copy remaining test harness dependenciesBrent Cook2015-03-221-2/+5
* | copy memmem.c on updateBrent Cook2015-03-221-0/+1
* | rework CFLAGS/CPPFLAGS settings during configurationBrent Cook2015-03-228-52/+51
* | move clang flags adjustment next to the check, fix typoBrent Cook2015-03-221-3/+3
* | check for build tools earlier in configurationBrent Cook2015-03-221-7/+6
* | the BIO_sock_init() patch is upstream.Brent Cook2015-03-222-46/+0
* | Merge native cygwin supportBrent Cook2015-03-215-81/+293
|\ \
| * | rework tests Makefile.amBrent Cook2015-03-215-89/+289
| * | Allow to disable tests easilyCorinna Vinschen2015-03-041-25/+33
| * | Drop test for adding -lssp again, not required with latest libtoolCorinna Vinschen2015-03-031-1/+1
| * | Add preliminary Cygwin supportCorinna Vinschen2015-03-031-1/+5
| |/
* | set version to 2.2.0 on masterBrent Cook2015-03-191-1/+1
* | update changelog for 2.1.6Brent Cook2015-03-191-0/+19
* | enable libtls by defaultBrent Cook2015-03-199-26/+7
* | expand on changelogBrent Cook2015-03-091-1/+6
* | use correct patch levelBrent Cook2015-03-091-1/+1
* | clarify 2.1.5 release noteBrent Cook2015-03-081-1/+1
* | update changelog for 2.1.5Brent Cook2015-03-081-0/+7
* | bump version to 2.1.5Brent Cook2015-03-081-1/+1
* | update __STRICT_ALIGNMENT checkBrent Cook2015-03-081-3/+7
* | initialize winsock earlier in openssl(1)Brent Cook2015-03-082-9/+55
* | specify -static-libgcc for mingw buildsBrent Cook2015-03-082-1/+3
* | fix hangs reading stdin on WindowsBrent Cook2015-03-081-23/+16
* | avoid doubling user-specified cflagsBrent Cook2015-03-071-2/+2
|/
* Add '-windows' to windows binary archive.v2.1.4Brent Cook2015-03-021-1/+1
* add windows README, package README files with distributionBrent Cook2015-03-022-1/+41
* point out where to report bugs, update links.Brent Cook2015-03-022-3/+7
* update changelog with security updatesBrent Cook2015-03-021-7/+33
* add a simple code coverage generation scriptBrent Cook2015-03-011-0/+37