> On Jan 15, 2015, at 12:26 PM, Florian Weimer <fwei...@redhat.com> wrote: > > Yes, they are going to help quite a bit as well. The other thing we need to > fix for TLS is that AES-GCM is a garbage collector stress test. Last time I > looked, for each transferred byte, there were four bytes allocated on the > heap.
What exactly are you referring to here? Is there a problem in TLS where it is using too much memory for AES-GCM specifically or AES-GCM itself is using too much memory? What test did you do to see this heap allocation or is this code inspection? thanks Tony