-
Notifications
You must be signed in to change notification settings - Fork 51
Comparing changes
Open a pull request
base repository: arduino-libraries/ArduinoBearSSL
base: master
head repository: arduino-libraries/ArduinoBearSSL
compare: rebased
- 18 commits
- 40 files changed
- 1 contributor
Commits on Nov 8, 2017
-
Configuration menu - View commit details
-
Copy full SHA for d92d9dd - Browse repository at this point
Copy the full SHA d92d9ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 546da0a - Browse repository at this point
Copy the full SHA 546da0aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 30b1db8 - Browse repository at this point
Copy the full SHA 30b1db8View commit details -
Fill in initial BearSSLClient methods
Limitations: - available only returns 1 or 0 - connect(ip, port) not implemented - trust anchors hard coded in file - requires _gettimeofday implementation in sketch
Configuration menu - View commit details
-
Copy full SHA for d8341c4 - Browse repository at this point
Copy the full SHA d8341c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for fae869a - Browse repository at this point
Copy the full SHA fae869aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 864814e - Browse repository at this point
Copy the full SHA 864814eView commit details -
Configuration menu - View commit details
-
Copy full SHA for cfcfac2 - Browse repository at this point
Copy the full SHA cfcfac2View commit details -
HACK: make br_sslio_read(ctx, dst, len) return buffered length if dst…
… is NULL This let’s us use it in Client::available()
Configuration menu - View commit details
-
Copy full SHA for 92b7f0f - Browse repository at this point
Copy the full SHA 92b7f0fView commit details -
Make available() return values greater than 1
By using br_sslio_read(ctx, NULL, len) hack
Configuration menu - View commit details
-
Copy full SHA for 477246b - Browse repository at this point
Copy the full SHA 477246bView commit details -
Configuration menu - View commit details
-
Copy full SHA for d9cb3ce - Browse repository at this point
Copy the full SHA d9cb3ceView commit details -
Add ArduinoBearSSL.onGetTime(callback) API
Used to return _gettimeofday value
Configuration menu - View commit details
-
Copy full SHA for dc3d242 - Browse repository at this point
Copy the full SHA dc3d242View commit details -
Revert "HACK: make br_sslio_read(ctx, dst, len) return buffered lengt…
…h if dst is NULL" This reverts commit 2bd615f.
Configuration menu - View commit details
-
Copy full SHA for efab93d - Browse repository at this point
Copy the full SHA efab93dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ff7491 - Browse repository at this point
Copy the full SHA 1ff7491View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f4654b - Browse repository at this point
Copy the full SHA 6f4654bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f5194d - Browse repository at this point
Copy the full SHA 7f5194dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a1f68e - Browse repository at this point
Copy the full SHA 9a1f68eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6958b15 - Browse repository at this point
Copy the full SHA 6958b15View commit details -
Configuration menu - View commit details
-
Copy full SHA for f0226d1 - Browse repository at this point
Copy the full SHA f0226d1View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...rebased