aboutsummaryrefslogtreecommitdiff
path: root/scripts (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-09-21revise how headers are patched for windows, remove sed scriptsBrent Cook7-92/+102
2015-09-18visual studio path updatesBrent Cook3-3/+4
2015-09-17test cmake builds on osx as wellBrent Cook1-0/+1
2015-09-17remove SHA-0 from cmake buildsBrent Cook2-8/+0
2015-09-17final bit of SHA-0 removalBrent Cook1-1/+0
2015-09-17remove SHA-0Brent Cook2-3/+3
2015-09-17extend regression testsBrent Cook1-1/+2
run distcheck rather than just dist, cmake tests
2015-09-17add include/compat/readpassphrase.h to Makefile.amkinichiro1-0/+1
fix for https://github.com/libressl-portable/portable/issues/138
2015-09-16update changelog for SHA-0 removalBrent Cook1-0/+3
2015-09-16SHA-0 is gone, remove testBrent Cook1-5/+0
2015-09-16normalize amd64 to x86_64Brent Cook1-0/+4
This allows asm to be enabled on platforms that use amd64 in the host tuple.
2015-09-16Call the correct script for pidwraptest.sh.Brent Cook1-1/+2
This optional test was not reporting the correct results, noticed retesting against FreeBSD 11-current.
2015-09-13update changelog with latestBrent Cook1-0/+17
2015-09-13fix a library paths, nc patchBrent Cook2-4/+4
2015-09-13remove ecdh/ech_ossl.cBrent Cook1-1/+0
2015-09-13a few more linux nc build tweaksBrent Cook2-4/+18
2015-09-13fixup windows and older linux buildsBrent Cook3-4/+21
2015-09-13allow nc to build on linux and os xBrent Cook16-20/+603
2015-09-13ignore manpagesBrent Cook1-3/+4
2015-09-13fix spelling of OPENSSL_cleanseBrent Cook1-1/+1
2015-09-13use CP_LIBC for strtonumBrent Cook1-2/+2
2015-09-13move windows file IO mode setup to apps_win.cBrent Cook2-33/+36
2015-09-13ding-dong e_os2.h is deadBrent Cook1-1/+0
2015-09-13ech_ossl.h is goneBrent Cook1-1/+0
2015-09-13readd openssl.1, distribute nc.1Brent Cook3-0/+6
2015-09-13include new tls headersBrent Cook2-0/+3
2015-09-12restrict nc to openbsd builds for nowBrent Cook2-0/+6
2015-09-12correct nc compat pathBrent Cook1-1/+1
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