Botan
1.11.15
|
#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/charset.h>
#include <botan/internal/bit_ops.h>
#include <algorithm>
Go to the source code of this file.
Namespaces | |
namespace | Botan |
namespace | Botan::Cert_Extension |
Defines | |
#define | X509_EXTENSION(NAME, TYPE) |
#define X509_EXTENSION | ( | NAME, | |
TYPE | |||
) |
if(OIDS::name_of(oid, NAME)) \ return new Cert_Extension::TYPE();