Skip to content
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

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

Merged
merged 9 commits into from
Sep 28, 2018

Commits on Sep 25, 2018

  1. Update to BearSSL 0.6+ release, add AES_CCM modes

    Pull in latest BearSSL head (0.6 + minor additions) release and add AES_CCM
    modes to the encryption options.
    earlephilhower committed Sep 25, 2018
    Configuration menu
    Copy the full SHA
    12e666e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    167a11a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f771d23 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8fd3938 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2018

  1. Configuration menu
    Copy the full SHA
    738bfd9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ff1491a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3761532 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2018

  1. Configuration menu
    Copy the full SHA
    fd81594 View commit details
    Browse the repository at this point in the history
  2. 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.
    earlephilhower committed Sep 27, 2018
    Configuration menu
    Copy the full SHA
    4224edc View commit details
    Browse the repository at this point in the history