Use SHA256 as hash algorithm for the certificate and key file names
authorFabian Keil <fk@fabiankeil.de>
Wed, 26 Jun 2024 13:23:25 +0000 (15:23 +0200)
committerFabian Keil <fk@fabiankeil.de>
Thu, 11 Jul 2024 08:07:08 +0000 (10:07 +0200)
commita581c2616a10cdc819f01173514589b476ddd79d
tree75f31c21745c128b3c76779bb438165c9ea7841d
parentec4392e4bb11651c2f8154c526cceddd0dae6646
Use SHA256 as hash algorithm for the certificate and key file names

... instead of MD5.

The known MD5 vulnerabilities shoulnd't matter for Privoxy's use case
but it doesn't hurt to use a hash algorithm that isn't deprecated.

Sponsored by: Robert Klemme
openssl.c
project.h
ssl.c
wolfssl.c