aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
| | | | | | | | This moves the compatibility include files from include to include/compat so we can use the awful MS C compiler <../include/> trick to emulate the GNU #include_next extension. This also removes a few old compat files we do not need anymore.
* 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
| | | | This will allow us to warn about deprecated function references at link-time.
* 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
| | | | | | | Mirror the patch to ui_openssl.c, also fix the broken conditional that made it not actually turn off echo in the first place. ok guenther@
* 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
| | | | | | | | As per http://www.gnu.org/software/autoconf/manual/autoconf-2.69/html_node/Installation-Directory-Variables.html we should not try to expand variables like sysconfdir in the configure script, but rather derive the correct value in the Makefiles instead. This fixes missing expansions as the preprocessor define.
* build libcrypto with -DLIBRESSL_INTERNALBrent Cook2015-07-151-1/+2
| | | | | Since libcrypto defines its own CPPFLAGS, we need to set this for libcrypto specifically.
* Land #107, improve default OPENSSLDIR install behaviorBrent Cook2015-07-123-2/+27
|\
| * Improve automatic handling of OPENSSLDIRBrent Cook2015-07-123-2/+27
| | | | | | | | | | Install a default cert.pem, openssl.cnf, x509v3.cnf in OPENSSLDIR, which is derived by default from sysconfdir and the prefix setting.
* | Land #105, fix changelog typoBrent Cook2015-07-121-1/+1
|\ \
| * | Fix typo in the ChangeLogvanderhoorn2015-07-091-1/+1
| |/ | | | | Embeded -> Embedded
* / 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
|
* added 2.2.1 changesBrent Cook2015-07-011-0/+14
|
* ignore more imported test filesBrent Cook2015-06-291-0/+4
|
* add cipher_list testBrent Cook2015-06-292-0/+7
|
* link build statusBrent Cook2015-06-231-1/+1
|
* include build status linkBrent Cook2015-06-231-0/+2
|
* update for mdc2 removalBrent Cook2015-06-204-12/+2
|
* remove unneeded local tls.h patchBrent Cook2015-06-192-28/+2
|
* package README.mdBrent Cook2015-06-141-1/+1
|
* Rename to README.md and add markdownDoug Hogan2015-06-132-87/+96
| | | | Since it's now a foreign project in automake, we can use github markdown in the README.
* set 'foreign' flag in automakeBrent Cook2015-06-133-1/+1
| | | | | Avoid warnings about following GNU standards, since this is not a GNU project. Thanks to Doug Hogan for pointing this out.
* fix libtool 2.4.2 stack-protector flag handlingBrent Cook2015-06-132-1/+8
| | | | | | | | Teach libtool 2.4.2 how to pass -fstack-protector* to the linker so libssp is properly linked in on some toolchains. See upstream patch: https://github.com/instantinfrastructure/poky-daisy/blob/master/meta/recipes-devtools/libtool/libtool/respect-fstack-protector.patch Thanks to kinichiro inoguchi
* add a missing header and fix typo in windows posix layerBrent Cook2015-06-131-1/+2
|
* bump versionBrent Cook2015-06-121-1/+1
|
* add security update notesv2.2.0Brent Cook2015-06-111-1/+15
|
* always check if ssp needs to be linkedBrent Cook2015-06-111-3/+1
|
* add OS-specific build notesBrent Cook2015-06-112-2/+20
|
* add libtls-standalone COPYING fileBrent Cook2015-06-052-1/+14
|
* return 1 on failureBrent Cook2015-06-051-1/+1
|
* update changelogBrent Cook2015-06-051-0/+20
|
* update readme with supported OSesBrent Cook2015-06-051-16/+37
|
* refactor win32 shims into posix_win.cBrent Cook2015-06-055-150/+190
| | | | this also adds a rename shim that allows overwrites
* set stdin/out/err to binary mode on WindowsBrent Cook2015-06-052-0/+30
|
* all file IO should be binary, auto-append the flagBrent Cook2015-06-051-0/+20
|
* use correct binary on native windows buildsBrent Cook2015-06-053-0/+9
|
* update man linksBrent Cook2015-05-251-4/+1
|