Skip to content

Commit

Permalink
Release v1.0.1 for updating the RootCA cert used with *mtheall.com.
Browse files Browse the repository at this point in the history
  • Loading branch information
yellows8 committed Mar 25, 2016
1 parent a09e8be commit efe6522
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ SOURCES := source
DATA := data
INCLUDES := include

VERSION := v1.0
VERSION := v1.0.1

APP_TITLE := ctr-httpwn $(VERSION)
APP_DESCRIPTION := Bypass required sysupdates by exploiting a sysmodule. https://github.com/yellows8/ctr-httpwn
Expand Down
Binary file added data/builtin_rootca.der
Binary file not shown.
Binary file removed data/letsencryptauthorityx1.der
Binary file not shown.
6 changes: 3 additions & 3 deletions source/ctr-httpwn.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

#include "cmpblock_bin.h"

#include "letsencryptauthorityx1_der.h"
#include "builtin_rootca_der.h"

extern Handle __httpc_servhandle;
extern u32 *__httpc_sharedmem_addr;
Expand Down Expand Up @@ -482,8 +482,8 @@ Result httpwn_setup(char *serverconfig_localpath)
u64 http_sysmodule_titleid = 0x0004013000002902ULL;
AM_TitleEntry title_entry;

u8 *cert = (u8*)letsencryptauthorityx1_der;
u32 certsize = letsencryptauthorityx1_der_size;
u8 *cert = (u8*)builtin_rootca_der;
u32 certsize = builtin_rootca_der_size;

u8 *filebuffer;
u32 filebuffer_size = 0x100000;
Expand Down
4 changes: 4 additions & 0 deletions web/hashes
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,7 @@ v1.0:
SHA256(ctr-httpwn_v1.0.zip)= d539ed4e5979a8e5c3fcb8af488d9c99fb70ef60dd7cab5ac580d75e197ad1ee
SHA256(ctr-httpwn.3dsx)= 913cb1439d1c4a90194c93b227bed9d7645a6b6ff685eeed5a0617a767b2bae7

v1.0.1:
SHA256(ctr-httpwn_v1.0.1.zip)= 178d3f0f268a7ccae7c4a2c6e87090981b4ba57a85b61ba9e2e992f751882b14
SHA256(3ds/ctr-httpwn/ctr-httpwn.3dsx)= ddab4ebb95c8afb02f8ca110de3ce4a86cfc06715dcc3dc49b0851f6a553584b

0 comments on commit efe6522

Please sign in to comment.