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

Use a more specific error instead of unspecified::Error for DER encoding errors, as per #379 #384

Commits on Feb 13, 2017

  1. Use a more specific error instead of unspecified::Error for DER encod…

    …ing errors, as per briansmith#379
    
    I agree to license my contributions to each file under the terms given
    at the top of each file I changed.
    marshallpierce committed Feb 13, 2017
    Configuration menu
    Copy the full SHA
    f30d82f View commit details
    Browse the repository at this point in the history
  2. Wrap read_byte() calls and map error to ASN1Error instead of

    implementing From<untrusted::EndOfInput>. Also, other minor PR feedback.
    
    I agree to license my contributions to each file under the terms given
    at the top of each file I changed.
    marshallpierce committed Feb 13, 2017
    Configuration menu
    Copy the full SHA
    66b8e6b View commit details
    Browse the repository at this point in the history