LibreOffice Module xmlsecurity (master) 1
Functions | Variables
secerror.cxx File Reference
#include <secerr.h>
#include "secerror.hxx"
#include <nss.h>
#include <certt.h>
#include <sal/log.hxx>
#include "certerrors.h"
Include dependency graph for secerror.cxx:

Go to the source code of this file.

Functions

const char * getCertError (PRErrorCode errNum)
 
void printChainFailure (CERTVerifyLog *log)
 

Variables

const ErrDesc allDesc []
 

Function Documentation

◆ getCertError()

const char * getCertError ( PRErrorCode  errNum)

◆ printChainFailure()

void printChainFailure ( CERTVerifyLog *  log)

Definition at line 59 of file secerror.cxx.

References getCertError(), log, and SAL_INFO.

Referenced by SecurityEnvironment_NssImpl::verifyCertificate().

Variable Documentation

◆ allDesc

const ErrDesc allDesc[]
Initial value:
= {
}

Definition at line 36 of file secerror.cxx.

Referenced by getCertError().