-
Notifications
You must be signed in to change notification settings - Fork 13.3k
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
Add CryptoInterface library #6961
Merged
Merged
Commits on Dec 24, 2019
-
Configuration menu - View commit details
-
Copy full SHA for b3362a0 - Browse repository at this point
Copy the full SHA b3362a0View commit details
Commits on Dec 29, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 2151f7a - Browse repository at this point
Copy the full SHA 2151f7aView commit details -
- Make HelloCrypto.ino stylish. - Include assert.h in CryptoInterface.cpp.
Configuration menu - View commit details
-
Copy full SHA for 6a448bc - Browse repository at this point
Copy the full SHA 6a448bcView commit details
Commits on Jan 6, 2020
-
- Move base36 arrays to PROGMEM in TypeConversionFunctions.cpp.
- Add deprecated attribute to SHA1 and MD5 hashes. - Remove _warningsEnabled since this has been replaced by the deprecated attribute. - Prefix all getters with "get". - Move all CryptoInterface functionality to the experimental namespace. - Change formatting of core files. - Improve comments.
Configuration menu - View commit details
-
Copy full SHA for b1fc47a - Browse repository at this point
Copy the full SHA b1fc47aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 92dd1a2 - Browse repository at this point
Copy the full SHA 92dd1a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e5b63f - Browse repository at this point
Copy the full SHA 9e5b63fView commit details
Commits on Apr 18, 2020
-
Configuration menu - View commit details
-
Copy full SHA for c09252e - Browse repository at this point
Copy the full SHA c09252eView commit details
Commits on Apr 26, 2020
-
- Remove WiFi.disconnect() from setup() in HelloCrypto example since …
…it no longer seems to be required.
Configuration menu - View commit details
-
Copy full SHA for efb11c1 - Browse repository at this point
Copy the full SHA efb11c1View commit details
Commits on Apr 27, 2020
-
- Remove delay in setup() from HelloCrypto example since it does not seem to be required to prevent missing initial Serial prints. - Mark type conversion functions as big endian. - Update keywords.txt.
Configuration menu - View commit details
-
Copy full SHA for 884113b - Browse repository at this point
Copy the full SHA 884113bView commit details
Commits on Apr 28, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 77c5d8d - Browse repository at this point
Copy the full SHA 77c5d8dView commit details -
- Remove namespace experimental.
- Create ESP.random functions in the core based on the defaultNonceGenerator code, and use these in defaultNonceGenerator. - Rename CryptoInterface to esp8266::Crypto and move all functionality to the core. - Remove need to #include <bearssl/bearssl.h> in the Crypto header file by changing br_hkdf_context to ::br_hkdf_context. - Restyle code files for core usage.
Configuration menu - View commit details
-
Copy full SHA for ef86d20 - Browse repository at this point
Copy the full SHA ef86d20View commit details -
Configuration menu - View commit details
-
Copy full SHA for f1783e0 - Browse repository at this point
Copy the full SHA f1783e0View commit details -
- Rename namespace Crypto to namespace crypto.
Configuration menu - View commit details
-
Copy full SHA for 7f0324c - Browse repository at this point
Copy the full SHA 7f0324cView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.