Commit Graph

5 Commits

Author SHA1 Message Date
cf9bb90ae3 code: Use std::span where appropriate (#6658)
* code: Use std::span when possible

* code: Prefix memcpy and memcmp with std::
2023-07-07 01:52:40 +03:00
a4457d871c Log if common key during Ticket::Load is missing 2020-03-15 21:10:26 +01:00
Ben
b01b94d843 FileSys::Ticket::Load: Return error if signature type does not match (#4339)
* FileSys::Ticket::Load: Return error if signature type does not match

* fixup! FileSys::Ticket::Load: Return error if signature type does not match
2018-10-15 11:26:35 -04:00
d37a2270d6 Replace boost::optional with std::optional where possible 2018-10-05 13:51:09 +02:00
df77491938 FileSys/cia: add ticket parsing 2018-09-23 13:05:55 -04:00