https://bugs.winehq.org/show_bug.cgi?id=51501
Bug ID: 51501 Summary: FFXIV Launcher certificate warning popup with wine 6.13 Product: Wine Version: 6.13 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: crypt32 Assignee: wine-bugs@winehq.org Reporter: spoon0042@hotmail.com Regression SHA1: 5edf65616a8dcbf5988bbabe0493827d9e125fc3 Distribution: Debian
Starting the Final Fantasy XIV (old) launcher in wine 6.13 gets a repeated certificate warning popup, contents:
----------
There is a problem with the certificate for this site.
The certificate is issued by an unknown or untrusted publisher.
Do you want to continue anyway?
[ Yes ] [ No ]
----------
Regression test yields:
(I somehow lost the first few lines, including '5edf65616a8dcbf5988bbabe0493827d9e125fc3 is the first bad commit' or whatever.)
Author: Aaron Hill aa1ronham@gmail.com Date: Mon Jul 12 11:40:50 2021 +0200
crypt32: Implement CNG_RSA_PUBLIC_KEY_BLOB encoding/decoding.
Add support for the OID CNG_RSA_PUBLIC_KEY_BLOB to CryptEncodeObjectEx and CryptDecodeObjectEx. This OID decodes to / encodes from memory consisting of a BCRYPT_RSAKEY_BLOB, followed in memory by the exponent and modulus in big-endian format.
Signed-off-by: Aaron Hill aa1ronham@gmail.com Signed-off-by: Hans Leidekker hans@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
:040000 040000 ca0067fa6eb02f019557d061de176db7638f664c c551ac1f3955a02a91e377e31e174a07e75b1543 M dlls :040000 040000 43561d3690001613b86e70f008141abb1fb7adad 5bf063fecf767ab3b99da40474d1ac37836f8cd8 M include