[libmicrohttpd] libmicrohttpd is crashing during security test

2018-05-22 Thread Purna Chandra Jena
Hi, I am Purna from India. I got this mailing list from libmicrohttpd info page and would like to discuss with you about a crash that we are getting from libmicrohttpd application during our security testing. Version we are using: libmicrohttpd-0.9.50-1.el7.centos.x86_64.rpm

Re: [libmicrohttpd] libmicrohttpd is crashing during security test

2018-05-22 Thread silvioprog
Hello Purna, welcome to the list. :-) Could you try the MHD version 0.9.59? I'm not familiar with CentOS, but I think we can build latest MHD release easily from sources in that. On Tue, May 22, 2018 at 3:30 AM, Purna Chandra Jena wrote: > Hi, > > I am Purna from India. > I got this mailing lis

[libmicrohttpd] Using GnuTLS with GNUTLS_CRD_PSK and AES-256-GCM, SHA384

2018-05-22 Thread Tal Maoz (tmaoz)
Hey guys, I hope someone can help with this as it is pretty urgent. I'm trying to build a simple secure server over libmicrohttpd. I compiled version 0.9.59 with libgnutls 3.5.18. I'm trying to use TLS-PSK with AES-256-GCM and SHA384 but I get an error: Ø Error: invalid credentials type 4 specif

Re: [libmicrohttpd] Using GnuTLS with GNUTLS_CRD_PSK and AES-256-GCM, SHA384

2018-05-22 Thread Christian Grothoff
Dear Tal, If you look at daemon.c:580, you can see that so far we only implemented the CRD_CERTIFICATE type. There is no fundamental reason why PSK could not be supported, but the respective data structures would need to be added to 'struct MHD_Daemon' and the case filled in here with the right c