Android-cuttlefish cvd tool
Namespaces | Functions
adb_ca_list.h File Reference
#include <openssl/base.h>
#include <optional>
#include <string>
Include dependency graph for adb_ca_list.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  adb
 
namespace  adb::tls
 

Functions

bssl::UniquePtr< X509_NAME > adb::tls::CreateCAIssuerFromEncodedKey (std::string_view key)
 
std::optional< std::string > adb::tls::ParseEncodedKeyFromCAIssuer (X509_NAME *issuer)
 
std::string adb::tls::SHA256BitsToHexString (std::string_view sha256)
 
std::optional< std::string > adb::tls::SHA256HexStringToBits (std::string_view sha256_str)