History log of /external/libmicrohttpd/src/microhttpd/daemon.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
1e68f5d827a859ba3b7ab6a70a60247e0b96afa5 29-Sep-2015 Alex Vakulenko <avakulenko@google.com> Remove GCM cipher mode requirements for fallback ciphersuites

SecureTransport of MacOS/iOS does not support GCM cipher mode with
ECDHE-ECDSA/ECDHE-RSA key-exchange algorithms even though they seem
to claim that they do. This is supposedly fixed in MacOS 10.11 but
that one is not out yet.

Using "meta" suite from BoringSSL to support strong encryption
algorithms with a bit more leeway, not just 4 we used to hardcode.

BUG: 24468826
Change-Id: Ie62a9b11584b6745848090888b7d9e1fe50e90ee
/external/libmicrohttpd/src/microhttpd/daemon.c
98eba18fb11e5d2d4f7cdadd03c24f69ee2bd32e 14-Aug-2015 Darren Krahn <dkrahn@google.com> Add HTTPS support using BoringSSL.

Upstream implements HTTPS using GnuTLS but BoringSSL is preferred. This
CL removes all use of GnuTLS in src/microhttpd and implements HTTPS with
BoringSSL.

Bug: 23153045
Change-Id: Ibbe17e5e7b87fee32832bda30591f93ff023a807
/external/libmicrohttpd/src/microhttpd/daemon.c
748945ec6f1c67b7efc934ab0808e1d32f2fb98d 11-Aug-2015 Daniel Erat <derat@chromium.org> Add stock 0.9.42 source.

This is from http://www.gnu.org/software/libmicrohttpd/ (and
was verified to match the source from a local mirror).

Bug: 23101922
Change-Id: I7efc9d5065b49b8957ce41bb6afd2ce1f39c7cac
/external/libmicrohttpd/src/microhttpd/daemon.c