aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* update changelog to get the right openbsd source tagsv2.2.9OPENBSD_5_8Brent Cook2016-06-071-1/+1
|
* update changelogBrent Cook2016-06-061-0/+9
|
* Update changelogv2.2.8Brent Cook2016-05-301-0/+4
|
* set windows binary OPENSSLDIR to something plausibleBrent Cook2016-05-301-1/+1
|
* moved patch upstreamv2.2.7Brent Cook2016-05-031-11/+0
|
* prefer limits.h over sys/limits.hBrent Cook2016-05-031-0/+11
|
* update ChangelogBrent Cook2016-05-031-1/+6
|
* add constant_time_locl.hBrent Cook2016-05-021-0/+2
|
* update changelog for 2.2.6v2.2.6Brent Cook2016-01-281-0/+4
|
* update ChangeLog for 2.2.5v2.2.5Brent Cook2015-12-051-0/+19
|
* update changelog for 2.2.4v2.2.4Brent Cook2015-10-153-15/+4
|
* Use bundled headers instead of installed headers when buildingJeremy Huddleston Sequoia2015-10-152-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.4Brent Cook2015-09-111-0/+4
|
* bump version to 2.2.4Brent Cook2015-09-112-0/+14
|
* 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
|
* ensure headers are sanitized before releaseBrent Cook2015-09-112-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, KNFBrent Cook2015-09-111-551/+405
|
* Do not build lib-objects targets if we are just building static libs.Brent Cook2015-09-114-25/+26
| | | | This confuses some cmake targets.
* updates for MSVC 2015's degenerate headersBrent Cook2015-09-118-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.cBrent Cook2015-09-111-0/+3
|
* disable shared CMake builds for OS X / Windows for nowBrent Cook2015-09-114-12/+30
|
* adjust order for ! .gitignore rule precedenceBrent Cook2015-09-111-8/+9
|
* update messages about Cygwin supportBrent Cook2015-09-111-3/+2
|
* distribute include and man CMakefilesBrent Cook2015-09-112-1/+4
|
* clarify reportersv2.2.3Brent Cook2015-08-281-2/+2
|
* update contributor attributionsBrent Cook2015-08-281-3/+4
|
* update summaryBrent Cook2015-08-281-1/+1
|
* update Changelog for 2.2.3Brent Cook2015-08-281-0/+13
|
* replace remaining bash-only features in the update scriptBrent Cook2015-08-282-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 generatedBrent Cook2015-08-281-2/+0
|
* update pc files to use the package version, not library ABI versionBrent Cook2015-08-283-3/+3
|
* derive version numbers from VERSION filesBrent Cook2015-08-281-14/+14
|
* Add install targets and shared libraries to CMakeJeff Davey2015-08-287-5/+61
|
* update to pull from OPENBSD_5_8Brent Cook2015-08-191-1/+1
|
* disable strict aliasing on HP-UX C/aC++ compilerv2.2.2kinichiro2015-08-041-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 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
|
* expand changelog, fix typoBrent Cook2015-08-031-1/+7
|
* update release notes for 2.2.2Brent Cook2015-08-021-2/+45
|
* initial Linux cmake suppportBrent Cook2015-08-012-1/+10
| | | | tested on Ubuntu 14.04
* disable current broken cmake testsBrent Cook2015-07-221-16/+16
|
* s/CMakeFiles/CMakeLists/, start porting test scriptsBrent Cook2015-07-222-2/+6
|
* correct fallback err.h macro behaviorBrent Cook2015-07-221-4/+4
|
* add cmake testsBrent Cook2015-07-214-6/+277
|