plugin  2.1.3
Runtime plugin loader and Ed25519 DSO signing for C++ applications
dso-keygen.cpp File Reference
#include <openssl/evp.h>
#include <openssl/pem.h>
#include <openssl/err.h>
#include <algorithm>
#include <cstdio>
#include <cstdlib>
#include <cstring>
#include <filesystem>
#include <iomanip>
#include <sstream>
#include <string>
+ Include dependency graph for dso-keygen.cpp:

Functions

static void fatalSsl (const char *msg)
 
static std::string hexEncode (const unsigned char *data, std::size_t len)
 
static std::string slugify (std::string s)
 
int main (int argc, char **argv)
 

Function Documentation

◆ fatalSsl()

static void fatalSsl ( const char *  msg)
static

Referenced by main().

+ Here is the caller graph for this function:

◆ hexEncode()

static std::string hexEncode ( const unsigned char *  data,
std::size_t  len 
)
static

Referenced by main().

+ Here is the caller graph for this function:

◆ slugify()

static std::string slugify ( std::string  s)
static

Referenced by main().

+ Here is the caller graph for this function:

◆ main()

int main ( int  argc,
char **  argv 
)

References fatalSsl(), hexEncode(), and slugify().

+ Here is the call graph for this function: