Bug#828557: Patch for sslsniff, request for review

2017-12-18 Thread Hilko Bengen
* Sebastian Andrzej Siewior: > It is not back compatible with openssl 1.0.2 Aware of that. Chose to ignore backwards compatibility for now. I took care of the const issue and eliminated the leaks using a stack-allocated buffer. New patch attached. Cheers, -Hilko Index:

Bug#828557: Patch for sslsniff, request for review

2017-12-18 Thread Sebastian Andrzej Siewior
On 2017-12-17 19:32:52 [+0100], Hilko Bengen wrote: > Control: tag -1 patch > > Hi, > > here's a patch that fixes the OpenSSL-1.1-related FTBFS for sslsniff. > > I'd appreciate a review of the patch. It is not back compatible with openssl 1.0.2 >Index: sslsniff/SessionCache.cpp

Bug#828557: Patch for sslsniff, request for review

2017-12-17 Thread Hilko Bengen
Control: tag -1 patch Hi, here's a patch that fixes the OpenSSL-1.1-related FTBFS for sslsniff. I'd appreciate a review of the patch. Cheers, -Hilko Index: sslsniff/SessionCache.cpp === --- sslsniff.orig/SessionCache.cpp +++