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.
41 lines
1.3 KiB
Plaintext
Vendored
41 lines
1.3 KiB
Plaintext
Vendored
# This file contains a list of people who've made non-trivial
|
|
# contribution to the Google C++ Mocking Framework project. People
|
|
# who commit code to the project are encouraged to add their names
|
|
# here. Please keep the list sorted by first names.
|
|
|
|
Benoit Sigoure <tsuna@google.com>
|
|
Bogdan Piloca <boo@google.com>
|
|
Chandler Carruth <chandlerc@google.com>
|
|
Dave MacLachlan <dmaclach@gmail.com>
|
|
David Anderson <danderson@google.com>
|
|
Dean Sturtevant
|
|
Gene Volovich <gv@cite.com>
|
|
Hal Burch <gmock@hburch.com>
|
|
Jeffrey Yasskin <jyasskin@google.com>
|
|
Jim Keller <jimkeller@google.com>
|
|
Joe Walnes <joe@truemesh.com>
|
|
Jon Wray <jwray@google.com>
|
|
Keir Mierle <mierle@gmail.com>
|
|
Keith Ray <keith.ray@gmail.com>
|
|
Kostya Serebryany <kcc@google.com>
|
|
Lev Makhlis
|
|
Manuel Klimek <klimek@google.com>
|
|
Mario Tanev <radix@google.com>
|
|
Mark Paskin
|
|
Markus Heule <markus.heule@gmail.com>
|
|
Matthew Simmons <simmonmt@acm.org>
|
|
Mike Bland <mbland@google.com>
|
|
Neal Norwitz <nnorwitz@gmail.com>
|
|
Nermin Ozkiranartli <nermin@google.com>
|
|
Owen Carlsen <ocarlsen@google.com>
|
|
Paneendra Ba <paneendra@google.com>
|
|
Paul Menage <menage@google.com>
|
|
Piotr Kaminski <piotrk@google.com>
|
|
Russ Rufer <russ@pentad.com>
|
|
Sverre Sundsdal <sundsdal@gmail.com>
|
|
Takeshi Yoshino <tyoshino@google.com>
|
|
Vadim Berman <vadimb@google.com>
|
|
Vlad Losev <vladl@google.com>
|
|
Wolfgang Klier <wklier@google.com>
|
|
Zhanyong Wan <wan@google.com>
|