VirtualBox

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


Ignore:
Timestamp:
Apr 2, 2014 4:22:59 PM (11 years ago)
Author:
vboxsync
Message:

punctuation and english.

File:
1 edited

Legend:

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

    r50955 r50956  
    18891889/** Signature verification failed. */
    18901890#define VERR_X509_RSA_VERIFICATION_FUILURE               (-23003)
    1891 /** Error basic constraints were not found */
     1891/** Basic constraints were not found. */
    18921892#define VERR_X509_NO_BASIC_CONSTARAINTS                  (-23004)
    1893 /** Error getting extensions from the certificate */
     1893/** Error getting extensions from the certificate. */
    18941894#define VERR_X509_GETTING_EXTENSION_FROM_CERT            (-23005)
    1895 /** Error getting a data from the extension */
     1895/** Error getting a data from the extension. */
    18961896#define VERR_X509_GETTING_DATA_FROM_EXTENSION            (-23006)
    1897 /** Error print out an extension to BIO */
     1897/** Error formatting an extension. */
    18981898#define VERR_X509_PRINT_EXTENSION_TO_BIO                 (-23007)
    1899 /** Error X509 certificate verification */
     1899/** X509 certificate verification error. */
    19001900#define VERR_X509_CERTIFICATE_VERIFICATION_FAILURE       (-23008)
    1901 /** Error X509 certificate isn't self signed */
     1901/** X509 certificate isn't self signed. */
    19021902#define VERR_X509_NOT_SELFSIGNED_CERTIFICATE             (-23009)
    1903 /** Warning X509 certificate isn't self signed  */
     1903/** Warning X509 certificate isn't self signed.  */
    19041904#define VINF_X509_NOT_SELFSIGNED_CERTIFICATE             23009
    19051905/** @} */
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