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

barbican fallback to legacy only if not found #40

Commits on Jun 6, 2024

  1. When we failed to load pkcs12 cert print warning

    Print actual error when we failed to load pkcs12 cert and
    falling back to the default implemntation, as exception may
    not be related to certificate or its format like an issue
    with wrong methods during cryptography version mismatch
    
    *** AttributeError: module 'OpenSSL.crypto' has no attribute 'load_pkcs12'
    
    Related-Prod: PRODX-39931
    Change-Id: I85c8a615c4f2e08e28939805ae0e9b2028dadaed
    jumpojoy authored and notandy committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    3a7c911 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f546b84 View commit details
    Browse the repository at this point in the history