VirtualBox

Ignore:
Timestamp:
Mar 26, 2014 12:55:14 PM (11 years ago)
Author:
vboxsync
Message:

Put a warning instead an error if X509 certificate is not self-signed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/checksum/x509.cpp

    r50835 r50887  
    362362                    rc = VERR_X509_CERTIFICATE_VERIFICATION_FAILURE;
    363363            }
     364            else
     365            {
     366                rc = VINF_NOT_SELFSIGNED_X509_CERTIFICATE;
     367            }
    364368        }
    365369        else
    366370        {
    367             rc = VERR_NOT_SELFSIGNED_X509_CERTIFICATE;
     371            rc = VINF_NOT_SELFSIGNED_X509_CERTIFICATE;
    368372        }
    369373
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