chromium/third_party/openscreen/src/util/crypto/certificate_utils_unittest.cc

// Copyright 2019 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "util/crypto/certificate_utils.h"

#include <openssl/bio.h>
#include <openssl/bn.h>
#include <openssl/rsa.h>
#include <openssl/x509.h>

#include <chrono>

#include "gtest/gtest.h"
#include "platform/api/time.h"
#include "platform/base/error.h"
#include "util/std_util.h"

namespace openscreen {
namespace {

constexpr char kName[] =;
constexpr auto kDuration =;

TEST(CertificateUtilTest, CreatesValidCertificate) {}

TEST(CertificateUtilTest, ExportsAndImportsCertificate) {}

}  // namespace
}  // namespace openscreen