Difference between revisions of "11.8.0-41"
(document new ampxi command) |
(document where exportticketwrapped is used) |
||
Line 24: | Line 24: | ||
Added 2 new strings in the codebin: "X-Authentication-Key" and "X-Authentication-Data". | Added 2 new strings in the codebin: "X-Authentication-Key" and "X-Authentication-Data". | ||
− | Now uses new am:net command 0x8290184 | + | Now uses new am:net command 0x8290184 during code related to downloading contents(?) (function at 0x143B9C; its caller at 0x123ABC uses amnet:Begin/ResumeImportContent) |
+ | If ExportTicketWrapped succeeded, then the new http headers are passed: "X-Authentication-Key" set to base64(wrapped_aes_key) and "X-Authentication-Data" set to base64(crypted_ticket). | ||
+ | |||
+ | This (when activated server-side) would prevent downloading crypted contents entirely without a valid ticket. | ||
==See Also== | ==See Also== |
Revision as of 20:29, 31 July 2018
The Old3DS+New3DS 11.8.0-41 system update was released on July 30, 2018. This Old3DS+New3DS update was released for the following regions: USA, EUR, JPN, CHN, KOR, and TWN.
Security flaws fixed: <fill this in manually later, see the updatedetails page from the ninupdates-report page(s) once available for now>.
Change-log
Official USA change-log:
- Further improvements to overall system stability and other minor adjustments have been made to enhance the user experience
System Titles
<fill this in (manually) later>
Process9
Actual code changed in Process9.
pxi:am9 command 0x6d0184 was added: AMPXI:ExportTicketWrapped
AM
New am:net command 0x8290184 was added, this just calls the new pxi:am9 command. This is used by nim.
Friends
fpdver version string bumped to 0xC
nim
Added 2 new strings in the codebin: "X-Authentication-Key" and "X-Authentication-Data".
Now uses new am:net command 0x8290184 during code related to downloading contents(?) (function at 0x143B9C; its caller at 0x123ABC uses amnet:Begin/ResumeImportContent)
If ExportTicketWrapped succeeded, then the new http headers are passed: "X-Authentication-Key" set to base64(wrapped_aes_key) and "X-Authentication-Data" set to base64(crypted_ticket).
This (when activated server-side) would prevent downloading crypted contents entirely without a valid ticket.
See Also
System update report(s):