Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | remove SHA-0 | Brent Cook | 2015-09-17 | 2 | -3/+3 | |
| | ||||||
* | extend regression tests | Brent Cook | 2015-09-17 | 1 | -1/+2 | |
| | | | | run distcheck rather than just dist, cmake tests | |||||
* | add include/compat/readpassphrase.h to Makefile.am | kinichiro | 2015-09-17 | 1 | -0/+1 | |
| | | | | fix for https://github.com/libressl-portable/portable/issues/138 | |||||
* | update changelog for SHA-0 removal | Brent Cook | 2015-09-16 | 1 | -0/+3 | |
| | ||||||
* | SHA-0 is gone, remove test | Brent Cook | 2015-09-16 | 1 | -5/+0 | |
| | ||||||
* | normalize amd64 to x86_64 | Brent Cook | 2015-09-16 | 1 | -0/+4 | |
| | | | | | This allows asm to be enabled on platforms that use amd64 in the host tuple. | |||||
* | Call the correct script for pidwraptest.sh. | Brent Cook | 2015-09-16 | 1 | -1/+2 | |
| | | | | | This optional test was not reporting the correct results, noticed retesting against FreeBSD 11-current. | |||||
* | update changelog with latest | Brent Cook | 2015-09-13 | 1 | -0/+17 | |
| | ||||||
* | fix a library paths, nc patch | Brent Cook | 2015-09-13 | 2 | -4/+4 | |
| | ||||||
* | remove ecdh/ech_ossl.c | Brent Cook | 2015-09-13 | 1 | -1/+0 | |
| | ||||||
* | a few more linux nc build tweaks | Brent Cook | 2015-09-13 | 2 | -4/+18 | |
| | ||||||
* | fixup windows and older linux builds | Brent Cook | 2015-09-13 | 3 | -4/+21 | |
| | ||||||
* | allow nc to build on linux and os x | Brent Cook | 2015-09-13 | 16 | -20/+603 | |
| | ||||||
* | ignore manpages | Brent Cook | 2015-09-13 | 1 | -3/+4 | |
| | ||||||
* | fix spelling of OPENSSL_cleanse | Brent Cook | 2015-09-13 | 1 | -1/+1 | |
| | ||||||
* | use CP_LIBC for strtonum | Brent Cook | 2015-09-13 | 1 | -2/+2 | |
| | ||||||
* | move windows file IO mode setup to apps_win.c | Brent Cook | 2015-09-13 | 2 | -33/+36 | |
| | ||||||
* | ding-dong e_os2.h is dead | Brent Cook | 2015-09-13 | 1 | -1/+0 | |
| | ||||||
* | ech_ossl.h is gone | Brent Cook | 2015-09-13 | 1 | -1/+0 | |
| | ||||||
* | readd openssl.1, distribute nc.1 | Brent Cook | 2015-09-13 | 3 | -0/+6 | |
| | ||||||
* | include new tls headers | Brent Cook | 2015-09-13 | 2 | -0/+3 | |
| | ||||||
* | restrict nc to openbsd builds for now | Brent Cook | 2015-09-12 | 2 | -0/+6 | |
| | ||||||
* | correct nc compat path | Brent Cook | 2015-09-12 | 1 | -1/+1 | |
| | ||||||
* | add some backcompat in nc, don't install it | Brent Cook | 2015-09-12 | 2 | -1/+10 | |
| | ||||||
* | more cmake tests | Brent Cook | 2015-09-12 | 1 | -1/+12 | |
| | ||||||
* | add 'nc' to the distribution as an example of libtls client and server | Brent Cook | 2015-09-12 | 17 | -200/+227 | |
| | ||||||
* | add new tests | Brent Cook | 2015-09-12 | 2 | -0/+16 | |
| | ||||||
* | update manpage links, fix typo | Brent Cook | 2015-09-12 | 2 | -1/+11 | |
| | ||||||
* | sudo/doas | Brent Cook | 2015-09-12 | 1 | -1/+1 | |
| | ||||||
* | remove engine.c from CMake | Brent Cook | 2015-09-11 | 1 | -1/+0 | |
| | ||||||
* | remove more deleted files | Brent Cook | 2015-09-11 | 2 | -4/+0 | |
| | ||||||
* | first round of 2.3.0 release notes | Brent Cook | 2015-09-11 | 1 | -0/+38 | |
| | ||||||
* | remove engine from openssl(1) | Brent Cook | 2015-09-11 | 1 | -1/+0 | |
| | ||||||
* | add -lrt check for linux | Brent Cook | 2015-09-11 | 1 | -0/+7 | |
| | ||||||
* | speed up builds without killing os x perhaps | Brent Cook | 2015-09-11 | 1 | -1/+1 | |
| | ||||||
* | add cmake test support | Brent Cook | 2015-09-11 | 1 | -3/+20 | |
| | ||||||
* | Small README typo | Will Tange | 2015-09-11 | 1 | -1/+1 | |
| | ||||||
* | remove unneeded arc4random patch | Brent Cook | 2015-09-11 | 1 | -15/+0 | |
| | ||||||
* | add openbsd tag sync script + release verifier | Brent Cook | 2015-09-10 | 2 | -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. | |||||
* | ensure headers are sanitized before release | Brent Cook | 2015-09-10 | 2 | -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. | |||||
* | Remove cmake tests from travis builds for now. | Brent Cook | 2015-09-09 | 1 | -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. | |||||
* | fix a couple of travis build failures | Brent Cook | 2015-09-09 | 1 | -2/+2 | |
| | ||||||
* | revert some travis shell portability tweaks | Brent Cook | 2015-09-09 | 1 | -4/+4 | |
| | ||||||
* | remove builtin travis cmake because it is too old | Brent Cook | 2015-09-09 | 1 | -5/+0 | |
| | ||||||
* | try ninja on travis linux again | Brent Cook | 2015-09-09 | 1 | -1/+1 | |
| | ||||||
* | use newer cmake for travis linux builds, revise build script | Brent Cook | 2015-09-09 | 1 | -10/+16 | |
| | ||||||
* | travis' cmake does not support ninja, use make | Brent Cook | 2015-09-09 | 2 | -3/+2 | |
| | ||||||
* | add travis-ci cmake tests | Brent Cook | 2015-09-09 | 2 | -20/+38 | |
| | ||||||
* | remove support for old MSVC versions, KNF | Brent Cook | 2015-09-09 | 1 | -551/+405 | |
| | ||||||
* | Do not build lib-objects targets if we are just building static libs. | Brent Cook | 2015-09-09 | 4 | -25/+26 | |
| | | | | This confuses some cmake targets. |