[Privoxy-devel] https-inspection challenges

Lee ler762 at gmail.com
Sun Jun 7 12:03:41 UTC 2020


On 6/5/20, Fabian Keil <fk at fabiankeil.de> wrote:
>
> Great. I hope that most packagers enable FEATURE_HTTPS_INSPECTION.

How do I tell privoxy configure where the mbed-tls libraries/includes
are located?

I got mbed tls version 2.16.6 from
  https://github.com/ARMmbed/mbedtls/releases
and built it using the same cygwin cross-compiler as for privoxy:

export WINDOWS_BUILD=1
#  build for a Windows platform
unset DEBUG
unset SHARED
export CC=i686-w64-mingw32-gcc
export LD=i686-w64-mingw32-gcc
make lib
make check

which seems ok, but what else do I need to add to the call to configure besides
  --with-mbedtls

Thanks
Lee


More information about the Privoxy-devel mailing list