I tried to sign and verify by C++ cryptoAPI and it works well. The cryptoAPI use the certificate from the store(Personal) on windows to do this. Could I do the same thing by python without export private key or input passphrase?
I tried pycrypto, oscrypto, wincertstore module, but they can't do this.