I have created a pull request via
https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls -
https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/22341

How to remove the earlier patch I had sent to the ffmpeg-devel mailing list?

Best,
Aditya


On Sun, Mar 1, 2026 at 6:44 PM Jack Lau via ffmpeg-devel <
[email protected]> wrote:

> Hi,
>
> > On Mar 1, 2026, at 21:01, adityabanavi--- via ffmpeg-devel <
> [email protected]> wrote:
> >
> > From: Aditya Banavi <[email protected]>
> >
> > Use SECP256R1 ec curve when generating private key during DTLS
> negotiation.
>
> Please modify it refer to other commit message
> style("avformat/tls_gnutls:”)
>
> and describe why you want to make this change(what issue you’re fixing)
>
> >
> > Signed-off-by: Aditya Banavi <[email protected]>
> > ---
> > libavformat/tls_gnutls.c | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/libavformat/tls_gnutls.c b/libavformat/tls_gnutls.c
> > index 778ca9cf40..e294aef0c0 100644
> > --- a/libavformat/tls_gnutls.c
> > +++ b/libavformat/tls_gnutls.c
> > @@ -197,7 +197,7 @@ static int
> gnutls_gen_private_key(gnutls_x509_privkey_t *key)
> >     }
> >
> >     ret = gnutls_x509_privkey_generate(*key, GNUTLS_PK_ECDSA,
> > -
>  gnutls_sec_param_to_pk_bits(GNUTLS_PK_ECDSA, GNUTLS_SEC_PARAM_MEDIUM), 0);
> > +
>  GNUTLS_CURVE_TO_BITS(GNUTLS_ECC_CURVE_SECP256R1), 0);
> >     if (ret < 0) {
> >         av_log(NULL, AV_LOG_ERROR, "TLS: Failed to generate private key:
> %s\n", gnutls_strerror(ret));
> >         goto einval_end;
> > --
> > 2.43.0
> >
> > _______________________________________________
> > ffmpeg-devel mailing list -- [email protected]
> > To unsubscribe send an email to [email protected]
>
> And you maybe prefer submit it to
> https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls
>
> Thanks,
> Jack
>
> _______________________________________________
> ffmpeg-devel mailing list -- [email protected]
> To unsubscribe send an email to [email protected]
>
_______________________________________________
ffmpeg-devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to