diff options
| author | Jeff King <peff@peff.net> | 2023-02-01 06:39:26 -0500 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2023-02-01 10:10:34 -0800 |
| commit | b08edf709dfcd79c3691370930cd89c4b9b16d2f (patch) | |
| tree | 3029da43bb055b228c9500905d9e002ffb4a434c /builtin/commit.c | |
| parent | t/lib-httpd: drop SSLMutex config (diff) | |
| download | git-b08edf709dfcd79c3691370930cd89c4b9b16d2f.tar.gz git-b08edf709dfcd79c3691370930cd89c4b9b16d2f.zip | |
t/lib-httpd: increase ssl key size to 2048 bits
Recent versions of openssl will refuse to work with 1024-bit RSA keys,
as they are considered insecure. I didn't track down the exact version
in which the defaults were tightened, but the Debian-package openssl 3.0
on my system yields:
$ LIB_HTTPD_SSL=1 ./t5551-http-fetch-smart.sh -v -i
[...]
SSL Library Error: error:0A00018F:SSL routines::ee key too small
1..0 # SKIP web server setup failed
This could probably be overcome with configuration, but that's likely
to be a headache (especially if it requires touching /etc/openssl).
Let's just pick a key size that's less outrageously out of date.
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin/commit.c')
0 files changed, 0 insertions, 0 deletions
