[openssl.org #3484] s3_pkt.c build failure for openssl-SNAP-20140804

2014-08-05 Thread dcrue...@qualitesys.com via RT
Hello On 32b linux (Ubuntu or Raspberry) With ./Configure debug-ben-debug enable-unit-test openssl-SNAP-20140804 s3_pkt.c: In function ‘ssl3_write_bytes’: s3_pkt.c:646:15: erreur: unused variable ‘u_len’ [-Werror=unused-variable] cc1: all warnings being treated as errors Regards

Re: [openssl.org #3483] [BUG] DTLS/sctp crashes sporadically when remote endpoint closes connection

2014-08-05 Thread Michael Tuexen
On 05 Aug 2014, at 09:18, Jan Hykel via RT r...@openssl.org wrote: Hello, OpenSSL (1.0.1h and older) contains following problematic part of code in /crypto/bio/bss_dgram.c, dgram_sctp_read(): --- static int dgram_sctp_read(BIO *b, char *out, int outl) { int ret = 0, n = 0, i,

Re: [openssl.org #3483] [BUG] DTLS/sctp crashes sporadically when remote endpoint closes connection

2014-08-05 Thread Michael Tüxen via RT
On 05 Aug 2014, at 09:18, Jan Hykel via RT r...@openssl.org wrote: Hello, OpenSSL (1.0.1h and older) contains following problematic part of code in /crypto/bio/bss_dgram.c, dgram_sctp_read(): --- static int dgram_sctp_read(BIO *b, char *out, int outl) { int ret = 0, n = 0, i,

[openssl.org #3483] [BUG] DTLS/sctp crashes sporadically when remote endpoint closes connection

2014-08-05 Thread Stephen Henson via RT
On Tue Aug 05 09:18:02 2014, jan.hy...@acision.com wrote: Hello, OpenSSL (1.0.1h and older) contains following problematic part of code in /crypto/bio/bss_dgram.c, dgram_sctp_read(): Are you explicitly enabling SCTP support with enable-sctp or does the default version of OpenSSL have SCTP

Re: [openssl.org #3483] [BUG] DTLS/sctp crashes sporadically when remote endpoint closes connection

2014-08-05 Thread Jan Hykel via RT
Hello, yes, it was compiled with enable-sctp option enabled, it is not default rhel6 distribution version. Best regards Jan On 5.8.2014 14:40, Stephen Henson via RT wrote: On Tue Aug 05 09:18:02 2014, jan.hy...@acision.com wrote: Hello, OpenSSL (1.0.1h and older) contains following

Re: [openssl.org #3483] [BUG] DTLS/sctp crashes sporadically when remote endpoint closes connection

2014-08-05 Thread Jan Hykel
Hello, yes, it was compiled with enable-sctp option enabled, it is not default rhel6 distribution version. Best regards Jan On 5.8.2014 14:40, Stephen Henson via RT wrote: On Tue Aug 05 09:18:02 2014, jan.hy...@acision.com wrote: Hello, OpenSSL (1.0.1h and older) contains following