summaryrefslogtreecommitdiffstats
path: root/src/tss.h
AgeCommit message (Collapse)AuthorFilesLines
2022-09-16Fix Cryptex1 and Cryptex1LocalPolicy TSS request handlingGravatar Nikias Bassen1-0/+1
2022-06-17Add support for iOS 16Gravatar Doron Zarhi1-1/+2
2022-04-06Add support for Timer,* components and TSS found in iPad Air 5th gen firmwareGravatar Nikias Bassen1-0/+1
2021-09-27restore: Add support for updating AppleTCONGravatar Hector Martin1-0/+1
Closes: #442 Co-authored-by: Nikias Bassen <nikias@gmx.li> Signed-off-by: Hector Martin <marcan@marcan.st>
2021-05-08tss: Add new callsGravatar Benjamin BOURGEAIS1-0/+2
- Local policy (non persistent) - recoveryOS - recoveryOS Local policy (persistent) The local policy TSS request differs slightly between the one for the restore process and the recoveryOS. The one for the restore process is meant to be used only once, and the one for the recovery os is meant to be loaded from disk, and thus has a different request. See the Ap,LocalBoot parameter.
2019-09-25tss: Add support for new Vinyl (eUICC), Rose (Rap), and Veridian (BMU) ↵Gravatar Nikias Bassen1-0/+3
ticket requests
2019-01-25restore: Move Yonkers component selection code to tss_request_add_yonkers_tags()Gravatar Nikias Bassen1-1/+1
2019-01-24restore: Fix Savage firmware handling for iPhone XR/XS/XS maxGravatar Nikias Bassen1-1/+1
2019-01-16restore/tss: Add support for Yonkers firmware data and TSS requestGravatar Rudolf Tammekivi1-0/+1
2017-11-06Add support for Savage firmware updating (found in iPhone X)Gravatar Nikias Bassen1-0/+1
2016-09-30tss: Add helper function to create Secure Element TSS requestGravatar Nikias Bassen1-0/+1
2013-11-27Refactor TSS parameter handling and parse RestoreRequestRules properlyGravatar Nikias Bassen1-4/+6
2013-11-20tss: Split img3 tag add helpers into common, img3 and img4Gravatar Martin Szulecki1-0/+1
2013-11-19tss: Refactor TSS handlers for Image4 support and flexibilityGravatar Martin Szulecki1-7/+23
2013-10-02tss: make sure buffers are of type unsigned char*Gravatar Nikias Bassen1-3/+3
2013-09-23Update AUTHORS and file copyrights accordinglyGravatar Martin Szulecki1-1/+2
2012-07-28tss: remove global use_apple_server symbol and use parameter insteadGravatar Nikias Bassen1-1/+1
2012-07-17tss: implemented tss_create_baseband_requestGravatar Nikias Bassen1-0/+1
2012-02-02tss: add tss_get_ticket() functionGravatar Nikias Bassen1-0/+1
2012-02-02tss: make TSS request work againGravatar Nikias Bassen1-1/+1
2010-06-21Archived for historical reasonsGravatar Joshua Hill1-0/+9
2010-06-04Even more major cleanups and refactoring, this branch is still broken but ↵Gravatar Joshua Hill1-4/+4
starting to mature really well
2010-06-03Continuing to refactor code and add support for other devicesGravatar Joshua Hill1-1/+1
2010-06-01Began major refactoring, not quite finished yet, this branch is probably brokeGravatar Joshua Hill1-2/+2
2010-05-22Started implementation of img3 file and tss_stitcherGravatar Joshua Hill1-4/+2
2010-05-22Finished implemented TSS request and TSS responseGravatar Joshua Hill1-1/+7
Removed base64.c/h since it's not needed with libplist
2010-05-21Added ECID detectionGravatar Joshua Hill1-1/+1
2010-05-20Initial commitGravatar Joshua Hill1-0/+29