1 /* Copyright (c) 2010-2021, The Tor Project, Inc. */
2 /* See LICENSE for licensing information */
7 tor_x509_cert_impl_t
*read_cert_from(const char *str
);
9 extern const char *notCompletelyValidCertString
;
10 extern const char *validCertString
;
11 extern const char *caCertString
;
13 #endif /* !defined(TEST_TORTLS_H) */