Re: Find out IV length

2022-08-17 Thread Matt Caswell
On 17/08/2022 06:30, Kreissl, Jochen wrote: Hi, given an SSL* or respectively an SSLCIPHER* struct, how can I figure out the length of the IV used by the negotiated cipher of the handshake? I noticed that EVP_CIPHER has a metod to query this information, but I also don’t find a way to

Find out IV length

2022-08-16 Thread Kreissl, Jochen
Hi, given an SSL* or respectively an SSLCIPHER* struct, how can I figure out the length of the IV used by the negotiated cipher of the handshake? I noticed that EVP_CIPHER has a metod to query this information, but I also don't find a way to get an EVP_CIPHER from SSL*. Any pointers (heh) would