• Michael Müller's avatar
    wine.inf.in: Add invalid dummy certificate to CA certificate store. · 75846ab5
    Michael Müller authored
    Pythons ssl module raises an exception if the CA certificate store is empty.
    Wine currently doesn't add any certificates to this store and this patch tries
    to solve the problem by adding a dummy certificate. The certificate shouldn't
    have any effect though as it is invalid by design. The dates were choosen in a
    way that this certificate can never be valid:
    
    Not Before: Mar 13 02:13:31 2016 GMT
    Not After : Mar 12 02:13:31 2016 GMT
    75846ab5
Name
Last commit
Last update
..
Makefile.in Loading commit data...
main.c Loading commit data...
main.h Loading commit data...
preloader.c Loading commit data...
preloader_mac.c Loading commit data...
wine.de.UTF-8.man.in Loading commit data...
wine.desktop Loading commit data...
wine.fr.UTF-8.man.in Loading commit data...
wine.inf.in Loading commit data...
wine.man.in Loading commit data...
wine.pl.UTF-8.man.in Loading commit data...
wine_info.plist.in Loading commit data...