VirtualBox

Changeset 74721 in vbox for trunk/include/iprt/crypto


Ignore:
Timestamp:
Oct 9, 2018 4:04:49 PM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
125645
Message:

IPRT/ldr: More Mach-O signing hacking. bugref:9232

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/crypto/applecodesign.h

    r74692 r74721  
    4747
    4848
    49 /** @name Apple code signing magic values for identifying blobs
     49/** @name RTCRAPLCS_MAGIC_XXX - Apple code signing magic values for identifying blobs
    5050 * @note No byte order conversion required.
    5151 * @{ */
     
    6767/** @} */
    6868
    69 /** @name Apple code signing slots.
     69/** @name RTCRAPLCS_SLOT_XXX - Apple code signing slots.
    7070 * @note No byte order conversion required.
    7171 * @{ */
     
    8787/** @} */
    8888
    89 /** @name Apple code signing hash types
     89/** @name RTCRAPLCS_HASHTYPE_XXX - Apple code signing hash types
    9090 * @note Byte sized field, so no byte order concerns.
    9191 * @{ */
     
    119119typedef struct RTCRAPLCSBLOBSLOT
    120120{
    121     /** Slot type, RTCRAPLCSSLOT_XXX.
     121    /** Slot type, RTCRAPLCS_SLOT_XXX.
    122122     * (Big endian, but so are the constants too). */
    123123    uint32_t            uType;
     
    156156{
    157157    /** 0x00: Header (uMagic = RTCRAPLCS_MAGIC_CODEDIRECTORY). */
    158     RTCRAPLCSHDR   Hdr;
     158    RTCRAPLCSHDR    Hdr;
    159159    /** 0x08: The version number (RTCRAPLCS_VER_XXX).
    160160     * @note Big endian, host order constants. */
     
    186186    uint32_t        offScatter;
    187187    /** 0x30: Offset of team identifier (optional).  Big endian.
    188      * @since RTCRAPLCS_VER_SUPPORTS_SCATTER */
     188     * @since RTCRAPLCS_VER_SUPPORTS_TEAM */
    189189    uint32_t        offTeam;
    190190} RTCRAPLCSCODEDIRECTORY;
Note: See TracChangeset for help on using the changeset viewer.

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