Open GoogleCodeExporter opened 9 years ago
The same issue is present on the SVN head.
Original comment by mhan...@gmail.com
on 7 Jan 2010 at 12:51
Recommended patch against r89:
Index: src/opensocial/validator.py
===================================================================
--- src/opensocial/validator.py (revision 89)
+++ src/opensocial/validator.py (working copy)
@@ -23,8 +23,8 @@
import hmac
import logging
-from opensocial.Crypto.PublicKey import RSA
-from opensocial.Crypto.Util import number
+from Crypto.PublicKey import RSA
+from Crypto.Util import number
class RequestValidator(object):
def get_signature_base_string(self, method, url, params):
Original comment by mhan...@gmail.com
on 7 Jan 2010 at 12:54
Original issue reported on code.google.com by
mhan...@gmail.com
on 7 Jan 2010 at 12:43