Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Jun 6, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tools/sdk/include/bearssl/bearssl_git.h
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// Do not edit -- Automatically generated by tools/sdk/ssl/bearssl/Makefile
#define BEARSSL_GIT 6b9587f
#define BEARSSL_GIT 0d7d5e2
Binary file modified tools/sdk/lib/libbearssl.a
Binary file not shown.
1 change: 1 addition & 0 deletions tools/sdk/ssl/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ all T0 clean: bearssl/README.txt

install: all version-header
cp bearssl/esp8266/libbearssl.a ../lib/.
ar d ../lib/libbearssl.a `ar t ../lib/libbearssl.a | egrep 'i31|i32|x86|sse|pwr8|i62|m31|m32|m62|m64|ct64|ctmul64'` # Remove unneeded objects
cp bearssl/inc/bearssl*.h ../include/bearssl/.

bearssl/README.txt:
Expand Down