VirtualBox

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


Ignore:
Timestamp:
Sep 17, 2018 2:47:59 PM (6 years ago)
Author:
vboxsync
Message:

IPRT/crypto: Added RTCrRandBytes and RTCrPkcs5Pbkdf2Hmac. The latter means openssl 1.0.0 or higher is now required. bugref:9246

File:
1 edited

Legend:

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

    r74295 r74312  
    28252825/** Severely compromised digest. */
    28262826#define VERR_CR_DIGEST_SEVERELY_COMPROMISED         (-24204)
     2827/** Specified digest not supported in this context. */
     2828#define VERR_CR_DIGEST_NOT_SUPPORTED                (-24205)
    28272829/** @} */
    28282830
    28292831/** @name RTCr misc status codes.
    28302832 * @{ */
     2833/** Failed to derivate key from password. */
     2834#define VERR_CR_PASSWORD_2_KEY_DERIVIATION_FAILED   (-24396)
     2835/** Failed getting cryptographically strong random bytes. */
     2836#define VERR_CR_RANDOM_SETUP_FAILED                 (-24397)
     2837/** Failed getting cryptographically strong random bytes. */
     2838#define VERR_CR_RANDOM_FAILED                       (-24398)
    28312839/** Malformed or failed to parse PEM formatted data. */
    28322840#define VERR_CR_MALFORMED_PEM_HEADER                (-24399)
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