Android-cuttlefish cvd tool
|
Functions | |
bool | add_ext (X509 *cert, int nid, const char *value) |
Variables | |
const char | kBasicConstraints [] = "critical,CA:TRUE" |
const char | kKeyUsage [] = "critical,keyCertSign,cRLSign,digitalSignature" |
const char | kSubjectKeyIdentifier [] = "hash" |
constexpr int | kCertLifetimeSeconds = 10 * 365 * 24 * 60 * 60 |
bool adb::crypto::anonymous_namespace{x509_generator.cpp}::add_ext | ( | X509 * | cert, |
int | nid, | ||
const char * | value | ||
) |
const char adb::crypto::anonymous_namespace{x509_generator.cpp}::kBasicConstraints[] = "critical,CA:TRUE" |
|
constexpr |
const char adb::crypto::anonymous_namespace{x509_generator.cpp}::kKeyUsage[] = "critical,keyCertSign,cRLSign,digitalSignature" |
const char adb::crypto::anonymous_namespace{x509_generator.cpp}::kSubjectKeyIdentifier[] = "hash" |