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

Fix sc_pkcs15_get_bitstring_extension endianness #1141

Merged
merged 1 commit into from
Sep 12, 2017

Commits on Aug 31, 2017

  1. sc_pkcs15_get_bitstring_extension: int, not long long

    Use the ASN.1 decoder's SC_ASN1_BIT_FIELD decoder to properly decode
    into a machine word.  As _bitstring_extension is used only for the OID
    2.5.29.15 by all callers, which is at most 9 bits wide, this is a
    reasonable thing to do.
    Nathaniel Wesley Filardo committed Aug 31, 2017
    Configuration menu
    Copy the full SHA
    0560bee View commit details
    Browse the repository at this point in the history