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

Add Marshal support to X509 objects #281

Merged
merged 1 commit into from
Oct 29, 2019
Merged

Commits on Oct 29, 2019

  1. Add Marshal support to X509 objects

    This allows for example to use Rails' cache to store these objects. Without this patch you'd get errors like "TypeError (no _dump_data is defined for class OpenSSL::X509::Certificate)"
    
    Note that the X509::Revoked class doesn't need the newly introduced modules as the DER output of X509::CRL already includes these.
    bdewater committed Oct 29, 2019
    Configuration menu
    Copy the full SHA
    add0509 View commit details
    Browse the repository at this point in the history