aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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
* 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
* tests aren't ready for cmake, skip for nowBrent Cook2015-07-211-1/+0
* don't build eng_rsax.c anymoreBrent Cook2015-07-211-1/+0
* move sleep shim to posix_win.cBrent Cook2015-07-212-5/+8
* add initial build for arc4random/getentropy fallbacksBrent Cook2015-07-211-3/+18
* tighten up compat include paths, fix glibc compatibilityBrent Cook2015-07-214-16/+10
* add initial CMake and Visual Studio build supportBrent Cook2015-07-2153-153/+2082
* remove generated version fileBrent Cook2015-07-202-1/+1
* eng_rsax is goneBrent Cook2015-07-202-2/+1
* update man linksBrent Cook2015-07-191-1/+0
* implement compatibility shim for __warn_referencesBrent Cook2015-07-173-0/+44
* derive VERSION from opensslv.h from upstreamBrent Cook2015-07-163-4/+5
* patch headers to avoid redefinitions on windowsScott Parker2015-07-164-0/+65
* disable strict aliasing on AIX xlc and HP-UX aC++ compilersBrent Cook2015-07-162-13/+3
* win32 openssl CLI: preserve original echo stateBrent Cook2015-07-161-9/+9
* disable strict aliasing by default, noticed by miod@Brent Cook2015-07-151-0/+10
* fixup how OPENSSLDIR is derived and expandedBrent Cook2015-07-153-12/+27
* build libcrypto with -DLIBRESSL_INTERNALBrent Cook2015-07-151-1/+2
* Land #107, improve default OPENSSLDIR install behaviorBrent Cook2015-07-123-2/+27
|\
| * Improve automatic handling of OPENSSLDIRBrent Cook2015-07-123-2/+27
* | Land #105, fix changelog typoBrent Cook2015-07-121-1/+1
|\ \
| * | Fix typo in the ChangeLogvanderhoorn2015-07-091-1/+1
| |/
* / bump version to 2.2.2Brent Cook2015-07-121-1/+1
|/
* remove unused --with-enginesdir configuration parameterBrent Cook2015-07-081-6/+0
* update and clarify windows versionsBrent Cook2015-07-082-2/+2
* release note update for 2.2.1v2.2.1Brent Cook2015-07-021-0/+2
* add compatible version of arpa/nameser.h for WindowsBrent Cook2015-07-021-0/+23
* add check for inet_pton, nudge minimum win32 compat to 0x0501Brent Cook2015-07-026-2/+229