X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/f94aac30115bc94f2a1c8e3536ad7d40e7e4f302..6aac3239b4ce9638c2c5647684dc4ff2a6afbb42:/src/src/tls-openssl.c diff --git a/src/src/tls-openssl.c b/src/src/tls-openssl.c index 3299c2046..cd11f65df 100644 --- a/src/src/tls-openssl.c +++ b/src/src/tls-openssl.c @@ -1174,7 +1174,7 @@ if (!(x509 = X509_new())) goto err; where = US"generating pkey"; -if (!(rsa = rsa_callback(NULL, 0, 1024))) +if (!(rsa = rsa_callback(NULL, 0, 2048))) goto err; where = US"assigning pkey";