On 4/26/17 8:26 AM, Aki Tuomi wrote:
>
>
> I encourage you to open pull request at https://github.com/dovecot/core/pulls
>
> Aki
>
Thanks Aki.
I'll do that.
Peter
> On April 26, 2017 at 3:15 PM Peter van der Does
> wrote:
>
>
> Patch v2
>
> --- a/src/lib-ssl-iostream/iostream-openssl-params.c
> +++ b/src/lib-ssl-iostream/iostream-openssl-params.c
> @@ -13,10 +13,19 @@ generate_dh_parameters(int bitsize, buffer_t *output,
> const char **error_r)
> {
>
Patch v2
--- a/src/lib-ssl-iostream/iostream-openssl-params.c
+++ b/src/lib-ssl-iostream/iostream-openssl-params.c
@@ -13,10 +13,19 @@ generate_dh_parameters(int bitsize, buffer_t *output, const
char **error_r)
{
DH *dh;
unsigned char *p;
- int len, len2;
+ int len,
In src/lib-ssl-iostream/iostream-openssl-params.c a call is made to
DH_generate_parameters. This function has been deprecated since OpenSSL 0.9.8.
With OpenSSL 1.1 compilation will throw an error.
Not sure how to send patches, I don't even know if the patch I wrote actually
works (I don't progr