Applied and merged into master. Thank you.
Closing this ticket.
Cheers,
Richard
On Wed Jun 01 22:31:14 2016, sebast...@breakpoint.cc wrote:
> On 2016-05-30 21:28:06 [+], Andy Polyakov via RT wrote:
> > For what it's worth I can't reproduce problem on Fedora or RedHat.
>
> The test
> |…
> |#
On Wed Jun 01 22:45:08 2016, noloa...@gmail.com wrote:
> On Wed, Jun 1, 2016 at 4:47 PM, Richard Levitte via RT
> wrote:
> > Please give us the full configuration command you used, including
> > environment
> > variables that may affect it. Just the presence of '-ansi' tells me
> > that you
> > di
Works for me with mingw 32-bit:
ALL OCSP TESTS SUCCESSFUL
Test X509v3_check_*
../util/shlib_wrap.sh ./v3nametest
../util/shlib_wrap.sh ./heartbeat_test
Test constant time utilites
../util/shlib_wrap.sh ./constant_time_test
Testing constant time operations...
ok (ran 1908 tests)
test_verify_extra
On Wed, Jun 1, 2016 at 4:47 PM, Richard Levitte via RT wrote:
> Please give us the full configuration command you used, including environment
> variables that may affect it. Just the presence of '-ansi' tells me that you
> didn't just say './config' without any arguments.
I know what happened her
On 2016-05-30 21:28:06 [+], Andy Polyakov via RT wrote:
> For what it's worth I can't reproduce problem on Fedora or RedHat.
The test
|…
|# The following symbols are missing in libcrypto.so:
|# _shadow_DES_check_key
|not ok 2 - check that there are no missing symbols in libcrypto.so
|…
So i
Does it make a difference if you add 'no-sse2' to your configuration command?
On Wed Jun 01 21:22:24 2016, noloa...@gmail.com wrote:
> On Wed, Jun 1, 2016 at 4:47 PM, Richard Levitte via RT
> wrote:
> > Please give us the full configuration command you used, including
> > environment
> > variable
Hi Jeff
Please could you try the attached patch?
Thanks
Matt
--
Ticket here: http://rt.openssl.org/Ticket/Display.html?id=4434
Please log in as guest with password guest if prompted
>From 199bf71fb68a26a9d7ff52af7233bd0b52d0f824 Mon Sep 17 00:00:00 2001
From: Matt Caswell
Date: Wed, 1 Jun 20
> How did you configure/build? What versions of mingw/msys did you use?
./configure mingw --prefix=/mingw
make depend
make all
make test
MSYS 1.0.18(0.48/3/2) 2012-11-21 22:34 i686 unknown; targ=MINGW32
GCC 6.1.0 32-bit
Memory leaks didn't occur with previous OpenSSL versions using the same
en
On Wed, Jun 1, 2016 at 4:47 PM, Richard Levitte via RT wrote:
> Please give us the full configuration command you used, including environment
> variables that may affect it. Just the presence of '-ansi' tells me that you
> didn't just say './config' without any arguments.
Sorry Richard. Yes, it w
Please give us the full configuration command you used, including environment
variables that may affect it. Just the presence of '-ansi' tells me that you
didn't just say './config' without any arguments.
On Wed Jun 01 19:54:51 2016, noloa...@gmail.com wrote:
> So testing with 1.1.0-pre6 from 1 JU
Please try this and send us the result:
make test TESTS=test_afalg VERBOSE=1
On Wed Jun 01 19:15:47 2016, noloa...@gmail.com wrote:
> It looks like there's still some problems with our old friend afalgtest.
>
> Below is from 1.1.0-pre6 on 1 JUN 2016
>
> **
>
> $ cat gentoo-result.txt
> (
So testing with 1.1.0-pre6 from 1 JUN 2016 appears to show some new issues.
./config detects as i686-linux-whatever. However, there are some
issues with CFLAGS. The '-arch x86_64' makes it appear to be
configured for quasi-OS X mode. I believe -m32 should be used if an
arch is needed. There's also
It looks like there's still some problems with our old friend afalgtest.
Below is from 1.1.0-pre6 on 1 JUN 2016
**
$ cat gentoo-result.txt
( cd test; \
SRCTOP=../. \
BLDTOP=../. \
PERL="/usr/bin/perl" \
EXE_EXT= \
OPENSSL_ENGINES=.././engines \
/usr/bin/perl .././test/run_t
As you requested :) Closing.
--
Ticket here: http://rt.openssl.org/Ticket/Display.html?id=4196
Please log in as guest with password guest if prompted
--
openssl-dev mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev
On Tue, May 10, 2016 at 6:27 PM, Andy Polyakov via RT wrote:
>> This seems like an odd result considering the BeagleBone Black
>> processor is closer to a NEON.
>
> Well, ./config script should add -march=armv7-a option and that is more
> than enough to make it NEON-capable. In fact linux-armv4 ta
On 2016-05-30 20:23:35 [+], Andy Polyakov via RT wrote:
> > I'm getting:
> > crypto/chacha/chacha-s390x.S: Assembler messages:
> > crypto/chacha/chacha-s390x.S:7: Error: Unrecognized opcode: `clgije'
> >
> >
> > A full build log is available on:
> > https://buildd.debian.org/status/fetch.php?
I tried to reproduce this last night, on the following platforms:
linux x86_64 fips
windows win64a fips
windows mingw64 fips
make test succeeded with no errors on the first two platforms. For
windows/mingw64, though, I did get a different error:
test SSL protocol
test ssl3 is forbidden in FI
Fixed in master with commit 0f91e1d.
--
Ticket here: http://rt.openssl.org/Ticket/Display.html?id=2877
Please log in as guest with password guest if prompted
--
openssl-dev mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev
Fixed in master (1.1) with commit 0f91e1d
--
Ticket here: http://rt.openssl.org/Ticket/Display.html?id=2630
Please log in as guest with password guest if prompted
--
openssl-dev mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev
Fixed in commit 6493e48.
--
Ticket here: http://rt.openssl.org/Ticket/Display.html?id=4337
Please log in as guest with password guest if prompted
--
openssl-dev mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev
This has been fixed in commit 7233bea263
Closing this ticket.
Cheers,
Richard
On Wed May 25 21:46:01 2016, levitte wrote:
> I don't get such warnings. Can you tell me what system and with what
> tool chain
> (including versions)?
>
> On Sun Mar 20 13:07:43 2016, noloa...@gmail.com wrote:
> > The
Fixed in a different way by commit 0351baae36afe1182237e0bd88ec9d13f5c97f32
--
Ticket here: http://rt.openssl.org/Ticket/Display.html?id=4388
Please log in as guest with password guest if prompted
--
openssl-dev mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev
FIPS does not allow NULL ciphers, so no.
--
Senior Architect, Akamai Technologies
IM: richs...@jabber.at Twitter: RichSalz
From: Mody, Darshan (Darshan) [mailto:darshanm...@avaya.com]
Sent: Tuesday, May 31, 2016 11:54 PM
To: openssl-dev@openssl.org
Subject: [openssl-dev] Null Ciphers in FIPS mode
dhparam will never generate parameters that fail DH_check(). It would be an
internal error if it did. I added a sanity check anyway and also brought the
documentation up to date. Commit eeb21772e.
Closing this ticket.
Matt
--
Ticket here: http://rt.openssl.org/Ticket/Display.html?id=4244
Please
On 01/06/16 11:15, Alfred E. Heggestad wrote:
> hi,
>
> we are using DTLS from OpenSSL to implement DTLS-SRTP in our
> product (Wire.com) .. The code and implementation works really well
> and is very robust. We are using OpenSSL version 1.0.2g
>
>
> since our product is deployed globally on m
hi,
we are using DTLS from OpenSSL to implement DTLS-SRTP in our
product (Wire.com) .. The code and implementation works really well
and is very robust. We are using OpenSSL version 1.0.2g
since our product is deployed globally on mobile data networks,
we have quite variable latency and packetl
On Wed Jun 01 09:17:18 2016, noloa...@gmail.com wrote:
> > Please could you try the attached patch?
>
> It tested OK. 'make test' executed without any problems. Ship it and
> close the ticket.
Pushed in commit e51329d38. Closing ticket.
Thanks
Matt
--
Ticket here: http://rt.openssl.org/Ticket/
> Please could you try the attached patch?
It tested OK. 'make test' executed without any problems. Ship it and
close the ticket.
Jeff
On Wed, May 11, 2016 at 6:24 AM, Matt Caswell via RT wrote:
> On Sat Mar 05 02:22:00 2016, noloa...@gmail.com wrote:
>> cc -I.. -I../.. -I../modes -I../include
Hi Matt,
I'm testing this now.
Jeff
On Tue, May 24, 2016 at 6:42 PM, Matt Caswell via RT wrote:
> On Wed May 11 10:24:31 2016, matt wrote:
>> Hi Jeff
>>
>> Please could you try the attached patch?
>
> Hi Jeff
>
> Were you able to try out the patch?
>
> Thanks
>
> Matt
>
> --
> Ticket here: htt
29 matches
Mail list logo