Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | update changelog to get the right openbsd source tagsv2.2.9OPENBSD_5_8 | Brent Cook | 2016-06-07 | 1 | -1/+1 |
| | |||||
* | update changelog | Brent Cook | 2016-06-06 | 1 | -0/+9 |
| | |||||
* | Update changelogv2.2.8 | Brent Cook | 2016-05-30 | 1 | -0/+4 |
| | |||||
* | set windows binary OPENSSLDIR to something plausible | Brent Cook | 2016-05-30 | 1 | -1/+1 |
| | |||||
* | moved patch upstreamv2.2.7 | Brent Cook | 2016-05-03 | 1 | -11/+0 |
| | |||||
* | prefer limits.h over sys/limits.h | Brent Cook | 2016-05-03 | 1 | -0/+11 |
| | |||||
* | update Changelog | Brent Cook | 2016-05-03 | 1 | -1/+6 |
| | |||||
* | add constant_time_locl.h | Brent Cook | 2016-05-02 | 1 | -0/+2 |
| | |||||
* | update changelog for 2.2.6v2.2.6 | Brent Cook | 2016-01-28 | 1 | -0/+4 |
| | |||||
* | update ChangeLog for 2.2.5v2.2.5 | Brent Cook | 2015-12-05 | 1 | -0/+19 |
| | |||||
* | update changelog for 2.2.4v2.2.4 | Brent Cook | 2015-10-15 | 3 | -15/+4 |
| | |||||
* | Use bundled headers instead of installed headers when building | Jeremy Huddleston Sequoia | 2015-10-15 | 2 | -6/+7 |
| | | | | | | | | | | | | | The build system incorrectly set include directives in AM_CFLAGS which causes them to be placed after the configured CPPFLAGS. Thus, if a user or packaging system sets CPPFLAGS to a location that has libressl or openssl headers installed, they will be used instead of the bundled versions. This corrects that issue by setting up the variables correctly. https://github.com/libressl-portable/portable/issues/150 Signed-off-by: Jeremy Huddleston Sequoia <jeremyhu@apple.com> | ||||
* | update changelog for 2.2.4 | Brent Cook | 2015-09-11 | 1 | -0/+4 |
| | |||||
* | bump version to 2.2.4 | Brent Cook | 2015-09-11 | 2 | -0/+14 |
| | |||||
* | 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 |
| | |||||
* | ensure headers are sanitized before release | Brent Cook | 2015-09-11 | 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 support for old MSVC versions, KNF | Brent Cook | 2015-09-11 | 1 | -551/+405 |
| | |||||
* | Do not build lib-objects targets if we are just building static libs. | Brent Cook | 2015-09-11 | 4 | -25/+26 |
| | | | | This confuses some cmake targets. | ||||
* | updates for MSVC 2015's degenerate headers | Brent Cook | 2015-09-11 | 8 | -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. | ||||
* | distribute strcasecmp.c | Brent Cook | 2015-09-11 | 1 | -0/+3 |
| | |||||
* | disable shared CMake builds for OS X / Windows for now | Brent Cook | 2015-09-11 | 4 | -12/+30 |
| | |||||
* | adjust order for ! .gitignore rule precedence | Brent Cook | 2015-09-11 | 1 | -8/+9 |
| | |||||
* | update messages about Cygwin support | Brent Cook | 2015-09-11 | 1 | -3/+2 |
| | |||||
* | distribute include and man CMakefiles | Brent Cook | 2015-09-11 | 2 | -1/+4 |
| | |||||
* | clarify reportersv2.2.3 | Brent Cook | 2015-08-28 | 1 | -2/+2 |
| | |||||
* | update contributor attributions | Brent Cook | 2015-08-28 | 1 | -3/+4 |
| | |||||
* | update summary | Brent Cook | 2015-08-28 | 1 | -1/+1 |
| | |||||
* | update Changelog for 2.2.3 | Brent Cook | 2015-08-28 | 1 | -0/+13 |
| | |||||
* | replace remaining bash-only features in the update script | Brent Cook | 2015-08-28 | 2 | -20/+20 |
| | | | | | We used to need more features, but as the Makefile.am's stopped being dynamically generated, there is less need. | ||||
* | VERSION is now generated | Brent Cook | 2015-08-28 | 1 | -2/+0 |
| | |||||
* | update pc files to use the package version, not library ABI version | Brent Cook | 2015-08-28 | 3 | -3/+3 |
| | |||||
* | derive version numbers from VERSION files | Brent Cook | 2015-08-28 | 1 | -14/+14 |
| | |||||
* | Add install targets and shared libraries to CMake | Jeff Davey | 2015-08-28 | 7 | -5/+61 |
| | |||||
* | update to pull from OPENBSD_5_8 | Brent Cook | 2015-08-19 | 1 | -1/+1 |
| | |||||
* | disable strict aliasing on HP-UX C/aC++ compilerv2.2.2 | kinichiro | 2015-08-04 | 1 | -1/+1 |
| | | | | | to disable strict aliasing on HP-UX C/aC++, `+Otype_safety=off` is right. `+Otype_safety=strong` forces ANSI aliasing. | ||||
* | rebuild manpages on opensslv.h changes | Brent Cook | 2015-08-03 | 1 | -1/+1 |
| | |||||
* | disable explicit_bzero optimizations with CMake builds | Brent Cook | 2015-08-03 | 1 | -0/+1 |
| | |||||
* | update build information | Brent Cook | 2015-08-03 | 2 | -3/+42 |
| | |||||
* | MSVC is not yet ready to build all of the tests | Brent Cook | 2015-08-03 | 1 | -1/+3 |
| | |||||
* | add win32-specific explicit_bzero implementation | Brent Cook | 2015-08-03 | 3 | -0/+18 |
| | |||||
* | expand changelog, fix typo | Brent Cook | 2015-08-03 | 1 | -1/+7 |
| | |||||
* | update release notes for 2.2.2 | Brent Cook | 2015-08-02 | 1 | -2/+45 |
| | |||||
* | initial Linux cmake suppport | Brent Cook | 2015-08-01 | 2 | -1/+10 |
| | | | | tested on Ubuntu 14.04 | ||||
* | disable current broken cmake tests | Brent Cook | 2015-07-22 | 1 | -16/+16 |
| | |||||
* | s/CMakeFiles/CMakeLists/, start porting test scripts | Brent Cook | 2015-07-22 | 2 | -2/+6 |
| | |||||
* | correct fallback err.h macro behavior | Brent Cook | 2015-07-22 | 1 | -4/+4 |
| | |||||
* | add cmake tests | Brent Cook | 2015-07-21 | 4 | -6/+277 |
| |