index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
crypto
/
key_manager.cpp
Age
Commit message (
Expand
)
Author
2025-02-28
feat: Make firmware mandatory for title launching
Zephyron
2025-02-28
feat: Remove autogenerated key functionality
Zephyron
2025-01-14
Revert incorrect copyright attribution for non-contributed files
Zephyron
2024-12-31
chore: update project references and add Citron copyright
Zephyron
2023-09-13
key_manager: Remove uncaught usage of stoul
lat9nq
2023-09-05
core: Add support for loading NSPs with personalized tickets. (#10048)
Steveice10
2023-06-03
android: frontend: Integrate key installation for SAF.
bunnei
2023-06-03
core: crypto: key_manager: Add methods to reload & validate keys.
bunnei
2022-11-27
crypto: use user-provided keys whenever possible
Valeri
2022-06-13
common: Change semantics of UNREACHABLE to unconditionally crash
Liam
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
2021-11-03
core: Remove unused includes
ameerj
2021-06-23
General: Resolve fmt specifiers to adhere to 8.0.0 API where applicable
Lioncash
2021-05-25
common: fs: Rework the Common Filesystem interface to make use of std::filesy...
Morph
2021-05-16
core: Make variable shadowing a compile-time error
Lioncash
2021-04-14
common: Move settings to common from core.
bunnei
2021-02-04
key_manager: Create the keys directory if it does not exist
Morph
2021-01-05
core: Silence warnings when compiling without asserts
ReinUsesLisp
2020-10-20
Revert "core: Fix clang build"
bunnei
2020-10-17
core: Fix clang build
Lioncash
2020-10-13
core/CMakeLists: Make some warnings errors
Lioncash
2020-09-14
crypto/key_manager: Remove dependency on the global system accessor
Lioncash
2020-08-22
key_manager: Make data arrays constexpr
Lioncash
2020-08-16
common/fileutil: Convert namespace to Common::FS
Lioncash
2020-08-06
partition_data_manager: Make data arrays constexpr
Lioncash
2020-07-10
KeyManager: Prevent writing of invalid keys
Morph
2020-04-16
key_manager: Resolve missing field initializer warning
Lioncash
2019-11-15
Merge pull request #3091 from lioncash/core-conversion
bunnei
2019-11-14
Merge pull request #3093 from lioncash/mbedtls
bunnei
2019-11-12
key_manager: Make use of IOFile in WriteKeyToFile()
Lioncash
2019-11-12
core: Migrate off deprecated mbedtls functions
Lioncash
2019-11-12
externals: Update httplib
Lioncash
2019-11-12
crypto: Resolve sign-conversion warnings
Lioncash
2019-10-02
[crypto] Use IsAllZeroArray helper function
vperus
2019-07-07
key_manager: Convert Ticket union to std::variant
Zach Hilman
2019-07-07
es: Populate/synthesize tickets on construction
Zach Hilman
2019-07-07
key_manager: Add structure for Ticket parsing
Zach Hilman
2019-07-07
key_manager: Add accessors/helpers for ticket management
Zach Hilman
2019-06-12
common/hex_util: Combine HexVectorToString() and HexArrayToString()
Lioncash
2019-03-26
core: Port current uses of RegisteredCache to ContentProvider
Zach Hilman
2019-02-20
Fixes Unicode Key File Directories (#2120)
Jungy
2018-12-04
Merge pull request #1836 from lioncash/unused
bunnei
2018-12-01
filesystem: De-globalize registered_cache_union
Lioncash
2018-12-01
crypto/key_manager: Remove unused variable in GetTicketblob()
Lioncash
2018-10-30
global: Use std::optional instead of boost::optional (#1578)
Frederic L
2018-10-27
key_manager: Use isxdigit instead of isdigit when reading key file
Zach Hilman
2018-10-24
key_manager: Remove unused variable in DeriveBase()
Lioncash
2018-10-13
key_manager/partition_data_manager: Silence truncation compiler warnings
Lioncash
2018-10-13
key_manager: Use std::vector's insert() instead of std::copy with a back_inse...
Lioncash
2018-10-13
key_manager: Brace long conditional body
Lioncash
[next]