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

Mumble 1.5.517 RC can't import PFX certificate file #6300

Open
saelic opened this issue Jan 5, 2024 · 4 comments
Open

Mumble 1.5.517 RC can't import PFX certificate file #6300

saelic opened this issue Jan 5, 2024 · 4 comments
Labels
bug A bug (error) in the software client

Comments

@saelic
Copy link

saelic commented Jan 5, 2024

Description

After upgrade to version 1.5.517 RC, Mumble is unable to import PFX file, which version 1.4.287 imported successfully.
Problem occurs both with RSA and EC keys, although the EC keys couldn't be imported in version 1.4.287 either.
The message I get is: "Unable to import. Missing password or incompatible file type".

Steps to reproduce

Try to import PFX file created in OpenSSL.

Mumble version

1.5.517 RC

Mumble component

Client

OS

Windows

Reproducible?

Yes

Additional information

No response

Relevant log output

No response

Screenshots

No response

@saelic saelic added bug A bug (error) in the software triage This issue is waiting to be triaged by one of the project members labels Jan 5, 2024
@davidebeatrici
Copy link
Member

Possibly something related to the migration to OpenSSL 3.

@Krzmbrzl

@Krzmbrzl Krzmbrzl added client and removed triage This issue is waiting to be triaged by one of the project members labels Jan 6, 2024
@Krzmbrzl
Copy link
Member

Krzmbrzl commented Jan 6, 2024

Possibly something related to the migration to OpenSSL 3.

Quite likely, yeah.
EDIT: @davidebeatrici the cert wizard code doesn't seem to have been touched during the OpenSSL 3 migration though 👀

@saelic I assume you are trying this with the certificate wizard?

@Krzmbrzl
Copy link
Member

Krzmbrzl commented Jan 6, 2024

For reference, the relevant code is likely in this function:

Settings::KeyPair CertWizard::importCert(QByteArray data, const QString &pw) {

@saelic
Copy link
Author

saelic commented Jan 6, 2024

@saelic I assume you are trying this with the certificate wizard?

That's correct, nothing fancy from my side, just what the GUI offers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug A bug (error) in the software client
Projects
None yet
Development

No branches or pull requests

3 participants