117 Commits (f81ef990acfbab4986bdb3145b60948defde153c)

Author SHA1 Message Date
Morph e8f1d7145e common: fs: Rework the Common Filesystem interface to make use of std::filesystem (#6270) 5 years ago
Lioncash eeae5217ba core: Make variable shadowing a compile-time error 5 years ago
Lioncash 72481cce94 aes_util: Make use of std::span 5 years ago
bunnei 7a76bc30fa common: Move settings to common from core. 5 years ago
Morph 31a56dafd3 aes_util: Remove malformed mbedtls_cipher_finish function call 5 years ago
Morph 53d62eb9bd key_manager: Create the keys directory if it does not exist 5 years ago
ReinUsesLisp 64d9ef5e7a core: Silence warnings when compiling without asserts 5 years ago
bunnei deb3536936 Revert "core: Fix clang build" 5 years ago
Lioncash 18636013c9 core: Fix clang build 5 years ago
Lioncash 16de0a6a96 core/CMakeLists: Make some warnings errors 5 years ago
Lioncash 767fcd8a81 crypto/key_manager: Remove dependency on the global system accessor 5 years ago
Lioncash da15e9f8a7 file_sys: Replace inclusions with forward declarations where applicable 5 years ago
Lioncash ebe30ea145 key_manager: Make data arrays constexpr 5 years ago
Lioncash a87209e09d common/fileutil: Convert namespace to Common::FS 5 years ago
Lioncash accf36193b partition_data_manager: Update master key hashes 5 years ago
Lioncash b0c3f66dc7 partition_data_manager: Make data arrays constexpr 5 years ago
Lioncash c4f9130264 partition_data_manager: Eliminate magic value 5 years ago
Lioncash 8b8cb4da9f aes_util: Make use of non-template variant of Transcode 5 years ago
Lioncash c28e7f51f3 aes_util: Allow SetIV to be non-allocating 5 years ago
Morph c0dc6904e7 KeyManager: Prevent writing of invalid keys 6 years ago
Lioncash 1e362da176 key_manager: Correct casing of instance() 6 years ago
Lioncash 93f1d9435d key_manager: Delete move operations 6 years ago
Lioncash e67ab9a1b7 key_manager: Make use of canonical deleted operator= 6 years ago
FearlessTobi 5e9e8073a0 crypto: Make KeyManager a singleton class 6 years ago
Lioncash eaeb4520f7 General: Resolve warnings related to missing declarations 6 years ago
Lioncash 3c70e27d64 key_manager: Resolve missing field initializer warning 6 years ago
Lioncash c6b2fd7415 key_manager: Make use of IOFile in WriteKeyToFile() 6 years ago
Lioncash 4c6cd8b9e8 core: Migrate off deprecated mbedtls functions 6 years ago
Lioncash 0092723959 externals: Update httplib 6 years ago
Lioncash 5a0d4d4234 crypto: Resolve sign-conversion warnings 6 years ago
vperus 1625fd5a18 [crypto] Use IsAllZeroArray helper function 6 years ago
Zach Hilman 42252d9796 partition_data_manager: Add accessor for decrypted PRODINFO partition 7 years ago
Zach Hilman fe150ae0a4 key_manager: Convert Ticket union to std::variant 7 years ago
Zach Hilman 51374d2489 es: Populate/synthesize tickets on construction 7 years ago
Zach Hilman 7b86f1b7f8 key_manager: Add structure for Ticket parsing 7 years ago
Zach Hilman 2092bde879 key_manager: Add accessors/helpers for ticket management 7 years ago
Zach Hilman a315a7d8ed key_manager: Add equality operator for RSAKeyPair 7 years ago
Lioncash 59d55c8137 common/hex_util: Combine HexVectorToString() and HexArrayToString() 7 years ago
Zach Hilman 8662c6d579 partition_data_manager: Remove KIP processing and use FileSys 7 years ago
Zach Hilman 3f62d06b38 core: Port current uses of RegisteredCache to ContentProvider 7 years ago
Jungy 1bb4f7e58b Fixes Unicode Key File Directories (#2120) 7 years ago
Lioncash de9051633c filesystem: De-globalize registered_cache_union 7 years ago
Lioncash 0a55663c74 crypto/key_manager: Remove unused variable in GetTicketblob() 7 years ago
Frederic L c76f4b6aec global: Use std::optional instead of boost::optional (#1578) 7 years ago
Zach Hilman 74802ed32a key_manager: Use isxdigit instead of isdigit when reading key file 7 years ago
Lioncash c2b6cc4692 key_manager: Remove unused variable in DeriveBase() 7 years ago
Zach Hilman 2241677092 crypto: Use compressed sizes in offset calculation for KIP decompression 7 years ago
Zach Hilman 1d2f86949b crypto: Various crypto fixes for quickstart guide 7 years ago
Lioncash 18db0f1107 partition_data_manager: Reserve and insert data within output vector in DecryptPackage2() 7 years ago
Lioncash 20a95f7e90 partition_data_manager: Remove unused std::map instance within DecryptPackage2() 7 years ago