VirtualBox

Ignore:
Timestamp:
Jan 21, 2016 9:28:09 PM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
105168
Message:

crypto: logging

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/crypto/x509-certpaths.cpp

    r57358 r59432  
    2929*   Header Files                                                                                                                 *
    3030*********************************************************************************************************************************/
     31#define LOG_GROUP RTLOGGROUP_CRYPTO
    3132#include "internal/iprt.h"
    3233#include <iprt/crypto/x509.h>
     
    3839#include <iprt/string.h>
    3940#include <iprt/list.h>
     41#include <iprt/log.h>
    4042#include <iprt/time.h>
    4143#include <iprt/crypto/pkcs7.h> /* PCRTCRPKCS7SETOFCERTS */
     
    920922                    pCur = rtCrX509CertPathsAddLeaf(pThis, pCur);
    921923            }
     924            if (pCur)
     925                Log2(("RTCrX509CertPathsBuild: pCur=%p fLeaf=%d pParent=%p pNext=%p pPrev=%p\n",
     926                      pCur, pCur->fLeaf, pCur->pParent,
     927                      pCur->pParent ? RTListGetNext(&pCur->pParent->ChildListOrLeafEntry, pCur, RTCRX509CERTPATHNODE, SiblingEntry) : NULL,
     928                      pCur->pParent ? RTListGetPrev(&pCur->pParent->ChildListOrLeafEntry, pCur, RTCRX509CERTPATHNODE, SiblingEntry) : NULL));
    922929        } while (pCur);
    923930
Note: See TracChangeset for help on using the changeset viewer.

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