VirtualBox

忽略:
時間撮記:
2022-6-8 上午07:43:44 (3 年 以前)
作者:
vboxsync
svn:sync-xref-src-repo-rev:
151730
訊息:

libs/openssl: Switched to v3.0.3, bugref:10128

位置:
trunk/src/libs/openssl-3.0.3
檔案:
修改 2 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/libs/openssl-3.0.3

    • 屬性 svn:mergeinfo
      •  

        old new  
        1414/vendor/openssl/3.0.1:150323-150324
        1515/vendor/openssl/3.0.2:150728-150729
        16 /vendor/openssl/current:147554-150727
         16/vendor/openssl/3.0.3:151497-151729
         17/vendor/openssl/current:147554-151496
  • trunk/src/libs/openssl-3.0.3/crypto/ocsp/ocsp_vfy.c

    r94082 r95219  
    11/*
    2  * Copyright 2001-2021 The OpenSSL Project Authors. All Rights Reserved.
     2 * Copyright 2001-2022 The OpenSSL Project Authors. All Rights Reserved.
    33 *
    44 * Licensed under the Apache License 2.0 (the "License").  You may not use
     
    6060    ret = X509_verify_cert(ctx);
    6161    if (ret <= 0) {
    62         ret = X509_STORE_CTX_get_error(ctx);
     62        int err = X509_STORE_CTX_get_error(ctx);
     63
    6364        ERR_raise_data(ERR_LIB_OCSP, OCSP_R_CERTIFICATE_VERIFY_ERROR,
    64                        "Verify error: %s", X509_verify_cert_error_string(ret));
     65                       "Verify error: %s", X509_verify_cert_error_string(err));
    6566        goto end;
    6667    }
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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