aboutsummaryrefslogtreecommitdiff
path: root/man (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-09-12add some backcompat in nc, don't install itBrent Cook2-1/+10
2015-09-12more cmake testsBrent Cook1-1/+12
2015-09-12add 'nc' to the distribution as an example of libtls client and serverBrent Cook17-200/+227
2015-09-12add new testsBrent Cook2-0/+16
2015-09-12update manpage links, fix typoBrent Cook2-1/+11
2015-09-12sudo/doasBrent Cook1-1/+1
2015-09-11remove engine.c from CMakeBrent Cook1-1/+0
2015-09-11remove more deleted filesBrent Cook2-4/+0
2015-09-11first round of 2.3.0 release notesBrent Cook1-0/+38
2015-09-11remove engine from openssl(1)Brent Cook1-1/+0
2015-09-11add -lrt check for linuxBrent Cook1-0/+7
2015-09-11speed up builds without killing os x perhapsBrent Cook1-1/+1
2015-09-11add cmake test supportBrent Cook1-3/+20
2015-09-11Small README typoWill Tange1-1/+1
2015-09-11remove unneeded arc4random patchBrent Cook1-15/+0
2015-09-10add openbsd tag sync script + release verifierBrent Cook2-0/+90
gen-openbsd-tags.sh synchronizes local tags from the portable tree with the openbsd git mirror. It does this by matching commit timestamps, which can handle rehashing due to modifications of the git import scope if we need it later. check-release.sh generates a release tarball and compares it to an actual release. This has shown a few mistakes in past release, but we can use it to ensure are no issues with future releases.
2015-09-10ensure headers are sanitized before releaseBrent Cook2-2/+1
When a public header is removed, we need to ensure it gets removed in the release distribution as well. Also, remove nonexistent *.he exclude.
2015-09-09Remove cmake tests from travis builds for now.Brent Cook1-21/+3
This seemed like it should be easy, but apparently there are a lot of gotchas that need to be ironed out in a branch first.
2015-09-09fix a couple of travis build failuresBrent Cook1-2/+2
2015-09-09revert some travis shell portability tweaksBrent Cook1-4/+4
2015-09-09remove builtin travis cmake because it is too oldBrent Cook1-5/+0
2015-09-09try ninja on travis linux againBrent Cook1-1/+1
2015-09-09use newer cmake for travis linux builds, revise build scriptBrent Cook1-10/+16
2015-09-09travis' cmake does not support ninja, use makeBrent Cook2-3/+2
2015-09-09add travis-ci cmake testsBrent Cook2-20/+38
2015-09-09remove support for old MSVC versions, KNFBrent Cook1-551/+405
2015-09-09Do not build lib-objects targets if we are just building static libs.Brent Cook4-25/+26
This confuses some cmake targets.
2015-09-09updates for MSVC 2015's degenerate headersBrent Cook8-3/+42
Note that 'perror' moves from stdio.h to stdlib.h, and 'rename' moves from stdio.h to io.h. Also, standard C includes move from the compiler to the Windows SDK, which changes the base path for the include files.
2015-09-07distribute strcasecmp.cBrent Cook1-0/+3
2015-09-07disable shared CMake builds for OS X / Windows for nowBrent Cook4-12/+30
2015-09-07adjust order for ! .gitignore rule precedenceBrent Cook1-8/+9
2015-09-07update messages about Cygwin supportBrent Cook1-3/+2
2015-09-07distribute include and man CMakefilesBrent Cook2-1/+4
2015-09-01use CP_LIBC for copying tests/memmem.ckinichiro1-1/+1
2015-08-31add CP_LIBC, fix tls compilationBrent Cook1-4/+12
2015-08-31remove s3_meth.c from CMake buildsBrent Cook1-1/+0
2015-08-31remove DEF_WEAK from libc copiesBrent Cook1-3/+4
2015-08-30Delete s3_meth.c since it was only for SSLv3 support.Brent Cook1-1/+0
2015-08-30update Changelog for 2.2.3Brent Cook1-0/+14
2015-08-28replace remaining bash-only features in the update scriptBrent Cook2-20/+20
We used to need more features, but as the Makefile.am's stopped being dynamically generated, there is less need.
2015-08-19VERSION is now generatedBrent Cook1-2/+0
2015-08-19update pc files to use the package version, not library ABI versionBrent Cook3-3/+3
2015-08-19derive version numbers from VERSION filesBrent Cook1-14/+14
2015-08-18Add install targets and shared libraries to CMakeJeff Davey7-5/+61
2015-08-04disable strict aliasing on HP-UX C/aC++ compilerv2.2.2kinichiro1-1/+1
to disable strict aliasing on HP-UX C/aC++, `+Otype_safety=off` is right. `+Otype_safety=strong` forces ANSI aliasing.
2015-08-03rebuild manpages on opensslv.h changesBrent Cook1-1/+1
2015-08-03disable explicit_bzero optimizations with CMake buildsBrent Cook1-0/+1
2015-08-03update build informationBrent Cook2-3/+42
2015-08-03MSVC is not yet ready to build all of the testsBrent Cook1-1/+3
2015-08-03add win32-specific explicit_bzero implementationBrent Cook3-0/+18