arduino-libraries / ArduinoBearSSL

Port of BearSSL to Arduino
MIT License
84 stars 49 forks source link

Removed ciphers suite, protocol, etc not used for Arduino IoT Cloud #22

Closed aentinger closed 4 years ago

manchoz commented 4 years ago

@aentinger nice PR but I think that adding a wrapper around br_ssl_engine_set_suites() would be enough.

Did you notice any reducing in size of compiled code?

WDYT?

aentinger commented 4 years ago

@manchoz I noticed a reduction of about 8 % flash space. Closing this PR and handing the matter over to you as per slack conversation.