Hi,
This can be fixed using the patch attached in
https://rt.openssl.org/Ticket/Display.html?id=3464
See also
https://github.com/PeterMosmans/openssl/commit/68ab9b308e173072e5015063be7e194bec1f311f
Cheers,
Peter Mosmans
On 29-06-2016 01:21, Matt Caswell via RT wrote:
>
> On 28/06/16 16:18, Ole
Hi Christian,
A similar patch was already applied to the master branch - see
https://rt.openssl.org/Ticket/Display.html?id=3346 and commit
028bac0670c167f154438742eb4d0fbed73df209
You could cherry-pick the commit and apply it to the 1.0.2 branch.
Cheers,
Peter Mosmans
On 12-10-2015 12:03, c
Hi,
Are you aware of the file system redirector on Windows for running 32
bit applications on a 64 bit OS ?
The issue could be that you're testing two completely different
binaries, one 32 bit and one 64 bit, hence the different result. Try to
test text-only files.
Please see
https://msdn.microso
Hi,
When using OpenSSL on Windows I noticed that it's impossible to redirect
/ pipe commands directly to openssl s_client. The client apparently
keeps waiting for user input. For example, the following commands don' t
work (the connection times out or waits for user input).
echo Q | openssl s_cli
Hi,
Currently (14-07-2014, commit f8571ce82) the master branch doesn't
compile on Windows (mingw64) when using the enable-ec_nistp_64_gcc_128
option. The same option does work however on the OpenSSL_1_0_2-stable
branch.
This is due to a small difference in the file crypto/ec/ec.h. On
11-02-2011,
Hi,
I noticed that while debugging some issues with GOST it was very
practical to see the name of the 'real' algorithms being used instead of
the string "unknown".
Currently the file ssl/ssl_ciph.c checks if an key exchange /
authentication / encryption / digital signature algorithm is known, and
Hi,
As of 04-07-2014, the latest version of crypto/sha/asm/sha512-x86_64.pl
(commit 29be3f6411) in the master branch shows the following at line 2309:
$code.=<<___ if ($SZ==4 && $shext);
Seeing that the variable $shext doesn't exist, but $shaext does, this
might be a typo.
Please find a (micro
Hi,
when I compile using the -DTEMP_GOST_TLS flag and the enable-GOST flag
openssl compiles succesfully. The ssltest fails however. This happens on
the current (04-07-2014) master branch, as well as the current
(04-07-2014) OpenSSL_1_0_2-stable branch (the only branches I have
tested so far with
Hi,
When compiling OpenSSL (1.0.1g) on Windows using MSYS and mingw, the
test test_bn fails (make test_bn in the test/ directory).
The temporary file that test_bn creates contains Windows newline
characters (\r\n) instead of the Unix type newline character (\n).
A change to the regular expressio
The new openssl-0.9.8h and the openssl-0.9.8-stable-SNAP-20080604 both
break while trying to compile them for OS X, 10.5.3, on a PowerMac G5
when using the 64-bit version, failing with the error: "No rule to
make target `ppccpuid_osx64.o', needed by `../libcrypto.a'".
built using
LDFLAGS="
10 matches
Mail list logo