Replace OpenSSL in oauth2client.crypt to work with PyCrypto
问题 Google App Engine supports PyCrypto, but does not support OpenSSL. I want to use the oauth2client SignedJwtAssertionCredentials, which internally calls OpenSSL . Is there is a way to get oauth2client to work with PyCrypto. I am assuming that it might be possible to create a local version of SignedJwtAssertionCredential equivalent by using PyCrypto instead ? Also is there a way I can make a request to Google App Engine to provide a version that support the functionality for certificate