test_tortls.h 325 B

12345678910111213
  1. /* Copyright (c) 2010-2019, The Tor Project, Inc. */
  2. /* See LICENSE for licensing information */
  3. #ifndef TEST_TORTLS_H
  4. #define TEST_TORTLS_H
  5. tor_x509_cert_impl_t *read_cert_from(const char *str);
  6. extern const char *notCompletelyValidCertString;
  7. extern const char *validCertString;
  8. extern const char *caCertString;
  9. #endif