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

[auth] Convert PKCS8 to PKCS1 private keys (for macOS) #5401

Merged
merged 5 commits into from
Oct 26, 2017

Commits on Oct 18, 2017

  1. Configuration menu
    Copy the full SHA
    025c6f2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8107f91 View commit details
    Browse the repository at this point in the history
  3. [auth] Add PKCS8 to PKCS1 key conversion for macOS (deps on libtasn1)

    See description of QgsAuthCertUtils::pkcs8PrivateKey.
    
    This fix may be needed on other platforms (untested at this point),
    because Qt5 QSslkey class *still* does not directly support creation
    using non-PKCS1 PEM- or DER-encoded data, though QCA, whose qca-ossl
    plugin is linked to OpenSSL, does support PKCS1 and PKCS8.
    dakcarto committed Oct 18, 2017
    Configuration menu
    Copy the full SHA
    c66de14 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a1efff7 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2017

  1. Configuration menu
    Copy the full SHA
    ef7a29d View commit details
    Browse the repository at this point in the history