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.h
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-02-16
build: upgrade fmt and SDL2
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-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
2023-03-12
general: fix spelling mistakes
Liam
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
2021-11-03
core: Fix transitive include build errors
ameerj
2021-11-03
core: Remove unused includes
ameerj
2021-05-25
common: fs: Rework the Common Filesystem interface to make use of std::filesy...
Morph
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-07-01
key_manager: Correct casing of instance()
Lioncash
2020-07-01
key_manager: Delete move operations
Lioncash
2020-07-01
key_manager: Make use of canonical deleted operator=
Lioncash
2020-05-20
crypto: Make KeyManager a singleton class
FearlessTobi
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-07-07
key_manager: Add equality operator for RSAKeyPair
Zach Hilman
2018-10-30
global: Use std::optional instead of boost::optional (#1578)
Frederic L
2018-10-13
key_manager/partition_data_manager: Silence truncation compiler warnings
Lioncash
2018-10-07
partition_data_manager: Rename system files for hekate
Zach Hilman
2018-10-07
key_manager: Add support for loading keys from partition data
Zach Hilman
2018-10-07
key_manager: Add ETicket key derivation
Zach Hilman
2018-10-07
key_manager: Add base key derivation
Zach Hilman
2018-10-07
key_manager: Add BIS key getter
Zach Hilman
2018-10-07
key_manager: Add support for more keys
Zach Hilman
2018-10-07
key_manager: Add keyblob support
Zach Hilman
2018-10-07
key_manager: Add support for console-specific keyfile
Zach Hilman
2018-10-07
key_manager: Rename KEK to Kek
Zach Hilman
2018-09-15
Port #4182 from Citra: "Prefix all size_t with std::"
fearlessTobi
2018-09-04
card_image: Parse XCI secure partition with NSP
Zach Hilman
2018-09-03
file_sys: Replace includes with forward declarations where applicable
Lioncash
2018-08-24
file_sys/crypto: Fix missing/unnecessary includes
Zach Hilman
2018-08-23
file_sys: Cut down on includes and copies
Zach Hilman
2018-08-23
key_manager: Add support for autogenerated keys
Zach Hilman
2018-08-23
key_manager: Add support for KEK and SD seed derivation
Zach Hilman
2018-08-23
key_manager: Switch to boost flat_map for keys
Zach Hilman
2018-08-11
crypto: Remove hex utilities from key_manager
Zach Hilman
2018-08-04
key_manager: Use regular std::string instead of std::string_view
Lioncash
2018-08-01
Use more descriptive error codes and messages
Zach Hilman
2018-08-01
Use static const instead of const static
Zach Hilman
2018-08-01
Add missing includes and use const where applicable
Zach Hilman
2018-08-01
Allow key loading from %YUZU_DIR%/keys in addition to ~/.switch
Zach Hilman
[next]