Comparison of SSL implementations
Memory usage
axTLS uses dynamic (heap) allocations which causes issues with large fragment sizes.
If you run into memory problems, try setting ENABLE_CUSTOM_HEAP
.
Bear SSL uses fixed buffers and does not suffer from this limitation.
{ todo }