I currently have an Android App leveraging a Popular weservice that currently uses 1024 bit SSL certs. I was notified that the webservice will be migrating to 2048 bit SSL certs. I was wondering :
- How will this impact the users using my app on an older version of Android (ex: 1.x)?
- I am assuming that my current code using HttpsURLConnection will take care of the change automatically, am I right in thinking so??
It’s not a real answer, just a thought. (I am not aware whether 1.x had limitation ok RSA key length supported).
Based on Usage share article, there is about 0.6% of users who still uses Android 1.x. I would say it makes sense to concentrate on so small percentage, only if you have have absolutely huge user base.
Yes. You don’t need to do anything.