Merge pull request #957 from SparkiDev/tls13_updates

Tls13 updates
This commit is contained in:
toddouska
2017-06-14 14:59:11 -07:00
committed by GitHub
11 changed files with 692 additions and 212 deletions

View File

@@ -253,8 +253,14 @@ void bench_rng(void);
#if defined(DEBUG_WOLFSSL) && !defined(HAVE_VALGRIND) && \
!defined(HAVE_STACK_SIZE)
#ifdef __cplusplus
extern "C" {
#endif
WOLFSSL_API int wolfSSL_Debugging_ON(void);
WOLFSSL_API void wolfSSL_Debugging_OFF(void);
#ifdef __cplusplus
} /* extern "C" */
#endif
#endif
#if !defined(NO_RSA) || !defined(NO_DH) \

View File

@@ -307,7 +307,13 @@ int memcb_test(void);
#if defined(DEBUG_WOLFSSL) && !defined(HAVE_VALGRIND) && \
!defined(OPENSSL_EXTRA) && !defined(HAVE_STACK_SIZE)
int wolfSSL_Debugging_ON(void);
#ifdef __cplusplus
extern "C" {
#endif
WOLFSSL_API int wolfSSL_Debugging_ON();
#ifdef __cplusplus
} /* extern "C" */
#endif
#endif
/* General big buffer size for many tests. */