aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* add some backcompat in nc, don't install itBrent Cook2015-09-122-1/+10
* more cmake testsBrent Cook2015-09-121-1/+12
* add 'nc' to the distribution as an example of libtls client and serverBrent Cook2015-09-1217-200/+227
* add new testsBrent Cook2015-09-122-0/+16
* update manpage links, fix typoBrent Cook2015-09-122-1/+11
* sudo/doasBrent Cook2015-09-121-1/+1
* remove engine.c from CMakeBrent Cook2015-09-111-1/+0
* remove more deleted filesBrent Cook2015-09-112-4/+0
* first round of 2.3.0 release notesBrent Cook2015-09-111-0/+38
* remove engine from openssl(1)Brent Cook2015-09-111-1/+0
* add -lrt check for linuxBrent Cook2015-09-111-0/+7
* speed up builds without killing os x perhapsBrent Cook2015-09-111-1/+1
* add cmake test supportBrent Cook2015-09-111-3/+20
* Small README typoWill Tange2015-09-111-1/+1
* remove unneeded arc4random patchBrent Cook2015-09-111-15/+0
* add openbsd tag sync script + release verifierBrent Cook2015-09-102-0/+90
* ensure headers are sanitized before releaseBrent Cook2015-09-102-2/+1
* Remove cmake tests from travis builds for now.Brent Cook2015-09-091-21/+3
* fix a couple of travis build failuresBrent Cook2015-09-091-2/+2
* revert some travis shell portability tweaksBrent Cook2015-09-091-4/+4
* remove builtin travis cmake because it is too oldBrent Cook2015-09-091-5/+0
* try ninja on travis linux againBrent Cook2015-09-091-1/+1
* use newer cmake for travis linux builds, revise build scriptBrent Cook2015-09-091-10/+16
* travis' cmake does not support ninja, use makeBrent Cook2015-09-092-3/+2
* add travis-ci cmake testsBrent Cook2015-09-092-20/+38
* remove support for old MSVC versions, KNFBrent Cook2015-09-091-551/+405
* Do not build lib-objects targets if we are just building static libs.Brent Cook2015-09-094-25/+26
* updates for MSVC 2015's degenerate headersBrent Cook2015-09-098-3/+42
* distribute strcasecmp.cBrent Cook2015-09-071-0/+3
* disable shared CMake builds for OS X / Windows for nowBrent Cook2015-09-074-12/+30
* adjust order for ! .gitignore rule precedenceBrent Cook2015-09-071-8/+9
* update messages about Cygwin supportBrent Cook2015-09-071-3/+2
* distribute include and man CMakefilesBrent Cook2015-09-072-1/+4
* use CP_LIBC for copying tests/memmem.ckinichiro2015-09-011-1/+1
* add CP_LIBC, fix tls compilationBrent Cook2015-08-311-4/+12
* remove s3_meth.c from CMake buildsBrent Cook2015-08-311-1/+0
* remove DEF_WEAK from libc copiesBrent Cook2015-08-311-3/+4
* Delete s3_meth.c since it was only for SSLv3 support.Brent Cook2015-08-301-1/+0
* update Changelog for 2.2.3Brent Cook2015-08-301-0/+14
* replace remaining bash-only features in the update scriptBrent Cook2015-08-282-20/+20
* VERSION is now generatedBrent Cook2015-08-191-2/+0
* update pc files to use the package version, not library ABI versionBrent Cook2015-08-193-3/+3
* derive version numbers from VERSION filesBrent Cook2015-08-191-14/+14
* Add install targets and shared libraries to CMakeJeff Davey2015-08-187-5/+61
* disable strict aliasing on HP-UX C/aC++ compilerv2.2.2kinichiro2015-08-041-1/+1
* rebuild manpages on opensslv.h changesBrent Cook2015-08-031-1/+1
* disable explicit_bzero optimizations with CMake buildsBrent Cook2015-08-031-0/+1
* update build informationBrent Cook2015-08-032-3/+42
* MSVC is not yet ready to build all of the testsBrent Cook2015-08-031-1/+3
* add win32-specific explicit_bzero implementationBrent Cook2015-08-033-0/+18