Re: [tcpdump-workers] openssl 1.1 changes required for tcpdump: what minimum openssl?

2016-06-22 Thread Guy Harris
On Jun 22, 2016, at 3:24 PM, Michael Richardson wrote: > It looks like openssl has obsoleted the EVP_CIPHER_CTX type in 1.1.x. > While 1.1 isn't shipping widely yet, I'd rather be ready. > I have looked through openssl to see if we can replace it easily, > and if the replacement will work in 1.0.

[tcpdump-workers] openssl 1.1 changes required for tcpdump: what minimum openssl?

2016-06-22 Thread Michael Richardson
It looks like openssl has obsoleted the EVP_CIPHER_CTX type in 1.1.x. While 1.1 isn't shipping widely yet, I'd rather be ready. I have looked through openssl to see if we can replace it easily, and if the replacement will work in 1.0.x and the 0.9.x versions still seem to be out there. The questio