commit ec8db54ad7f342542762beb8f3e912dff44e3a53 (HEAD -> develop, origin/develop)
Author: Bruce Schuchardt <bschucha...@pivotal.io> Date: Mon Apr 27 09:07:16 2020 -0700 GEODE-8020: buffer corruption in SSL communications (#4994) revert change in GEODE-6661 that made NioSslEngine use a direct buffer. This class is not designed to share its buffer with a pool in BufferPool. Connection is also modified to use a heap buffer for reading encrypted SSL packets for consistency. New tests ensure that these buffers are the correct type when using SSL or plain sockets.