VirtualBox

Changeset 73705 in vbox for trunk/include/iprt/err.h


Ignore:
Timestamp:
Aug 16, 2018 9:31:18 AM (6 years ago)
Author:
vboxsync
Message:

IPRT: Better fix for missing md4 failure; adding information status codes for indicating deprecated and compromised digests when used.

File:
1 edited

Legend:

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

    r73665 r73705  
    27822782/** OpenSSL failed to clone the digest algorithm context. */
    27832783#define VERR_CR_DIGEST_OSSL_DIGEST_CTX_COPY_ERROR   (-24201)
     2784/** Deprecated digest. */
     2785#define VINF_CR_DIGEST_DEPRECATED                   (24202)
     2786/** Deprecated digest. */
     2787#define VERR_CR_DIGEST_DEPRECATED                   (-24202)
     2788/** Compromised digest. */
     2789#define VINF_CR_DIGEST_COMPROMISED                  (24203)
     2790/** Compromised digest. */
     2791#define VERR_CR_DIGEST_COMPROMISED                  (-24203)
     2792/** Severely compromised digest. */
     2793#define VINF_CR_DIGEST_SEVERELY_COMPROMISED         (24204)
     2794/** Severely compromised digest. */
     2795#define VERR_CR_DIGEST_SEVERELY_COMPROMISED         (-24204)
    27842796/** @} */
    27852797
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