FS#29531 - [GnuTLS] server side bugs
Attached to Project:
Arch Linux
Opened by Alexandre Bique (babali) - Wednesday, 18 April 2012, 20:49 GMT
Last edited by Andreas Radke (AndyRTR) - Friday, 20 April 2012, 14:37 GMT
Opened by Alexandre Bique (babali) - Wednesday, 18 April 2012, 20:49 GMT
Last edited by Andreas Radke (AndyRTR) - Friday, 20 April 2012, 14:37 GMT
|
Details
Hi,
I have a bug with GnuTLS-3.0.18, which is that my httpd server (custom implementation) fails to serve pages to chromium and firefox goes into and infinite loop. But in the other hand, wget (which is linked against openssl) succeed in getting files from my server. There is an easy thing to do to reproduce the bug: - start a gnutls echo server: gnutls-serv --x509keyfile=key.pem --x509certfile=cert.pem -p 4242 --disable-client-cert --nodb --generate --echo - start a client, and copy a big file: cat /usr/include/*.h >test-file; gnutls-cli --insecure 0.0.0.0 -p 4242 <test-file Then it doesn't work :^) You can also test with an openssl client (it will fail as well): openssl s_client -connect 0.0.0.0:4242 <test-file I am using x86_64 architecture. Regards. |
This task depends upon
Closed by Andreas Radke (AndyRTR)
Friday, 20 April 2012, 14:37 GMT
Reason for closing: Not a bug
Additional comments about closing: see mailing list thread. it's a minor bug in openssl, not a gnutls one.
Friday, 20 April 2012, 14:37 GMT
Reason for closing: Not a bug
Additional comments about closing: see mailing list thread. it's a minor bug in openssl, not a gnutls one.
Comment by
Alexandre Bique (babali) -
Wednesday, 18 April 2012, 21:06 GMT
Comment by Andreas Radke (AndyRTR) -
Friday, 20 April 2012, 14:37 GMT
I forwarded the bug to the gnutls-devel mailing list.
http://lists.gnu.org/archive/html/gnutls-devel/2012-04/msg00067.html