Skip to content
This repository has been archived by the owner on Aug 19, 2021. It is now read-only.

add crypto support for GAE #18

Closed
tenmalin opened this issue Feb 16, 2015 · 1 comment
Closed

add crypto support for GAE #18

tenmalin opened this issue Feb 16, 2015 · 1 comment
Assignees

Comments

@tenmalin
Copy link
Collaborator

Add crypto support for GAE to verify request generated from device.
All operations we needed could implement via pycrypto 3rd library.
We need

  1. capability to parse RAS public key from X509 PEM format.
  2. validate PKCS#1 signature with a given RSA public key.

According to pycrypto, we have to convert uploaded public key from pem to der encoding, and then extract RSA public key from der byte string.

Related issue: #9

@tenmalin tenmalin self-assigned this Feb 16, 2015
@tenmalin
Copy link
Collaborator Author

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant