tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

test_tortls.h (398B)


      1 /* Copyright (c) 2010-2021, The Tor Project, Inc. */
      2 /* See LICENSE for licensing information */
      3 
      4 #ifndef TEST_TORTLS_H
      5 #define TEST_TORTLS_H
      6 
      7 tor_x509_cert_impl_t *read_cert_from(const char *str);
      8 
      9 extern const char *notCompletelyValidCertString;
     10 extern const char *validCertString;
     11 extern const char *caCertString;
     12 extern const time_t cert_strings_valid_at;
     13 
     14 #endif /* !defined(TEST_TORTLS_H) */