Botan 3.4.0
Crypto and TLS for C&
Namespaces | Functions
x509self.cpp File Reference
#include <botan/x509self.h>
#include <botan/der_enc.h>
#include <botan/hash.h>
#include <botan/pubkey.h>
#include <botan/x509_ca.h>
#include <botan/x509_ext.h>
#include <botan/x509_key.h>

Go to the source code of this file.

Namespaces

namespace  Botan
 
namespace  Botan::X509
 

Functions

PKCS10_Request Botan::X509::create_cert_req (const X509_Cert_Options &opts, const Private_Key &key, std::string_view hash_fn, RandomNumberGenerator &rng)
 
X509_Certificate Botan::X509::create_self_signed_cert (const X509_Cert_Options &opts, const Private_Key &key, std::string_view hash_fn, RandomNumberGenerator &rng)