SKGleba / iTLS-Enso

Adds TLS v1.2 to Enso enabled devices
236 stars 14 forks source link

Is that an unnecessary remove? #17

Closed aon3ko closed 3 years ago

aon3ko commented 4 years ago

https://github.com/SKGleba/iTLS-Enso/blob/4d8529c8c83b646c8f6c7647aa974a6f6997e9a6/main.c#L141 I see before it there is a sceIoRename. If my understand is correct, it will rename CA_LIST.cer_old to CA_LIST.cer, and CA_LIST.cer_old will disappear.

SKGleba commented 3 years ago

If the rename fails for some reason - remove the cer_old. But yeah, its pointless, i will remove it in the next release.