Activity
From 2013-10-30 to 2013-11-05
2013-11-05
- 16:30 Bug #2525 (Fixed): ssl.cipher-list not inherited into SNI
- Applied in changeset r2913.
- 15:29 Revision 1af871fc: [ssl] fix SNI handling; only use key+cert+verify-client from SNI specific config (fixes #2525, CVE-2013-4508)
- pull all ssl.ca-file values into all SSL_CTXs, but use only the local
ssl.ca-file for verify-client; correct SNI name... - 15:29 Revision 3ce548c8: remove unused members from struct server_socket
- From: Stefan Bühler <stbuehler@web.de>
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2912 152a...
2013-11-01
- 18:23 Bug #2528 (Duplicate): http_auth needs libcrypto also for 'SHA1()' and not only 'crypt()'
- crypt != crypto.
- 18:15 Bug #2528 (Duplicate): http_auth needs libcrypto also for 'SHA1()' and not only 'crypt()'
- In lighttpd 1.4.33 the linking of mod_auth requires libcrypto.so. The necessity to link against libcrypto.so is held ...
- 18:17 Bug #2527 (Invalid): mkdir needs also to check for ENOSYS on Solaris
- Looks like a platform bug to me.
http://www.unix.com/man-page/opensolaris/2/mkdir/ doesn't event document ENOSYS (... - 18:01 Bug #2527: mkdir needs also to check for ENOSYS on Solaris
- The issue was also raised earlier in the forum at http://redmine.lighttpd.net/boards/2/topics/4163
- 18:00 Bug #2527 (Invalid): mkdir needs also to check for ENOSYS on Solaris
- In mod_compress from lighttpd 1.4.33 the mkdir needs to also check for errno to be ENOSYS on Solaris. This happens wh...
- 16:12 Bug #2525: ssl.cipher-list not inherited into SNI
- Setting @ssl.cipher-list@ in the same blocks as @ssl.pemfile@ worked for me. If this breaks SNI for you please open a...
- 14:00 Bug #2525: ssl.cipher-list not inherited into SNI
- *inherited (shoulda known better than to make a post when I just wake up...)
- 13:59 Bug #2525 (Fixed): ssl.cipher-list not inherited into SNI
- When defining an ssl.cipher-list, it works for the 'default' HTTPS setup ($SERVER["socket"] 443 block), but when you ...
- 14:34 Bug #2526 (Fixed): Support url.rewrite (handle_uri_raw callbacks) in $HTTP["url"] and $HTTP["query-string"]
- @$HTTP["query-string"]@ (which is not documented to not work) should be trivial to fix; supporting @$HTTP["url"]@ add...
- 14:29 Feature #2348 (Duplicate): Backport url.redirect-code
- 02:49 Bug #2524: CGI CONTENT_TYPE holds spurios data
- Thank you for clarification - appreciated.
- 02:09 Bug #2524 (Invalid): CGI CONTENT_TYPE holds spurios data
- http://stackoverflow.com/questions/2305218/what-is-the-boundary-parameter-in-an-http-multi-part-post-request
- 01:41 Bug #2524 (Invalid): CGI CONTENT_TYPE holds spurios data
- Version: lighttpd/1.4.28
Upon submitting the following form
> <form action=glucose.sh?stage=post method=post nc...
Also available in: Atom