Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | tests aren't ready for cmake, skip for now | Brent Cook | 2015-07-21 | 1 | -1/+0 | |
| | ||||||
* | don't build eng_rsax.c anymore | Brent Cook | 2015-07-21 | 1 | -1/+0 | |
| | ||||||
* | move sleep shim to posix_win.c | Brent Cook | 2015-07-21 | 2 | -5/+8 | |
| | ||||||
* | add initial build for arc4random/getentropy fallbacks | Brent Cook | 2015-07-21 | 1 | -3/+18 | |
| | ||||||
* | tighten up compat include paths, fix glibc compatibility | Brent Cook | 2015-07-21 | 4 | -16/+10 | |
| | ||||||
* | add initial CMake and Visual Studio build support | Brent Cook | 2015-07-21 | 53 | -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 file | Brent Cook | 2015-07-20 | 2 | -1/+1 | |
| | ||||||
* | eng_rsax is gone | Brent Cook | 2015-07-20 | 2 | -2/+1 | |
| | ||||||
* | update man links | Brent Cook | 2015-07-19 | 1 | -1/+0 | |
| | ||||||
* | implement compatibility shim for __warn_references | Brent Cook | 2015-07-17 | 3 | -0/+44 | |
| | | | | This will allow us to warn about deprecated function references at link-time. | |||||
* | derive VERSION from opensslv.h from upstream | Brent Cook | 2015-07-16 | 3 | -4/+5 | |
| | ||||||
* | patch headers to avoid redefinitions on windows | Scott Parker | 2015-07-16 | 4 | -0/+65 | |
| | ||||||
* | disable strict aliasing on AIX xlc and HP-UX aC++ compilers | Brent Cook | 2015-07-16 | 2 | -13/+3 | |
| | ||||||
* | win32 openssl CLI: preserve original echo state | Brent Cook | 2015-07-16 | 1 | -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 Cook | 2015-07-15 | 1 | -0/+10 | |
| | ||||||
* | fixup how OPENSSLDIR is derived and expanded | Brent Cook | 2015-07-15 | 3 | -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_INTERNAL | Brent Cook | 2015-07-15 | 1 | -1/+2 | |
| | | | | | Since libcrypto defines its own CPPFLAGS, we need to set this for libcrypto specifically. | |||||
* | Land #107, improve default OPENSSLDIR install behavior | Brent Cook | 2015-07-12 | 3 | -2/+27 | |
|\ | ||||||
| * | Improve automatic handling of OPENSSLDIR | Brent Cook | 2015-07-12 | 3 | -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 typo | Brent Cook | 2015-07-12 | 1 | -1/+1 | |
|\ \ | ||||||
| * | | Fix typo in the ChangeLog | vanderhoorn | 2015-07-09 | 1 | -1/+1 | |
| |/ | | | | | Embeded -> Embedded | |||||
* / | bump version to 2.2.2 | Brent Cook | 2015-07-12 | 1 | -1/+1 | |
|/ | ||||||
* | remove unused --with-enginesdir configuration parameter | Brent Cook | 2015-07-08 | 1 | -6/+0 | |
| | ||||||
* | update and clarify windows versions | Brent Cook | 2015-07-08 | 2 | -2/+2 | |
| | ||||||
* | release note update for 2.2.1v2.2.1 | Brent Cook | 2015-07-02 | 1 | -0/+2 | |
| | ||||||
* | add compatible version of arpa/nameser.h for Windows | Brent Cook | 2015-07-02 | 1 | -0/+23 | |
| | ||||||
* | add check for inet_pton, nudge minimum win32 compat to 0x0501 | Brent Cook | 2015-07-02 | 6 | -2/+229 | |
| | ||||||
* | added 2.2.1 changes | Brent Cook | 2015-07-01 | 1 | -0/+14 | |
| | ||||||
* | ignore more imported test files | Brent Cook | 2015-06-29 | 1 | -0/+4 | |
| | ||||||
* | add cipher_list test | Brent Cook | 2015-06-29 | 2 | -0/+7 | |
| | ||||||
* | link build status | Brent Cook | 2015-06-23 | 1 | -1/+1 | |
| | ||||||
* | include build status link | Brent Cook | 2015-06-23 | 1 | -0/+2 | |
| | ||||||
* | update for mdc2 removal | Brent Cook | 2015-06-20 | 4 | -12/+2 | |
| | ||||||
* | remove unneeded local tls.h patch | Brent Cook | 2015-06-19 | 2 | -28/+2 | |
| | ||||||
* | package README.md | Brent Cook | 2015-06-14 | 1 | -1/+1 | |
| | ||||||
* | Rename to README.md and add markdown | Doug Hogan | 2015-06-13 | 2 | -87/+96 | |
| | | | | Since it's now a foreign project in automake, we can use github markdown in the README. | |||||
* | set 'foreign' flag in automake | Brent Cook | 2015-06-13 | 3 | -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 handling | Brent Cook | 2015-06-13 | 2 | -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 layer | Brent Cook | 2015-06-13 | 1 | -1/+2 | |
| | ||||||
* | bump version | Brent Cook | 2015-06-12 | 1 | -1/+1 | |
| | ||||||
* | add security update notesv2.2.0 | Brent Cook | 2015-06-11 | 1 | -1/+15 | |
| | ||||||
* | always check if ssp needs to be linked | Brent Cook | 2015-06-11 | 1 | -3/+1 | |
| | ||||||
* | add OS-specific build notes | Brent Cook | 2015-06-11 | 2 | -2/+20 | |
| | ||||||
* | add libtls-standalone COPYING file | Brent Cook | 2015-06-05 | 2 | -1/+14 | |
| | ||||||
* | return 1 on failure | Brent Cook | 2015-06-05 | 1 | -1/+1 | |
| | ||||||
* | update changelog | Brent Cook | 2015-06-05 | 1 | -0/+20 | |
| | ||||||
* | update readme with supported OSes | Brent Cook | 2015-06-05 | 1 | -16/+37 | |
| | ||||||
* | refactor win32 shims into posix_win.c | Brent Cook | 2015-06-05 | 5 | -150/+190 | |
| | | | | this also adds a rename shim that allows overwrites | |||||
* | set stdin/out/err to binary mode on Windows | Brent Cook | 2015-06-05 | 2 | -0/+30 | |
| | ||||||
* | all file IO should be binary, auto-append the flag | Brent Cook | 2015-06-05 | 1 | -0/+20 | |
| |