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

Bug 1650787 - Implement the JWE metric type on the core and FFI #1062

Merged
merged 4 commits into from
Jul 20, 2020

Commits on Jul 20, 2020

  1. Implement a JWE metric type

    brizental committed Jul 20, 2020
    Configuration menu
    Copy the full SHA
    cf7b03a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f3b9294 View commit details
    Browse the repository at this point in the history
  3. Attend to review comments

    * Fix RFC link in `validate_base64url_encoding`;
    * Validate each field in JWE separately and specifically;
    * Fix comment for `set` function;
    * Add tests for get_test_value_* functions;
    * Apply lints from new Rust version.
    brizental committed Jul 20, 2020
    Configuration menu
    Copy the full SHA
    75a1ffa View commit details
    Browse the repository at this point in the history
  4. Attend to review comments

    brizental committed Jul 20, 2020
    Configuration menu
    Copy the full SHA
    abc0b8d View commit details
    Browse the repository at this point in the history