Changeset 50956 in vbox for trunk/include/iprt/err.h
- Timestamp:
- Apr 2, 2014 4:22:59 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/err.h
r50955 r50956 1889 1889 /** Signature verification failed. */ 1890 1890 #define VERR_X509_RSA_VERIFICATION_FUILURE (-23003) 1891 /** Error basic constraints were not found*/1891 /** Basic constraints were not found. */ 1892 1892 #define VERR_X509_NO_BASIC_CONSTARAINTS (-23004) 1893 /** Error getting extensions from the certificate */1893 /** Error getting extensions from the certificate. */ 1894 1894 #define VERR_X509_GETTING_EXTENSION_FROM_CERT (-23005) 1895 /** Error getting a data from the extension */1895 /** Error getting a data from the extension. */ 1896 1896 #define VERR_X509_GETTING_DATA_FROM_EXTENSION (-23006) 1897 /** Error print out an extension to BIO*/1897 /** Error formatting an extension. */ 1898 1898 #define VERR_X509_PRINT_EXTENSION_TO_BIO (-23007) 1899 /** Error X509 certificate verification*/1899 /** X509 certificate verification error. */ 1900 1900 #define VERR_X509_CERTIFICATE_VERIFICATION_FAILURE (-23008) 1901 /** Error X509 certificate isn't self signed*/1901 /** X509 certificate isn't self signed. */ 1902 1902 #define VERR_X509_NOT_SELFSIGNED_CERTIFICATE (-23009) 1903 /** Warning X509 certificate isn't self signed */1903 /** Warning X509 certificate isn't self signed. */ 1904 1904 #define VINF_X509_NOT_SELFSIGNED_CERTIFICATE 23009 1905 1905 /** @} */
Note:
See TracChangeset
for help on using the changeset viewer.