Re: Python client got warning on CentOS 6.5: "PowmInsecureWarning: Not using mpz_powm_sec."

2016-12-09 Thread Jay Zou
Thanks for pointing me to the right place, Shwetha. 

I posted it at https://github.com/googleads/googleads-python-lib/issues/167 

On Friday, December 9, 2016 at 3:50:25 PM UTC-5, Shwetha Vastrad (AdWords 
API Team) wrote:
>
> Hi Jay,
>
> Thanks for bringing this to our notice. Since this is a Python specific 
> issue, please create a new issue in the Python client library repository 
>  so that this 
> issue can be addressed there.
>
> Regards,
> Shwetha, AdWords API Team.
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/6c4b21dd-dbf3-437f-9618-81adfd55c3a2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Python client got warning on CentOS 6.5: "PowmInsecureWarning: Not using mpz_powm_sec."

2016-12-09 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Jay,

Thanks for bringing this to our notice. Since this is a Python specific 
issue, please create a new issue in the Python client library repository 
 so that this 
issue can be addressed there.

Regards,
Shwetha, AdWords API Team.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/0a3c3346-a827-4d94-9803-4e080a704e81%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Python client got warning on CentOS 6.5: "PowmInsecureWarning: Not using mpz_powm_sec."

2016-12-09 Thread Jay Zou
Using Python 2.7, I got this warning after "from googleads import adwords":

/usr/local/lib/python2.7/site-packages/Crypto/Util/number.py:57: 
PowmInsecureWarning: Not using mpz_powm_sec.  You should rebuild using libgmp 
>= 5 to avoid timing attack vulnerability.
  _warn("Not using mpz_powm_sec.  You should rebuild using libgmp >= 5 to avoid 
timing attack vulnerability.", PowmInsecureWarning)

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/e71b510e-728a-45e5-b9a7-a059fa1eb144%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.