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

Improve Debug impls #13

Merged
merged 1 commit into from
Nov 28, 2023
Merged

Improve Debug impls #13

merged 1 commit into from
Nov 28, 2023

Commits on Nov 28, 2023

  1. Improve Debug impls

    For Der and AlgorithmIdentifier, emit hex bytes rather than decimal
    digits separated by commas. The decimal output is impossible to read and
    challenging to convert into a better format. For example:
    
    [ ... 105, 103, 105, 67, 101, 114, 116, 44, 32, 73, ... ]
    
    Also, add a Debug bound on SignatureVerificationAlgorithm. This helps
    upstream implement Debug in a way that can list out which
    SignatureVerificationAlgorithms are in use.
    jsha authored and cpu committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    db311aa View commit details
    Browse the repository at this point in the history