1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-12 01:53:07 +03:00

Move all SSL constants into PROGMEM, free 1.2KB (#6162)

Rewrite all the integer math operations with const input parameters to
use PROGMEM properly (pgm_read_xx or memcpy_P), and move all the EC
order and generators and SHA OIDs to PROGMEM.

This frees around 1.2KB of heap for any SSL applications.

Also delete unneeded objects from the bearssl.a library to shrink the
GIT repo size.
This commit is contained in:
Earle F. Philhower, III
2019-06-06 13:05:22 -07:00
committed by GitHub
parent 6722d1d44b
commit 6bfb1bae40
4 changed files with 3 additions and 2 deletions

Binary file not shown.