Certificate.h File Reference
#include "sbuf/forward.h"
#include "security/forward.h"
Include dependency graph for Certificate.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 Security
 Network/connection security abstraction layer.
 

Functions

SBuf Security::SubjectName (Certificate &)
 The SubjectName field of the given certificate (if found) or an empty SBuf. More...
 
SBuf Security::IssuerName (Certificate &)
 The Issuer field of the given certificate (if found) or an empty SBuf. More...
 
bool Security::IssuedBy (Certificate &cert, Certificate &issuer)
 
bool Security::SelfSigned (Certificate &c)
 Whether the given certificate is self-signed. More...
 
std::ostream & operator<< (std::ostream &, Security::Certificate &)
 reports a one-line gist of the Certificate Subject Name (for debugging) More...
 

Function Documentation

◆ operator<<()

std::ostream& operator<< ( std::ostream &  ,
Security::Certificate  
)

Definition at line 132 of file Certificate.cc.

References Security::SubjectName().

 

Introduction

Documentation

Support

Miscellaneous