bc-csharp icon indicating copy to clipboard operation
bc-csharp copied to clipboard

Probelm with session_ticket Extension when use it

Open ahrzeroday opened this issue 4 years ago • 1 comments

Hello, when i use this code for adding session_ticket Extension to my client Hello :

clientExtensions.Add(35, new byte[] { });

i got this Error :

TlsFatalAlert: decrypt_error(51)

I don't know i use this code correct or not if not can you tell me correct way for adding session_ticket Extension to Client Hello,please?

thanks .

ahrzeroday avatar Sep 05 '21 19:09 ahrzeroday

Your issue seems like it may be basically the same as this one: https://github.com/bcgit/bc-csharp/issues/317 (see comments there).

peterdettman avatar Sep 08 '21 05:09 peterdettman