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

Crypto error handling #148

Merged
merged 4 commits into from
Aug 29, 2019
Merged

Crypto error handling #148

merged 4 commits into from
Aug 29, 2019

Commits on Aug 20, 2019

  1. rename result::result

    Closes #166.
    martinthomson committed Aug 20, 2019
    Configuration menu
    Copy the full SHA
    7983ff0 View commit details
    Browse the repository at this point in the history
  2. Rework conversion in neqo-crypto

    This attempts to use TryFrom more aggressively so that we have a clearer
    indication of the expected type.  I left a few try_into instances around
    where the type was clear from context and the extra type information
    would have polluted things too much.
    martinthomson committed Aug 20, 2019
    Configuration menu
    Copy the full SHA
    456c558 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2019

  1. Configuration menu
    Copy the full SHA
    8dc7f47 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    84e5823 View commit details
    Browse the repository at this point in the history