aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_tortls.h
blob: c14aba417b3deac14d2ae9cf2fc7ff3b16917e70 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* Copyright (c) 2010-2021, The Tor Project, Inc. */
/* See LICENSE for licensing information */

#ifndef TEST_TORTLS_H
#define TEST_TORTLS_H

tor_x509_cert_impl_t *read_cert_from(const char *str);

extern const char *notCompletelyValidCertString;
extern const char *validCertString;
extern const char *caCertString;

#endif /* !defined(TEST_TORTLS_H) */