https://bugs.winehq.org/show_bug.cgi?id=44533
Zebediah Figura z.figura12@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|crypt32 |-unknown Summary|All releases and current in |base64 crypt checks trailer |github |against wrong string Status|UNCONFIRMED |RESOLVED CC| |z.figura12@gmail.com Version|unspecified |3.2 Resolution|--- |INVALID
--- Comment #1 from Zebediah Figura z.figura12@gmail.com --- No, the current code is valid. CryptStringToBinary only checks whether "-----END " is present; it does not check the whole string. This is supported by tests; see lines 432-448 of dlls/crypt32/tests/base64.c.