Staging
v0.8.1
Revision 11485102cb7b3c57a1bc6d04c4ff4b1e25c53530 authored by Christian Heimes on 20 September 2018, 10:33:28 UTC, committed by Miss Islington (bot) on 20 September 2018, 10:33:28 UTC


Update all test certs and keys to use future proof crypto settings:

* 3072 bit RSA keys
* SHA-256 signature

Signed-off-by: Christian Heimes <christian@python.org>.
(cherry picked from commit e6dac0077996b1e1f886f036d6f2606237fa4c85)



https://bugs.python.org/issue34542
1 parent 1e7d775
Raw File
pyshellext.idl
import "ocidl.idl";

[uuid(44039A76-3BDD-41C1-A31B-71C00202CE81), version(1.0)]
library PyShellExtLib
{
    [uuid(BEA218D2-6950-497B-9434-61683EC065FE), version(1.0)]
    coclass PyShellExt
    {
        [default] interface IDropTarget;
        interface IPersistFile;
    }
};
back to top