index
:
yuzu-mainline
master
A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
crypto
/
key_manager.cpp
Age
Commit message (
Expand
)
Author
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
2018-10-13
key_manager: Don't assume file seeks and reads will always succeed
Lioncash
2018-10-13
key_manager: Remove unnecessary seek in DeriveSDSeed()
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 crypto revisions past 04
Zach Hilman
2018-10-07
key_manager: Add support for comments in keyfiles
Zach Hilman
2018-10-07
key_manager: Add support for console-specific keyfile
Zach Hilman
[next]