Botan 1.10.17
x509_ext.cpp File Reference
#include <botan/x509_ext.h>
#include <botan/sha160.h>
#include <botan/der_enc.h>
#include <botan/ber_dec.h>
#include <botan/oids.h>
#include <botan/internal/bit_ops.h>
#include <algorithm>
#include <memory>

Go to the source code of this file.

Namespaces

namespace  Botan
namespace  Botan::Cert_Extension

Macros

#define X509_EXTENSION(NAME, TYPE)

Macro Definition Documentation

◆ X509_EXTENSION

#define X509_EXTENSION ( NAME,
TYPE )
Value:
if(OIDS::name_of(oid, NAME)) \
return new Cert_Extension::TYPE();