Skip to content

Commit

Permalink
v3.2.1
Browse files Browse the repository at this point in the history
 - Added new CA certs bundle by @olokos
 - Fixed issues with latest VitaSDK thanks to @CreepNT
  • Loading branch information
SKGleba committed Jan 17, 2023
1 parent c75be91 commit fa7f99b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,17 @@ Adds TLS v1.2 to devices with enso installed.
# Notes
- Since version 3.0 iTLS also patches app-side TLS stuff.
- Since version 3.2 iTLS also patches the NP server link on firmware 3.60.
- Since version 3.2.1 iTLS bundles external CA certs because SCE didnt update theirs.
- Updating CA certs may fix some problems with web sites, apps (like netflix), etc.
- For any help/serious issue DM me on twitter (twitter.com/skgleba)

### Donation
- Via [ko-fi](https://ko-fi.com/skgleba), thanks!

# Credits
Thanks to:
- Team Molecule
- Testers from the HenKaku discord server
- Cuevavirus for the 3.60 np server fix
- CreepNT for the vshIoMount fix
- olokos for the new external cert bundle

## CURRENT MODULES ORIGIN FW: 3.73
## CURRENT CAs ORIGIN FW: 3.74 + external
3 changes: 2 additions & 1 deletion main.c
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ int fcp(const char *from, const char *to) {
void smenu(){
psvDebugScreenClear(COLOR_BLACK);
psvDebugScreenSetFgColor(COLOR_CYAN);
printf(" iTLS-Enso 3.2 \n");
printf(" iTLS-Enso 3.2.1 \n");
printf(" By SKGleba \n");
psvDebugScreenSetFgColor(COLOR_RED);
for(i = 0; i < optct; i++){
Expand Down Expand Up @@ -189,6 +189,7 @@ int work(){
if (sel == 5)
sceKernelExitProcess(0);
void *buf = malloc(0x100);
memset(buf, 0, 0x100);
vshIoUmount(0x300, 0, 0, 0);
vshIoUmount(0x300, 1, 0, 0);
_vshIoMount(0x300, 0, 2, buf);
Expand Down

0 comments on commit fa7f99b

Please sign in to comment.