summaryrefslogtreecommitdiffstats
path: root/src/core/crypto/key_manager.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2019-06-12common/hex_util: Combine HexVectorToString() and HexArrayToString()Lioncash1-2/+2
2019-03-27core: Port current uses of RegisteredCache to ContentProviderZach Hilman1-1/+2
2019-02-21Fixes Unicode Key File Directories (#2120)Jungy1-1/+2
2018-12-02filesystem: De-globalize registered_cache_unionLioncash1-1/+1
2018-12-02crypto/key_manager: Remove unused variable in GetTicketblob()Lioncash1-1/+0
2018-10-30global: Use std::optional instead of boost::optional (#1578)Frederic L1-22/+22
2018-10-28key_manager: Use isxdigit instead of isdigit when reading key fileZach Hilman1-1/+1
2018-10-24key_manager: Remove unused variable in DeriveBase()Lioncash1-1/+0
2018-10-13key_manager/partition_data_manager: Silence truncation compiler warningsLioncash1-2/+5
2018-10-13key_manager: Use std::vector's insert() instead of std::copy with a back_inserterLioncash1-2/+2
2018-10-13key_manager: Brace long conditional bodyLioncash1-1/+2
2018-10-13key_manager: Don't assume file seeks and reads will always succeedLioncash1-7/+17
2018-10-13key_manager: Remove unnecessary seek in DeriveSDSeed()Lioncash1-1/+0
2018-10-07partition_data_manager: Rename system files for hekateZach Hilman1-132/+160
2018-10-07key_manager: Add support for loading keys from partition dataZach Hilman1-0/+86
2018-10-07key_manager: Add ETicket key derivationZach Hilman1-0/+249
2018-10-07key_manager: Add base key derivationZach Hilman1-0/+209
2018-10-07key_manager: Add BIS key getterZach Hilman1-2/+17
2018-10-07key_manager: Add support for more keysZach Hilman1-1/+67
2018-10-07key_manager: Add keyblob supportZach Hilman1-0/+10
2018-10-07key_manager: Add support for crypto revisions past 04Zach Hilman1-43/+63
2018-10-07key_manager: Add support for comments in keyfilesZach Hilman1-0/+3
2018-10-07key_manager: Add support for console-specific keyfileZach Hilman1-3/+7
2018-10-07key_manager: Rename KEK to KekZach Hilman1-5/+6
2018-09-15Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi1-3/+3
2018-09-04nsp: Comply with style and performance guidelinesZach Hilman1-1/+1
2018-09-04key_manager: Avoid autogeneration if key existsZach Hilman1-3/+13
2018-09-04file_sys: Replace includes with forward declarations where applicableLioncash1-0/+3
2018-08-25file_sys/crypto: Fix missing/unnecessary includesZach Hilman1-3/+2
2018-08-23key_manager: Eliminate indexed for loopZach Hilman1-6/+13
2018-08-23key_manager: Create keys dir if it dosen't existZach Hilman1-0/+1
2018-08-23file_sys: Cut down on includes and copiesZach Hilman1-11/+11
2018-08-23crypto: Eliminate magic constantsZach Hilman1-1/+1
2018-08-23key_manager: Add support for autogenerated keysZach Hilman1-3/+43
2018-08-23key_manager: Add support for KEK and SD seed derivationZach Hilman1-2/+112
2018-08-23key_manager: Switch to boost flat_map for keysZach Hilman1-2/+3
2018-08-16common: Namespace hex_util.h/.cppLioncash1-4/+4
2018-08-12crypto: Remove hex utilities from key_managerZach Hilman1-33/+2
2018-08-04core/crypto: Remove unnecessary includesLioncash1-4/+1
2018-08-04key_manager: Use regular std::string instead of std::string_viewLioncash1-7/+3
2018-08-01Use more descriptive error codes and messagesZach Hilman1-5/+22
2018-08-01Add missing includes and use const where applicableZach Hilman1-5/+8
2018-08-01Allow key loading from %YUZU_DIR%/keys in addition to ~/.switchZach Hilman1-7/+18
2018-08-01Make XCI comply to review and style guidelinesZach Hilman1-301/+75
2018-08-01Remove files that are not usedZach Hilman1-0/+410