https://bugs.winehq.org/show_bug.cgi?id=54845
Bug ID: 54845 Summary: Fusion 360: key_import_pair unsupported key type L"CAPIPRIVATEBLOB" Product: Wine Version: 8.5 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: bcrypt Assignee: wine-bugs@winehq.org Reporter: benjackson990@gmail.com Distribution: ---
The recent update has changed the login process to allow for a Single Sign On, but in the process seemingly used a encryption not supported in any version of Wine that I'm aware of.
Can anyone please advise how I should go about resolving the following issue
``` 0178:fixme:bcrypt:key_import_pair unsupported key type L"CAPIPRIVATEBLOB" 0178:fixme:bcrypt:get_key_property unsupported algorithm 9 ```
https://bugs.winehq.org/show_bug.cgi?id=54845
--- Comment #1 from Hans Leidekker hans@meelstraat.net --- (In reply to Ben Jackson from comment #0)
Can anyone please advise how I should go about resolving the following issue
0178:fixme:bcrypt:key_import_pair unsupported key type L"CAPIPRIVATEBLOB" 0178:fixme:bcrypt:get_key_property unsupported algorithm 9
As the fixme says, bcrypt is missing support for exporting CAPIPRIVATEBLOB key blobs. It needs to be implemented.
https://bugs.winehq.org/show_bug.cgi?id=54845
--- Comment #2 from Ben Jackson benjackson990@gmail.com --- Indeed it is, and it ideally does. How does one go about adding support for this key type in the bcrypt for Wine.
What libraries does wine support in regards to bcrypt? Is it just 'gnutls'?
I can see that libssh2 references this encryption type, but also see no presidency for wine using this library>
Please can you advise how best to proceed with getting this issue resolved
https://bugs.winehq.org/show_bug.cgi?id=54845
--- Comment #3 from Hans Leidekker hans@meelstraat.net --- (In reply to Ben Jackson from comment #2)
Indeed it is, and it ideally does. How does one go about adding support for this key type in the bcrypt for Wine.
What libraries does wine support in regards to bcrypt? Is it just 'gnutls'?
I can see that libssh2 references this encryption type, but also see no presidency for wine using this library>
Please can you advise how best to proceed with getting this issue resolved
You could start by writing some tests. So, on Windows, export an RSA private key with CryptoAPI and import it with BCryptImportKeyPair().
https://bugs.winehq.org/show_bug.cgi?id=54845
Piotr Caban piotr.caban@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |DUPLICATE CC| |piotr.caban@gmail.com Status|UNCONFIRMED |RESOLVED
--- Comment #4 from Piotr Caban piotr.caban@gmail.com --- Marking as duplicate.
*** This bug has been marked as a duplicate of bug 54794 ***
https://bugs.winehq.org/show_bug.cgi?id=54845
Alistair Leslie-Hughes leslie_alistair@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #5 from Alistair Leslie-Hughes leslie_alistair@hotmail.com --- Closing Duplicate.