[openssl-dev] [openssl.org #4444] [openssl-1.1.0-pre4] Make fails with "recipe for target 'depend' failed" on solaris64-x86_64

2016-05-10 Thread Richard Levitte via RT
Thanks. re-closing. On Wed May 11 03:34:26 2016, e...@efca.com wrote: > no idea where this OLD message came from. > In any case, do ignore, problem has been solved for many weeks. > > >-- Original Message -- > > > > > >still not working right. > >Attached a longish log file extract. > >But root ca

Re: [openssl-dev] 1.0.1t: CMS => PKCS#7 compatibility tests: signed content DER format, RSA key: verify error

2016-05-10 Thread Viktor Dukhovni
> On May 10, 2016, at 11:45 PM, Claus Assmann wrote: > > make test fails on OpenBSD and FreeBSD (8.4): > > CMS => PKCS#7 compatibility tests > signed content DER format, RSA key: verify error > *** Error 1 in test (Makefile:330 'test_cms') > > more cms.err > Verification failure > 34371851688:

[openssl-dev] 1.0.1t: CMS => PKCS#7 compatibility tests: signed content DER format, RSA key: verify error

2016-05-10 Thread Claus Assmann
make test fails on OpenBSD and FreeBSD (8.4): CMS => PKCS#7 compatibility tests signed content DER format, RSA key: verify error *** Error 1 in test (Makefile:330 'test_cms') more cms.err Verification failure 34371851688:error:21075075:PKCS7 routines:PKCS7_verify:certificate verify error:pk7_smi

Re: [openssl-dev] [openssl.org #4444] [openssl-1.1.0-pre4] Make fails with "recipe for target 'depend' failed" on solaris64-x86_64

2016-05-10 Thread Erik Forsberg via RT
no idea where this OLD message came from. In any case, do ignore, problem has been solved for many weeks. >-- Original Message -- > > >still not working right. >Attached a longish log file extract. >But root cause seems to be that we try to process test dependencies >while doing depend in crypto,

Re: [openssl-dev] [openssl.org #4444] [openssl-1.1.0-pre4] Make fails with "recipe for target 'depend' failed" on solaris64-x86_64

2016-05-10 Thread Erik Forsberg
no idea where this OLD message came from. In any case, do ignore, problem has been solved for many weeks. >-- Original Message -- > > >still not working right. >Attached a longish log file extract. >But root cause seems to be that we try to process test dependencies >while doing depend in crypto,

[openssl-dev] [openssl.org #4516] EBCDIC & z/OS support

2016-05-10 Thread Eugene Moskalenko via RT
Hello, I have a question regarding or want to clarify state of EBCDIC, system specific encoding, support. Code do contain a lot of "# ifdef CHARSET_EBCDIC" that probably were added a long ago but at the same time I see following: https://rt.openssl.org/Ticket/Display.html?id=2510 https

Re: [openssl-dev] where is PEM_read_bio_X509_AUX()

2016-05-10 Thread Viktor Dukhovni
[ Redirecting to openssl-us...@openssl.org ] On Tue, Apr 19, 2016 at 01:11:38AM +, CHOW Anthony wrote: > I am trying to do “openssl verify –CAfile server.pem” and the command hang. It is supposed to hang (reading standard input) when (incorrectly) invoked this way. You've left out the CAfil

Re: [openssl-dev] [openssl.org #4444] [openssl-1.1.0-pre4] Make fails with "recipe for target 'depend' failed" on solaris64-x86_64

2016-05-10 Thread Erik Forsberg via RT
still not working right. Attached a longish log file extract. But root cause seems to be that we try to process test dependencies while doing depend in crypto, way before we had done any work in the test subdir. That causes the find to exit with failed status aborting the depend. >-- Original Mes

[openssl-dev] [openssl.org #4423] CentOS 7 x86_64, multiple self test failures

2016-05-10 Thread Richard Levitte via RT
You need to heed this, from README.PERL: - on Linux distributions based on RPMs, you will need to install 'perl-core' rather than just 'perl'. So 'yum install perl-core' should be the answer to this issue. Vid Sun, 13 Mar 2016 kl. 14.09.34, skrev noloa...@gmail.com: > Working form Master at 4c1cf7

Re: [openssl-dev] [openssl.org #4333] openssl-1.1.0pre3 on IRIX: make test: Unrecognized escape \R passed through

2016-05-10 Thread Andy Polyakov via RT
> make test fails on IRIX 6.5 with perl 5.8.9 when building for irix-mips3-cc > and irix64-mips4-cc (the only platforms I've tried so far). Just like with RT#4332 you've got to have at least Perl 5.10. Case is being dismissed. -- Ticket here: http://rt.openssl.org/Ticket/Display.html?id=4333 P

Re: [openssl-dev] [openssl.org #4332] openssl-1.1.0pre3 on IRIX: "Something wrong with" config --unified

2016-05-10 Thread Andy Polyakov via RT
> I'm trying to build openssl 1.1.0pre3 on IRIX 6.5 with the new unified > building system using perl 5.8.9. This fails with the error message > below. Building without --unified works as expected. Any hints > how to debug this or extract better logs would be appreciated. There is minimal require

Re: [openssl-dev] [openssl.org #4331] openssl-1.1.0pre3 on IRIX: struct timeval is undefined

2016-05-10 Thread Andy Polyakov via RT
> Building openssl-1.1.0pre3 for irix-mips3-cc fails because > struct timeval is undefined: This was addressed recently. Case is being dismissed. -- Ticket here: http://rt.openssl.org/Ticket/Display.html?id=4331 Please log in as guest with password guest if prompted -- openssl-dev mailing li

Re: [openssl-dev] [openssl.org #4196] BeagleBone Black detected as ARMv4

2016-05-10 Thread Andy Polyakov via RT
> 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 target covers *all* post-v4 32-bit processors, it's all about additiona

[openssl-dev] [openssl.org #4224] [PATCH] ciphers command does not list supported SRP suites

2016-05-10 Thread Stephen Henson via RT
Applied now. Thanks for the report. Steve. -- Dr Stephen N. Henson. OpenSSL project core developer. Commercial tech support now available see: http://www.openssl.org -- Ticket here: http://rt.openssl.org/Ticket/Display.html?id=4224 Please log in as guest with password guest if prompted -- open

[openssl-dev] [openssl.org #4356] 64-bit OS X on x86_64 misidentified as i686

2016-05-10 Thread Richard Levitte via RT
Hey Would you mind having a look at https://github.com/openssl/openssl/pull/1053 and see if that makes things better? Cheers, Richard On Sun Feb 28 22:11:56 2016, noloa...@gmail.com wrote: > Working from Master: > > $ git reset --hard HEAD && git pull > HEAD is now at 31ba0e1 Fix mk1mf build > A

[openssl-dev] [openssl.org #4490] "nmake install" fails "Destination must be a directory at .\util\copy.pl line 39" on Windows with short pathname (no spaces)

2016-05-10 Thread Richard Levitte via RT
Fixed in commit 1697a81bafcc9a65012b62ba01c1661bf40e5edb Closing ticket. On Mon Mar 28 09:41:25 2016, noloa...@gmail.com wrote: > Working from Master at c5c7700c9a1c1daa. > > Strawberry PERL 5.22 > Windows XP x64 (as fully patched as it can be) > Visual Studio 2005 (as fully patched as it can be)

Re: [openssl-dev] use of X.509 lookup methods, X509_OBJECT internal or opaque?

2016-05-10 Thread Salz, Rich
> > Can you look at https://github.com/openssl/openssl/pull/1044 and see if it > addresses the issues? > Yes. Great, thanks! > May be with some definitions for backward compatibility. I mean for > renamed pre 1.1 functions - with inserted ..._CTX into name of : > - X509_STORE_get_by_subject

[openssl-dev] [openssl.org #4453] openssl-1.1.0-pre4: make fails with 'wrong ELF class: ELFCLASS64' on solaris64-x86_64-cc

2016-05-10 Thread Richard Levitte via RT
Hi, would you mind checking again with the latest beta or a fresh master checkout? It looks to me like this issue is fixed, but I want to make sure. Cheers, Richard On Sat Mar 19 10:56:00 2016, yoi_no_myou...@yahoo.co.jp wrote: > Hello, > > Tested with patch for #, and removing gcc from path

[openssl-dev] [openssl.org #4452] openssl-1.1.0-pre4: undefined symbol for solaris-x86-cc

2016-05-10 Thread Richard Levitte via RT
Hi, that looks like engines/asm/e_padlock_x86.o wasn't built for some reason, even though it should. I would like it if you gave me a full log, or in other words, send me build.log after running this: (set -x; ./Configure solaris-x86-cc shared; make) > build.log 2>&1 Cheers, Richard On Mon Mar

Re: [openssl-dev] use of X.509 lookup methods, X509_OBJECT internal or opaque?

2016-05-10 Thread Roumen Petrov
Hi Rich, Salz, Rich wrote: Can you look at https://github.com/openssl/openssl/pull/1044 and see if it addresses the issues? Yes. May be with some definitions for backward compatibility. I mean for renamed pre 1.1 functions - with inserted ..._CTX into name of : - X509_STORE_get_by_subj

[openssl-dev] [openssl.org #4415] test/certs/mkcert.sh uses "#! /binbash"

2016-05-10 Thread Richard Levitte via RT
On Fri Mar 11 12:05:32 2016, noloa...@gmail.com wrote: > test/certs/mkcert.sh uses: > > #! /binbash" > > It does not work as expected on some platforms, like OpenBSD and > FreeBSD where Bash is located in, say, /usr/local/bin or > /usr/pkg/bin/bash. > > Instead, I believe you should use: > > #! /us

[openssl-dev] [openssl.org #4399] OS X 10.8: Make clean is leaving build artifacts

2016-05-10 Thread Richard Levitte via RT
On Tue Mar 08 17:41:40 2016, noloa...@gmail.com wrote: > $ KERNEL_BITS=64 ./config shared > ... > $ make depend && make clean && make > ... > > $ make clean > rm -f libcrypto.1.1.dylib > rm -f libcrypto.dylib > rm -f libssl.1.1.dylib > rm -f libssl.dylib > rm -f libcrypto.a libssl.a > rm -f apps/op

[openssl-dev] [openssl.org #4345] Bug - Cannot build openssl-1.1.0-pre4-dev on NetBSD 6_Stable

2016-05-10 Thread Richard Levitte via RT
Hey, would you mind trying the latest beta, or a fresh master checkout? I can't know for sure, but it's possible you'll get better results now. If not, I'm all ears. Cheers, Richard On Thu Feb 25 13:13:41 2016, ya...@sdf.org wrote: > The first parts of this report are the actual build bug I thi

[openssl-dev] [openssl.org #4324] openssl-1.1.0-pre3 with solaris-x86-cc & solaris64-x86_64-cc make fails

2016-05-10 Thread Richard Levitte via RT
Hi, Sorry for taking so long to get back to you. Would you mind trying again with a fresh master, or with the latest beta? Quite a lot has happened, especially in Makefile.shared and exactly around the stuff you have reported, so I'm hopeful things will work better for you now. Cheers, Richard

[openssl-dev] [openssl.org #4255] OpenSSL-1.1.0-pre2 failures using MinGW-W64

2016-05-10 Thread Richard Levitte via RT
On Tue May 10 14:57:43 2016, sav...@ukr.net wrote: > > Hi, Everyone > > Updates sources from master branch and made OpenSSL build and test > using command: > (./Configure --prefix="$PWD/../GCC64r" -std=gnu11 -mtune=native > -march=native threads no-deprecated shared mingw64 >_Configure.log && > mak

[openssl-dev] [openssl.org #4311] OpenSSL 1.1.0-pre3: quote PERL=$(PERL) in Makefiles

2016-05-10 Thread Richard Levitte via RT
On Tue May 10 14:56:16 2016, rainer.j...@kippdata.de wrote: > Am 10.05.2016 um 15:29 schrieb Richard Levitte via RT: > > On Tue May 10 13:18:22 2016, matt wrote: > >> Makefile.in doesn't exist any more. Ping Richard Levitte - does > >> anything need > >> to be done for the new build system? > > > >

[openssl-dev] [openssl.org #4456] Fedora 1, i386: error: field `next_timeout` has incomplete type

2016-05-10 Thread Richard Levitte via RT
On Mon Mar 21 00:11:17 2016, noloa...@gmail.com wrote: > On Sun, Mar 20, 2016 at 2:45 PM, Richard Levitte via RT > wrote: > > '#include ' should be added in e_os.h rather than > > ssl/ssl_locl.h > > > > Thanks. > > Would it be possible to add , , and > ? Then all these tickets can be closed. > > I

[openssl-dev] [openssl.org #4418] Apple configuration delay does not respond to Ctrl-C, proceeds with configuration

2016-05-10 Thread Richard Levitte via RT
On Tue May 10 14:29:19 2016, matt wrote: > Ping Richard Levitte. Can this be closed? Yes, it was fixed with commit a87c159f19e998bba660ceba9d01c5fc58bfa60b. Closing now. -- Richard Levitte levi...@openssl.org -- Ticket here: http://rt.openssl.org/Ticket/Display.html?id=4418 Please log in as gu

[openssl-dev] [openssl.org #4407] avoid double-free in callers to OCSP_parse_url

2016-05-10 Thread Rich Salz via RT
fixed in master and 1.0.2, closing. THANKS! -- Ticket here: http://rt.openssl.org/Ticket/Display.html?id=4407 Please log in as guest with password guest if prompted -- openssl-dev mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev

[openssl-dev] DTLS session resumption with DTLS_ANY_VERSION

2016-05-10 Thread Rajeswari K
Hello openssl-dev team, Having query regarding DTLS session resumption when configured SSL_CTX with DTLS_ANY_VERSION. When we select SSL_CTX with DTLS_ANY_VERSION, method will be of DTLS_Server_method(), which will have ssl_ctx->version as 0xFEFD to support both the versions (i.e. DTLS1.0 and DTL

Re: [openssl-dev] [openssl.org #4173] help to check whether handshake negociates SRP or PSK ciphersuite

2016-05-10 Thread Michel via RT
Cool ! Many thanks Steve. -Message d'origine- De : Stephen Henson via RT [mailto:r...@openssl.org] Envoyé : mardi 10 mai 2016 17:00 À : michel.sa...@free.fr Cc : openssl-dev@openssl.org Objet : [openssl.org #4173] help to check whether handshake negociates SRP or PSK ciphersuite This

[openssl-dev] [openssl.org #4538] Possible typo on https://www.openssl.org/docs/manmaster/apps/x509v3_config.html

2016-05-10 Thread Stephen Henson via RT
Fixed now, thanks for the report. Steve. -- Dr Stephen N. Henson. OpenSSL project core developer. Commercial tech support now available see: http://www.openssl.org -- Ticket here: http://rt.openssl.org/Ticket/Display.html?id=4538 Please log in as guest with password guest if prompted -- openss

[openssl-dev] [openssl.org #4510] SSL certificate problem: unable to get local issuer certificate. Bug?

2016-05-10 Thread Matt Caswell via RT
Does not appear to be an OpenSSL bug. Closing. Matt -- Ticket here: http://rt.openssl.org/Ticket/Display.html?id=4510 Please log in as guest with password guest if prompted -- openssl-dev mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev

[openssl-dev] [openssl.org #4499] ARM32 and "undefined reference to `engine_load_afalg_internal'"

2016-05-10 Thread Matt Caswell via RT
No response from OP. Assuming fixed. Closing. Matt -- Ticket here: http://rt.openssl.org/Ticket/Display.html?id=4499 Please log in as guest with password guest if prompted -- openssl-dev mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev

[openssl-dev] [openssl.org #4497] openssl ciphers app possible bug

2016-05-10 Thread Matt Caswell via RT
Not a bug. Closing. Matt -- Ticket here: http://rt.openssl.org/Ticket/Display.html?id=4497 Please log in as guest with password guest if prompted -- openssl-dev mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev

[openssl-dev] [openssl.org #4494] Fix: check the FD_SETSIZE before the call to select() in speed.c

2016-05-10 Thread Matt Caswell via RT
The referenced pull request was merged. Closing. Matt -- Ticket here: http://rt.openssl.org/Ticket/Display.html?id=4494 Please log in as guest with password guest if prompted -- openssl-dev mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev

[openssl-dev] [openssl.org #4173] help to check whether handshake negociates SRP or PSK ciphersuite

2016-05-10 Thread Stephen Henson via RT
This is now supported in the master branch with the SSL_CIPHER_get_auth_nid() function. The equivalent cannot be added to 1.0.2 as we do not add new features to stable branches. Steve. -- Dr Stephen N. Henson. OpenSSL project core developer. Commercial tech support now available see: http://www.o

Re: [openssl-dev] [openssl.org #4311] OpenSSL 1.1.0-pre3: quote PERL=$(PERL) in Makefiles

2016-05-10 Thread Rainer Jung via RT
Am 10.05.2016 um 15:29 schrieb Richard Levitte via RT: > On Tue May 10 13:18:22 2016, matt wrote: >> Makefile.in doesn't exist any more. Ping Richard Levitte - does >> anything need >> to be done for the new build system? > > The run_tests.pl line in Configurations/unix-Makefile.tmpl would still ne

Re: [openssl-dev] [openssl.org #4311] OpenSSL 1.1.0-pre3: quote PERL=$(PERL) in Makefiles

2016-05-10 Thread Rainer Jung
Am 10.05.2016 um 15:29 schrieb Richard Levitte via RT: On Tue May 10 13:18:22 2016, matt wrote: Makefile.in doesn't exist any more. Ping Richard Levitte - does anything need to be done for the new build system? The run_tests.pl line in Configurations/unix-Makefile.tmpl would still need that ch

[openssl-dev] [openssl.org #4456] Fedora 1, i386: error: field `next_timeout` has incomplete type

2016-05-10 Thread Matt Caswell via RT
Ping Richard Levitte. -- Ticket here: http://rt.openssl.org/Ticket/Display.html?id=4456 Please log in as guest with password guest if prompted -- openssl-dev mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev

[openssl-dev] [openssl.org #4455] OpenSUSE 42: undefined reference to `engine_load_afalg_internal'

2016-05-10 Thread Matt Caswell via RT
No response to last message. Assuming fixed. Closing. Matt -- Ticket here: http://rt.openssl.org/Ticket/Display.html?id=4455 Please log in as guest with password guest if prompted -- openssl-dev mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev

[openssl-dev] [openssl.org #4454] openssl-1.1.0-pre4: zlib-dynamic problems

2016-05-10 Thread Matt Caswell via RT
This should be fixed now. Closing. Matt -- Ticket here: http://rt.openssl.org/Ticket/Display.html?id=4454 Please log in as guest with password guest if prompted -- openssl-dev mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev

[openssl-dev] [openssl.org #4451] OS X 10.8, x86_64: 01-test_abort.t... sh: line 1: 71522 Abort trap: 6

2016-05-10 Thread Matt Caswell via RT
Reopened in error. Closing. Matt -- Ticket here: http://rt.openssl.org/Ticket/Display.html?id=4451 Please log in as guest with password guest if prompted -- openssl-dev mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev

[openssl-dev] [openssl.org #4445] Configure does not honor enable-afalgeng

2016-05-10 Thread Matt Caswell via RT
Working as intended. Closing. Matt -- Ticket here: http://rt.openssl.org/Ticket/Display.html?id=4445 Please log in as guest with password guest if prompted -- openssl-dev mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev

[openssl-dev] [openssl.org #4443] Re: VIA C7-D processor: Hang in 30-test_afalg.t

2016-05-10 Thread Matt Caswell via RT
Ticket appears to have been opened in error. This message should have been against ticket 4411. Closing. Matt -- Ticket here: http://rt.openssl.org/Ticket/Display.html?id=4443 Please log in as guest with password guest if prompted -- openssl-dev mailing list To unsubscribe: https://mta.openss

[openssl-dev] [openssl.org #4440] Re: Openssl-SNAP-20160315 issue Re: Openssl-SNAP-20160314 Re: Openssl SNAP 20160313 issue Re: OPenSSL SNAP 20160312 issue

2016-05-10 Thread Matt Caswell via RT
Ticket appears to have been opened in error. Closing. Matt -- Ticket here: http://rt.openssl.org/Ticket/Display.html?id=4440 Please log in as guest with password guest if prompted -- openssl-dev mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev

[openssl-dev] [openssl.org #4434] Gentoo 13, x86_64: 4 failed self tests

2016-05-10 Thread Matt Caswell via RT
Jeff Please can you check this again on latest master. Is this still an issue? Thanks Matt -- Ticket here: http://rt.openssl.org/Ticket/Display.html?id=4434 Please log in as guest with password guest if prompted -- openssl-dev mailing list To unsubscribe: https://mta.openssl.org/mailman/list

[openssl-dev] [openssl.org #4418] Apple configuration delay does not respond to Ctrl-C, proceeds with configuration

2016-05-10 Thread Matt Caswell via RT
Ping Richard Levitte. Can this be closed? Matt -- Ticket here: http://rt.openssl.org/Ticket/Display.html?id=4418 Please log in as guest with password guest if prompted -- openssl-dev mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev

[openssl-dev] [openssl.org #4413] Cygwin x86_64: make: *** No rule to make target '/openssl/Configurations/unix-Makefile.tmpl', needed by 'configdata.pm'.

2016-05-10 Thread Matt Caswell via RT
OP reports this as fixed. Closing. Matt -- Ticket here: http://rt.openssl.org/Ticket/Display.html?id=4413 Please log in as guest with password guest if prompted -- openssl-dev mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev

[openssl-dev] [openssl.org #4409] bug OpenSSL 1.0.1p 9 Jul 2015

2016-05-10 Thread Matt Caswell via RT
Not a bug. Closing. Matt -- Ticket here: http://rt.openssl.org/Ticket/Display.html?id=4409 Please log in as guest with password guest if prompted -- openssl-dev mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev

[openssl-dev] [openssl.org #4405] 1.1.0 compile failure with no-comp

2016-05-10 Thread Matt Caswell via RT
This seems to be working now. Closing. Matt -- Ticket here: http://rt.openssl.org/Ticket/Display.html?id=4405 Please log in as guest with password guest if prompted -- openssl-dev mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev

[openssl-dev] [openssl.org #4404] [PATCH] Missing Sanity Check for OPENSSL_strdup() in OpenSSL-1.1 pre-4

2016-05-10 Thread Matt Caswell via RT
This appears to have been fixed. Closing. Matt -- Ticket here: http://rt.openssl.org/Ticket/Display.html?id=4404 Please log in as guest with password guest if prompted -- openssl-dev mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev

[openssl-dev] [openssl.org #4400] [PATCH] plug potential memory leak in OpenSSL 1.1 pre 4

2016-05-10 Thread Matt Caswell via RT
This patch doesn't look correct. I don't see a memory leak here. Closing. Matt -- Ticket here: http://rt.openssl.org/Ticket/Display.html?id=4400 Please log in as guest with password guest if prompted -- openssl-dev mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-

[openssl-dev] [openssl.org #4357] NIST SP800-56A co-factor ECDH KATs

2016-05-10 Thread Matt Caswell via RT
The referenced pull request was merged so closing this ticket. Matt -- Ticket here: http://rt.openssl.org/Ticket/Display.html?id=4357 Please log in as guest with password guest if prompted -- openssl-dev mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev

[openssl-dev] [openssl.org #4538] Possible typo on https://www.openssl.org/docs/manmaster/apps/x509v3_config.html

2016-05-10 Thread Ivan Rancati via RT
On the page https://www.openssl.org/docs/manmaster/apps/x509v3_config.html there is this paragraph "These can either be object short names OF the dotted numerical form of OIDs " If I understand correctly, the paragraph should be "These can either be object short names OR the dotted numerical for

[openssl-dev] [openssl.org #4338] master: allocating memory for an unused variable in tls1_export_keying_material

2016-05-10 Thread Matt Caswell via RT
The referenced pull request was merged. Closing. Matt -- Ticket here: http://rt.openssl.org/Ticket/Display.html?id=4338 Please log in as guest with password guest if prompted -- openssl-dev mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev

[openssl-dev] [openssl.org #4328] Cygwin, self test and "./bctest: line 35: bc: command not found"

2016-05-10 Thread Matt Caswell via RT
Richard provided an answer for this. Closing. Matt -- Ticket here: http://rt.openssl.org/Ticket/Display.html?id=4328 Please log in as guest with password guest if prompted -- openssl-dev mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev

[openssl-dev] [openssl.org #4327] SSL_CTX_use_serverinfo_file() causes issues for SSL_CTX with multiple certs

2016-05-10 Thread Matt Caswell via RT
This was fixed in github PR 914. Closing. Matt -- Ticket here: http://rt.openssl.org/Ticket/Display.html?id=4327 Please log in as guest with password guest if prompted -- openssl-dev mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev

[openssl-dev] [openssl.org #4326] Failed to configure for Cygwin-x64

2016-05-10 Thread Matt Caswell via RT
This seems to have been fixed. Closing. Matt -- Ticket here: http://rt.openssl.org/Ticket/Display.html?id=4326 Please log in as guest with password guest if prompted -- openssl-dev mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev

[openssl-dev] [openssl.org #4343] master: EC_KEY_priv2buf (): check parameter sanity

2016-05-10 Thread Matt Caswell via RT
Steve explained how this should be done. Closing. Matt -- Ticket here: http://rt.openssl.org/Ticket/Display.html?id=4343 Please log in as guest with password guest if prompted -- openssl-dev mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev

[openssl-dev] [openssl.org #4321] Re: Missing accessor to the EVP_CIPHER_CTX member oiv

2016-05-10 Thread Matt Caswell via RT
Seems to have been opened in error (reply to ticket 4267). Closing. Matt -- Ticket here: http://rt.openssl.org/Ticket/Display.html?id=4321 Please log in as guest with password guest if prompted -- openssl-dev mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev

[openssl-dev] [openssl.org #4311] OpenSSL 1.1.0-pre3: quote PERL=$(PERL) in Makefiles

2016-05-10 Thread Richard Levitte via RT
On Tue May 10 13:18:22 2016, matt wrote: > Makefile.in doesn't exist any more. Ping Richard Levitte - does > anything need > to be done for the new build system? The run_tests.pl line in Configurations/unix-Makefile.tmpl would still need that change... ... but I don't quite understand the backgro

[openssl-dev] [openssl.org #4319] openssl-1.1.0-pre3 Configure does not set cflags correctly on Solaris10 x64

2016-05-10 Thread Matt Caswell via RT
This seems to have been fixed at some point (at least it is working for me on latest master). Closing. Matt -- Ticket here: http://rt.openssl.org/Ticket/Display.html?id=4319 Please log in as guest with password guest if prompted -- openssl-dev mailing list To unsubscribe: https://mta.openssl.o

[openssl-dev] [openssl.org #4245] OpenSSL-1.1-pre2 e_oss.h and inline conflicts

2016-05-10 Thread Richard Levitte via RT
Checking if inline is defined and using that definition is the right thing to do. To check for ossl_inline would be absurd, as the header file guard (HEADER_E_OS2_H) already does that job. Perhaps the commit f820b79248140419c1c2ced9873aa1d78b665a76 fixed the issue? Closing this ticket for now. O

[openssl-dev] [openssl.org #4317] openssl-1.1.0-pre3 make error with Configure option "zlib-dynamic"

2016-05-10 Thread Matt Caswell via RT
This seems to be working correctly now. Closing. Matt -- Ticket here: http://rt.openssl.org/Ticket/Display.html?id=4317 Please log in as guest with password guest if prompted -- openssl-dev mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev

[openssl-dev] [openssl.org #4311] OpenSSL 1.1.0-pre3: quote PERL=$(PERL) in Makefiles

2016-05-10 Thread Matt Caswell via RT
Makefile.in doesn't exist any more. Ping Richard Levitte - does anything need to be done for the new build system? Matt -- Ticket here: http://rt.openssl.org/Ticket/Display.html?id=4311 Please log in as guest with password guest if prompted -- openssl-dev mailing list To unsubscribe: https://m

[openssl-dev] [openssl.org #4255] OpenSSL-1.1.0-pre2 failures using MinGW-W64

2016-05-10 Thread Richard Levitte via RT
On Tue May 10 12:36:40 2016, matt wrote: > Re-opening. OP reports there are still issues with "make test" hanging. I would like OP to submit a 'make test' log, preferably verbose: HARNESS_VERBOSE=yes make test -- Richard Levitte levi...@openssl.org -- Ticket here: http://rt.openssl.org/Ticket/

[openssl-dev] [openssl.org #4306] few cmds help cleanup

2016-05-10 Thread Matt Caswell via RT
This got committed in 6c335b0. Closing. Matt -- Ticket here: http://rt.openssl.org/Ticket/Display.html?id=4306 Please log in as guest with password guest if prompted -- openssl-dev mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev

[openssl-dev] [openssl.org #4301] [BUG] OpenSSL 1.1.0-pre2 fails to parse x509 certificate in DER format

2016-05-10 Thread Matt Caswell via RT
This is intended behaviour for the certificate in question, so closing this ticket. Matt -- Ticket here: http://rt.openssl.org/Ticket/Display.html?id=4301 Please log in as guest with password guest if prompted -- openssl-dev mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo

[openssl-dev] [openssl.org #4287] Option -attime for "openssl ts -verify"

2016-05-10 Thread Matt Caswell via RT
This got fixed as part of GitHub pull request 870, so closing this. Matt -- Ticket here: http://rt.openssl.org/Ticket/Display.html?id=4287 Please log in as guest with password guest if prompted -- openssl-dev mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev

[openssl-dev] [openssl.org #4282] Re: [PATCH] Allow downgrading when reusing sessions on client

2016-05-10 Thread Matt Caswell via RT
On Sun Jan 31 01:20:30 2016, fe...@indutny.com wrote: > This actually sounds like a lovely idea. > > See: https://github.com/openssl/openssl/pull/603 The referenced pull got closed and replaced by https://github.com/openssl/openssl/pull/852 which has been merged. Therefore closing this ticket. Ma

[openssl-dev] [openssl.org #4217] Fixing DJGPP port of openssl master branch.

2016-05-10 Thread Richard Levitte via RT
Hi Juan, sorry that I lost track of this, and thank you Matt for the ping. I've made this a github PR, here: https://github.com/openssl/openssl/pull/1050 Could you verify that it still works correctly? Or anyone else that's interested? (we will proceed anyway if we haven't heard from you by the

[openssl-dev] [openssl.org #4280] OpenSSL 1.1.0 pre 2: feature request: ECDSA_SIG_set0(const ECDSA_SIG*, BIGNUM *, BIGNUM *) is needed

2016-05-10 Thread Matt Caswell via RT
Steve explained how to achieve what was wanted. Also the DSA_SIG_set0() function also mentioned in this ticket seems to have been added. Closing. Matt -- Ticket here: http://rt.openssl.org/Ticket/Display.html?id=4280 Please log in as guest with password guest if prompted -- openssl-dev mailin

[openssl-dev] [openssl.org #4275] Test all built-in curves and let the library choose the EC_METHOD

2016-05-10 Thread Matt Caswell via RT
Looks like this got merged so closing. Matt -- Ticket here: http://rt.openssl.org/Ticket/Display.html?id=4275 Please log in as guest with password guest if prompted -- openssl-dev mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev

[openssl-dev] [openssl.org #4272] [BUG/PATCH] Unit tests fail when DTLS is disabled

2016-05-10 Thread Matt Caswell via RT
Looks like this pull request was merged so closing. Matt -- Ticket here: http://rt.openssl.org/Ticket/Display.html?id=4272 Please log in as guest with password guest if prompted -- openssl-dev mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev

[openssl-dev] [openssl.org #4255] OpenSSL-1.1.0-pre2 failures using MinGW-W64

2016-05-10 Thread Matt Caswell via RT
Re-opening. OP reports there are still issues with "make test" hanging. Matt -- Ticket here: http://rt.openssl.org/Ticket/Display.html?id=4255 Please log in as guest with password guest if prompted -- openssl-dev mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev

[openssl-dev] [openssl.org #4537] [PATCH] Fix a NULL dereference in chacha20_poly1305_init_key()

2016-05-10 Thread Kazuki Yamaguchi via RT
chacha20_poly1305_init_key() dereferences NULL when called with inkey != NULL && iv == NULL. This function is called by EVP_EncryptInit_ex() family, whose documentation allows setting key and iv in separate calls. --- I also created a pull request on GitHub: - https://github.com/openssl/openssl/pul

[openssl-dev] [openssl.org #4262] Fwd: Configure script warns when no configurations changes occur

2016-05-10 Thread Matt Caswell via RT
Fixed differently in d20bb611d. Closing. Matt -- Ticket here: http://rt.openssl.org/Ticket/Display.html?id=4262 Please log in as guest with password guest if prompted -- openssl-dev mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev

[openssl-dev] [openssl.org #4257] Fix BN_gcd errors for curves with even order that do not play nicely with Montgomery arithmetic

2016-05-10 Thread Matt Caswell via RT
This was merged in 3a6a4a9. Closing Matt -- Ticket here: http://rt.openssl.org/Ticket/Display.html?id=4257 Please log in as guest with password guest if prompted -- openssl-dev mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev

[openssl-dev] [openssl.org #4255] OpenSSL-1.1.0-pre2 failures using MinGW-W64

2016-05-10 Thread Matt Caswell via RT
This doesn't seem to be a problem with OpenSSL so closing. Matt -- Ticket here: http://rt.openssl.org/Ticket/Display.html?id=4255 Please log in as guest with password guest if prompted -- openssl-dev mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev

[openssl-dev] [openssl.org #4254] PR for BLAKE2 support

2016-05-10 Thread Matt Caswell via RT
This was merged previously. Closing. Matt -- Ticket here: http://rt.openssl.org/Ticket/Display.html?id=4254 Please log in as guest with password guest if prompted -- openssl-dev mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev

[openssl-dev] [openssl.org #4248] Link error under Windows

2016-05-10 Thread Matt Caswell via RT
Appears to have been reopened in error. Closing again. Matt -- Ticket here: http://rt.openssl.org/Ticket/Display.html?id=4248 Please log in as guest with password guest if prompted -- openssl-dev mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev

[openssl-dev] [openssl.org #4227] openssl rand 10000000000 does not produce 10000000000 random bytes

2016-05-10 Thread Matt Caswell via RT
The issue as originally described in this ticket has been fixed. A comment was added at one point to this ticket: "May I suggest the bug also becomes a wish for support for > 2GB numbers, as that is what the user originally wanted?" It's not clear that that is desirable and is unlikely to be adde

[openssl-dev] [openssl.org #4217] Fixing DJGPP port of openssl master branch.

2016-05-10 Thread Matt Caswell via RT
Ping Richard Levitte. -- Ticket here: http://rt.openssl.org/Ticket/Display.html?id=4217 Please log in as guest with password guest if prompted -- openssl-dev mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev

[openssl-dev] [openssl.org #4212] Compilation of master branch fails with 's_nbio' undeclared (first use in this function).

2016-05-10 Thread Matt Caswell via RT
Looks like this was fixed by ba8108154d. Closing. Matt -- Ticket here: http://rt.openssl.org/Ticket/Display.html?id=4212 Please log in as guest with password guest if prompted -- openssl-dev mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev

[openssl-dev] [openssl.org #4207] engine key format in 1.1

2016-05-10 Thread Matt Caswell via RT
Seems to have been mostly fixed by dd9589740d, but it looks like there may be a few things in this patch not covered by that commit. Keeping this open for now. Matt -- Ticket here: http://rt.openssl.org/Ticket/Display.html?id=4207 Please log in as guest with password guest if prompted -- opens

[openssl-dev] [openssl.org #4201] Feature Request: Support dumping session keys in NSS key log format

2016-05-10 Thread Matt Caswell via RT
Github pull 570 which was associated with this ticket has been closed, so closing this too. Matt -- Ticket here: http://rt.openssl.org/Ticket/Display.html?id=4201 Please log in as guest with password guest if prompted -- openssl-dev mailing list To unsubscribe: https://mta.openssl.org/mailman/

[openssl-dev] [openssl.org #4185] Bug in EVP_MD_CTX_copy_ex's malloc failure handling

2016-05-10 Thread Matt Caswell via RT
Seems to have been fixed by 6aa0ba4bb28. Closing. Matt -- Ticket here: http://rt.openssl.org/Ticket/Display.html?id=4185 Please log in as guest with password guest if prompted -- openssl-dev mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev

[openssl-dev] [openssl.org #4178] [patch] OpenSSL 1.1.0 fails when configure with no-nextproto

2016-05-10 Thread Matt Caswell via RT
This seems to be working now. Closing ticket. Matt -- Ticket here: http://rt.openssl.org/Ticket/Display.html?id=4178 Please log in as guest with password guest if prompted -- openssl-dev mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev

[openssl-dev] [openssl.org #4177] opaque X509 struct issues

2016-05-10 Thread Matt Caswell via RT
Stephen answered this issue. The X509_get0_extensions() function does now seem to be documented. Closing this ticket. Matt -- Ticket here: http://rt.openssl.org/Ticket/Display.html?id=4177 Please log in as guest with password guest if prompted -- openssl-dev mailing list To unsubscribe: https

[openssl-dev] [openssl.org #4176] Add support for async jobs in OpenSSL speed

2016-05-10 Thread Matt Caswell via RT
Added in commit 8b0b80d923. Closing. Matt -- Ticket here: http://rt.openssl.org/Ticket/Display.html?id=4176 Please log in as guest with password guest if prompted -- openssl-dev mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev