VirtualBox

Changeset 74656 in vbox for trunk/include/iprt


Ignore:
Timestamp:
Oct 7, 2018 6:28:21 PM (6 years ago)
Author:
vboxsync
Message:

IPRT/ldr: Working on parsing Mach-O code signing structures... bugref:9232

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/err.h

    r74638 r74656  
    23402340#define VERR_ASN1_CURSOR_BAD_LENGTH_ENCODING        (-22831)
    23412341/** Indefinite length form is against the rules. */
    2342 #define VERR_ASN1_CURSOR_ILLEGAL_IDEFINITE_LENGTH   (-22832)
    2343 /** Indefinite length form is not implemented. */
    2344 #define VERR_ASN1_CURSOR_IDEFINITE_LENGTH_NOT_SUP   (-22833)
     2342#define VERR_ASN1_CURSOR_ILLEGAL_INDEFINITE_LENGTH  (-22832)
     2343/** Malformed indefinite length encoding. */
     2344#define VERR_ASN1_CURSOR_BAD_INDEFINITE_LENGTH      (-22833)
    23452345/** ASN.1 object length goes beyond the end of the byte stream being decoded. */
    23462346#define VERR_ASN1_CURSOR_BAD_LENGTH                 (-22834)
     
    24712471/** Image hash mismatch. */
    24722472#define VERR_LDRVI_IMAGE_HASH_MISMATCH              (-22929)
     2473/** Malformed code signing structure. */
     2474#define VERR_LDRVI_BAD_CERT_FORMAT                  (-22930)
    24732475
    24742476/** Cannot resolve symbol because it's a forwarder. */
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