8000 Update to BearSSL 0.6+ release, add AES_CCM modes by earlephilhower · Pull Request #5164 · esp8266/Arduino · GitHub
[go: up one dir, main page]

Skip to content

Update to BearSSL 0.6+ release, add AES_CCM modes #5164

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 9 commits into from
Sep 28, 2018
Merged
Prev Previous commit
Save ROM by sharing identical copies of EC kernels
The EC mul20 and square20 code was identical in two different files,
but because these copies were static, we ended up with an extra 6k of
duplicated code. Updated BearSSL to make them shared, saving 6KB.
  • Loading branch information
earlephilhower committed Sep 27, 2018
commit 4224edc046dc0b84e5bb9ebe0cd8cdef9461b4ce
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 4b98d91
#define BEARSSL_GIT f55a6ad
Binary file modified tools/sdk/lib/libbearssl.a
Binary file not shown.
2 changes: 1 addition & 1 deletion tools/sdk/ssl/bearssl
0