[openssl-dev] [openssl.org #3984] [PATCH] Fix clang compiler warning where %ld is used for uint64_t on Mac OS X

2015-08-05 Thread Adam Eijdenberg via RT
See PR: https://github.com/openssl/openssl/pull/362 I'm really not sure if this is the best fix or not (or even if it is reliable on older platforms) - but it cleared the error on my Mac OS X system, and didn't appear to cause any issues on an Ubuntu or FreeBSD distribution I tested on and I

[openssl-dev] [openssl.org #3985] [PATCH] Fix potential memory leaks

2015-08-05 Thread Alessandro Ghedini via RT
Hello, see GitHub pull request at https://github.com/openssl/openssl/pull/354 which fixes memory leaks on error conditions in X509_add1_reject_object() and PKCS7_verify(). Cheers ___ openssl-bugs-mod mailing list openssl-bugs-...@openssl.org

[openssl-dev] [openssl.org #3986] [PATCH] Implement HKDF algorithm (RFC 5869)

2015-08-05 Thread Alessandro Ghedini via RT
Hello, see GitHub pull request at https://github.com/openssl/openssl/pull/355 which implements the HMAC-based Extract-and-Expand Key Derivation Function (HKDF) as defined in RFC 5869, and used by QUIC and TLS 1.3. It comes with tests as defined in the Appendix A of the same RFC. Cheers

[openssl-dev] [openssl.org #3987] Bug report about crash related to ASN1_primitive_free

2015-08-05 Thread 송성근 via RT
Hi, I’ve been using openssl 1.0.1j on android 5.1. On test, I’ve been getting the following crash messages because of accessing unaccessable address (invalid pointer) on ASN1_primitive_free. Fault address is changed every time. Please provide your help. Case 1. 08-05 13:05:28.238 I 505

[openssl-dev] [openssl.org #3979] New OpenSSL issue: valid certificate fails validation where subject text == issuer text

2015-08-05 Thread Stephen Henson via RT
On Wed Aug 05 01:06:40 2015, m...@bogosian.net wrote: Hi Steve, I've attached three certificate collections: two that fail (where subject == issuer) and one that works around the problem (where subject != issuer). OK thanks for the examples. The bug is that OpenSSL 1.0.2 is less strict about

Re: [openssl-dev] [openssl.org #3985] [PATCH] Fix potential memory leaks

2015-08-05 Thread Alessandro Ghedini via RT
On Wed, Aug 05, 2015 at 11:01:13am +, Alessandro Ghedini via RT wrote: Hello, see GitHub pull request at https://github.com/openssl/openssl/pull/354 which fixes memory leaks on error conditions in X509_add1_reject_object() and PKCS7_verify(). I also added a couple more patches fixing

Re: [openssl-dev] TLS session ticket extension problem when using the ssl23_client_hello method

2015-08-05 Thread Matt Caswell
On 04/08/15 22:03, Ian McFadries (imcfadri) wrote: Sorry for the delayed response, I was away for a week and was able to test the fix today. The fix did resolve the session ticket issue that I was encountering. However, now I get an error when I am not using the session tickets under

[openssl-dev] Making assembly language optimizations working on Cortex-M3

2015-08-05 Thread Brian Smith
Hi, In ./Configure, there is this comment: # big-endian platform. This is because ARMv7 processor always # picks instructions in little-endian order. Another similar # limitation is that -mthumb can't cross -march=armv6t2 # boundary, because that's where it became

[openssl-dev] Mailman version used by OpenSSL is misconfigured and/or broken in relation to DKIM

2015-08-05 Thread Quanah Gibson-Mount
Yesterday, I was alerted by a member of the list that my emails to openssl-dev are ending up in their SPAM folder. After examining my emails as sent out by OpenSSL's mailman, I saw that it is mucking with the headers, causing DKIM failures. This could be because of one of two reasons: a)

[openssl-dev] [openssl.org #3988] [PATCH] X509_check_host() has existed since 1.0.2

2015-08-05 Thread David Woodhouse via RT
I was *distinctly* upset, some years ago, to find that OpenSSL couldn't do this for me and I had to do it myself. Now I see it can, and I can fix my own code to use that facility thus: http://git.infradead.org/users/dwmw2/openconnect.git/commitdiff/674881cbb It looks like I can use it from 1.0.2

Re: [openssl-dev] Mailman version used by OpenSSL is misconfigured and/or broken in relation to DKIM

2015-08-05 Thread Kurt Roeckx
On Wed, Aug 05, 2015 at 06:54:33AM -0700, Quanah Gibson-Mount wrote: Yesterday, I was alerted by a member of the list that my emails to openssl-dev are ending up in their SPAM folder. After examining my emails as sent out by OpenSSL's mailman, I saw that it is mucking with the headers,

Re: [openssl-dev] Mailman version used by OpenSSL is misconfigured and/or broken in relation to DKIM

2015-08-05 Thread mancha
On Wed, Aug 05, 2015 at 04:54:25PM +0200, Kurt Roeckx wrote: On Wed, Aug 05, 2015 at 06:54:33AM -0700, Quanah Gibson-Mount wrote: Yesterday, I was alerted by a member of the list that my emails to openssl-dev are ending up in their SPAM folder. After examining my emails as sent out by

[openssl-dev] [openssl.org #3989] Bug report - clang fails to build openssl-1.0.2d

2015-08-05 Thread Han Shen via RT
OS - ChromeOs Version affected - 1.0.2d Hi, clang fails to build this version. 'ldrplb' and 'ldrneb' are pre-UAL format, could I suggest to replaced those with UAL-format 'ldrbpl' and 'ldrbne' respectively? (GCC recognizes both) A patch attached. Thanks, Han diff -U5 -r

Re: [openssl-dev] Mailman version used by OpenSSL is misconfigured and/or broken in relation to DKIM

2015-08-05 Thread Kurt Roeckx
On Wed, Aug 05, 2015 at 04:54:57PM +, mancha wrote: I interpret the comment to mean that, because OpenSSL lists modify messages (see below), they should strip DKIM headers (see above) before distribution to prevent false negatives in recipient implementations. Won't that always give DKIM

Re: [openssl-dev] Mailman version used by OpenSSL is misconfigured and/or broken in relation to DKIM

2015-08-05 Thread mancha
On Wed, Aug 05, 2015 at 09:33:02PM +0200, Kurt Roeckx wrote: On Wed, Aug 05, 2015 at 04:54:57PM +, mancha wrote: I interpret the comment to mean that, because OpenSSL lists modify messages (see below), they should strip DKIM headers (see above) before distribution to prevent false

Re: [openssl-dev] Mailman version used by OpenSSL is misconfigured and/or broken in relation to DKIM

2015-08-05 Thread Jonas Maebe
On 05/08/15 23:00, mancha wrote: OpenSSL is certainly not alone in its practice of mangling headers and adding body footers so I'd be curious to hear how other lists handle domains such as yahoo.com. We warn people that DKIM-using domains may experience bounces, and that they should subscribe

Re: [openssl-dev] Mailman version used by OpenSSL is misconfigured and/or broken in relation to DKIM

2015-08-05 Thread Daniel Kahn Gillmor
On Wed 2015-08-05 17:04:30 -0400, Jonas Maebe wrote: On 05/08/15 23:00, mancha wrote: OpenSSL is certainly not alone in its practice of mangling headers and adding body footers so I'd be curious to hear how other lists handle domains such as yahoo.com. We warn people that DKIM-using domains

[openssl-dev] [openssl.org #3990] [PATCH] Fix PowerPC build error in ppccap.c

2015-08-05 Thread Anton Blanchard via RT
Hi, I'm seeing a build issue on PowerPC: ppccap.c:10:20: fatal error: crypto.h: No such file or directory #include crypto.h A pull request to fix this is at: https://github.com/openssl/openssl/pull/363 Regards, Anton ___ openssl-bugs-mod mailing

[openssl-dev] [openssl.org #3990] [PATCH] Fix PowerPC build error in ppccap.c

2015-08-05 Thread Rich Salz via RT
fixed in master and 1.0.2, thanks! -- Rich Salz, OpenSSL dev team; rs...@openssl.org ___ openssl-dev mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev

Re: [openssl-dev] We're working on license changes

2015-08-05 Thread Jonathan Larmour
On 04/08/15 15:54, Blumenthal, Uri - 0553 - MITLL wrote: On 04/08/15 00:37, Quanah Gibson-Mount wrote: I also don't get why a CLA is required, overall. It's not something I'm thrilled about either. However we have been receiving legal advice. That advice tells us that we should be putting