VirtualBox

儲存庫 vbox 的更動 51766


忽略:
時間撮記:
2014-7-1 下午12:35:05 (10 年 以前)
作者:
vboxsync
訊息:

conflict with branch.

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • trunk/include/iprt/err.h

    r51706 r51766  
    19001900 * @{ */
    19011901/** Error reading a certificate in PEM format from BIO. */
    1902 #define VERR_X509_READING_CERT_FROM_BIO                  (-23000)
     1902#define VERR_X509_READING_CERT_FROM_BIO                  (-23100)
    19031903/** Error extracting a public key from the certificate. */
    1904 #define VERR_X509_EXTRACT_PUBKEY_FROM_CERT               (-23001)
     1904#define VERR_X509_EXTRACT_PUBKEY_FROM_CERT               (-23101)
    19051905/** Error extracting RSA from the public key. */
    1906 #define VERR_X509_EXTRACT_RSA_FROM_PUBLIC_KEY            (-23002)
     1906#define VERR_X509_EXTRACT_RSA_FROM_PUBLIC_KEY            (-23102)
    19071907/** Signature verification failed. */
    1908 #define VERR_X509_RSA_VERIFICATION_FUILURE               (-23003)
     1908#define VERR_X509_RSA_VERIFICATION_FUILURE               (-23103)
    19091909/** Basic constraints were not found. */
    1910 #define VERR_X509_NO_BASIC_CONSTARAINTS                  (-23004)
     1910#define VERR_X509_NO_BASIC_CONSTARAINTS                  (-23104)
    19111911/** Error getting extensions from the certificate. */
    1912 #define VERR_X509_GETTING_EXTENSION_FROM_CERT            (-23005)
     1912#define VERR_X509_GETTING_EXTENSION_FROM_CERT            (-23105)
    19131913/** Error getting a data from the extension. */
    1914 #define VERR_X509_GETTING_DATA_FROM_EXTENSION            (-23006)
     1914#define VERR_X509_GETTING_DATA_FROM_EXTENSION            (-23106)
    19151915/** Error formatting an extension. */
    1916 #define VERR_X509_PRINT_EXTENSION_TO_BIO                 (-23007)
     1916#define VERR_X509_PRINT_EXTENSION_TO_BIO                 (-23107)
    19171917/** X509 certificate verification error. */
    1918 #define VERR_X509_CERTIFICATE_VERIFICATION_FAILURE       (-23008)
     1918#define VERR_X509_CERTIFICATE_VERIFICATION_FAILURE       (-23108)
    19191919/** X509 certificate isn't self signed. */
    1920 #define VERR_X509_NOT_SELFSIGNED_CERTIFICATE             (-23009)
     1920#define VERR_X509_NOT_SELFSIGNED_CERTIFICATE             (-23109)
    19211921/** Warning X509 certificate isn't self signed.  */
    1922 #define VINF_X509_NOT_SELFSIGNED_CERTIFICATE             23009
     1922#define VINF_X509_NOT_SELFSIGNED_CERTIFICATE             23109
    19231923/** @} */
    19241924
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette