Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: arduino-libraries/ArduinoBearSSL
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: arduino-libraries/ArduinoBearSSL
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: rebased
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 18 commits
  • 40 files changed
  • 1 contributor

Commits on Nov 8, 2017

  1. Configuration menu
    Copy the full SHA
    d92d9dd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    546da0a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    30b1db8 View commit details
    Browse the repository at this point in the history
  4. 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
    sandeepmistry committed Nov 8, 2017
    Configuration menu
    Copy the full SHA
    d8341c4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fae869a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    864814e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cfcfac2 View commit details
    Browse the repository at this point in the history
  8. HACK: make br_sslio_read(ctx, dst, len) return buffered length if dst…

    … is NULL
    
    This let’s us use it in Client::available()
    sandeepmistry committed Nov 8, 2017
    Configuration menu
    Copy the full SHA
    92b7f0f View commit details
    Browse the repository at this point in the history
  9. Make available() return values greater than 1

    By using br_sslio_read(ctx, NULL, len) hack
    sandeepmistry committed Nov 8, 2017
    Configuration menu
    Copy the full SHA
    477246b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d9cb3ce View commit details
    Browse the repository at this point in the history
  11. Add ArduinoBearSSL.onGetTime(callback) API

    Used to return _gettimeofday value
    sandeepmistry committed Nov 8, 2017
    Configuration menu
    Copy the full SHA
    dc3d242 View commit details
    Browse the repository at this point in the history
  12. Revert "HACK: make br_sslio_read(ctx, dst, len) return buffered lengt…

    …h if dst is NULL"
    
    This reverts commit 2bd615f.
    sandeepmistry committed Nov 8, 2017
    Configuration menu
    Copy the full SHA
    efab93d View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    1ff7491 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    6f4654b View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    7f5194d View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    9a1f68e View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    6958b15 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    f0226d1 View commit details
    Browse the repository at this point in the history
Loading