I am using OpenSSL to perform verification.
openssl dgst -sha256 -verify public.pem -signature sign_file origin_file
What I need to do is that if I know the content of sign_file and origin_file, how can I do the verify work in python without creating files?