mirror of
https://github.com/GerbilSoft/rvthtool.git
synced 2025-06-18 11:35:33 -04:00

Added Google Test v1.8.0 from rom-properties. Reworked cert_verify() to support both RSA-4096 and RSA-2048 signatures and public keys. The function now requires all certificates to use big-endian, so cert_store.c now uses BE32_CONST() to store the values as big-endian. BE32_CONST() is a macro that uses shifting for MSVC and intrinsics for gcc. This is needed because MSVC 2010 doesn't realize that its byteswap intrinsics result in constant values. (Later versions might...) cert.c: New function cert_get_size() that returns the full size of a built-in certificate. CertVerifyTest currently tests the retail ticket and TMD certificates. Both tests pass with all of these changes.
804 B
Vendored
804 B
Vendored
This page lists all documentation wiki pages for Google Mock (the SVN trunk version)
-
if you use a released version of Google Mock, please read the documentation for that specific version instead.
- ForDummies -- start here if you are new to Google Mock.
- CheatSheet -- a quick reference.
- CookBook -- recipes for doing various tasks using Google Mock.
- FrequentlyAskedQuestions -- check here before asking a question on the mailing list.
To contribute code to Google Mock, read:
- DevGuide -- read this before writing your first patch.
- Pump Manual -- how we generate some of Google Mock's source files.