Re: help needed with: Alert(21)
Michael Wohlwend <[email protected]> Fri, 30 Sep 2022 16:58:07 +0200
| Newsgroups | gmane.network.gnutls.general |
|---|---|
| Message-ID | <7433456.EvYhyI6sBW@pc21a> |
a little update... Am Freitag, 30. September 2022, 10:32:32 CEST schrieb Daiki Ueno: > Hello Michael, > Perhaps you could try other ciphers that doesn't have such limitation, > e.g., CHACHA20-POLY1305? > I wrote the following in the config: [overrides] tls-disabled-cipher= aes-256-gcm This makes gnutls use chacha20-poly1305 and with this cipher it works. So what should I do in my code to make this work with aes? What api calls are necessary to handle the rekeying correctly? Cheers + thanks, Michael