Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 368 Bytes

comparison.rst

File metadata and controls

15 lines (9 loc) · 368 Bytes

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 :envvar:`ENABLE_CUSTOM_HEAP`.

Bear SSL uses fixed buffers and does not suffer from this limitation.

{ todo }