VirtualBox

Changeset 104793 in vbox for trunk/src/VBox/Main/include


Ignore:
Timestamp:
May 27, 2024 6:56:45 PM (8 months ago)
Author:
vboxsync
Message:

Main: Add new Microsoft certs issued 2023 (KEK, Windows boot loader CA and 3rd party boot loader CA). Touch up the variable naming slightly to reflect the use of the certs in the DB better. Add a pointer where to get the certs (the github project has URLs which are the real authority). bugref:10699

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/include/TrustAnchorsAndCerts.h

    r98103 r104793  
    3939extern const unsigned g_cbUefiMicrosoftKek;
    4040
    41 extern const unsigned char g_abUefiMicrosoftCa[];
    42 extern const unsigned g_cbUefiMicrosoftCa;
     41extern const unsigned char g_abUefiMicrosoft3rdCa[];
     42extern const unsigned g_cbUefiMicrosoft3rdCa;
    4343
    44 extern const unsigned char g_abUefiMicrosoftProPca[];
    45 extern const unsigned g_cbUefiMicrosoftProPca;
     44extern const unsigned char g_abUefiMicrosoft3rdCa2023[];
     45extern const unsigned g_cbUefiMicrosoft3rdCa2023;
     46
     47extern const unsigned char g_abUefiMicrosoftWinCa[];
     48extern const unsigned g_cbUefiMicrosoftWinCa;
     49
     50extern const unsigned char g_abUefiMicrosoftWinCa2023[];
     51extern const unsigned g_cbUefiMicrosoftWinCa2023;
    4652
    4753extern const unsigned char g_abUefiOracleDefPk[];
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette