forked from wolfSSL/wolfssl
comment in testsuite, adjustment to src include and wolfssl ssl
This commit is contained in:
@@ -36,10 +36,9 @@ if BUILD_SHA
|
|||||||
src_libwolfssl_la_SOURCES += ctaocrypt/src/sha.c
|
src_libwolfssl_la_SOURCES += ctaocrypt/src/sha.c
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# Issue with flag BUILD_SHA512 @TODO
|
if BUILD_SHA512
|
||||||
#if BUILD_SHA512
|
|
||||||
src_libwolfssl_la_SOURCES += ctaocrypt/src/sha512.c
|
src_libwolfssl_la_SOURCES += ctaocrypt/src/sha512.c
|
||||||
#endif
|
endif
|
||||||
|
|
||||||
#if BUILD_FIPS
|
#if BUILD_FIPS
|
||||||
src_libwolfssl_la_SOURCES += ctaocrypt/src/fips.c
|
src_libwolfssl_la_SOURCES += ctaocrypt/src/fips.c
|
||||||
@@ -72,10 +71,9 @@ if BUILD_SHA
|
|||||||
src_libwolfssl_la_SOURCES += wolfcrypt/src/sha.c
|
src_libwolfssl_la_SOURCES += wolfcrypt/src/sha.c
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# Issue with flag BUILD_SHA512 @TODO
|
if BUILD_SHA512
|
||||||
#if BUILD_SHA512
|
|
||||||
src_libwolfssl_la_SOURCES += wolfcrypt/src/sha512.c
|
src_libwolfssl_la_SOURCES += wolfcrypt/src/sha512.c
|
||||||
#endif
|
endif
|
||||||
|
|
||||||
if BUILD_FIPS
|
if BUILD_FIPS
|
||||||
src_libwolfssl_la_SOURCES += \
|
src_libwolfssl_la_SOURCES += \
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
*
|
*
|
||||||
* Copyright (C) 2006-2014 wolfSSL Inc.
|
* Copyright (C) 2006-2014 wolfSSL Inc.
|
||||||
*
|
*
|
||||||
* This file is part of wolfSSL.
|
* This file is part of wolfSSL. (formerly known as CyaSSL)
|
||||||
*
|
*
|
||||||
* wolfSSL is free software; you can redistribute it and/or modify
|
* wolfSSL is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
@@ -197,6 +197,10 @@ WOLFSSL_API WOLFSSL_METHOD *wolfTLSv1_2_client_method(void);
|
|||||||
WOLFSSL_API WOLFSSL_METHOD *wolfDTLSv1_2_server_method(void);
|
WOLFSSL_API WOLFSSL_METHOD *wolfDTLSv1_2_server_method(void);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef HAVE_POLY1305
|
||||||
|
WOLFSSL_API int wolfSSL_use_old_poly(WOLFSSL*, int);
|
||||||
|
#endif
|
||||||
|
|
||||||
#if !defined(NO_FILESYSTEM) && !defined(NO_CERTS)
|
#if !defined(NO_FILESYSTEM) && !defined(NO_CERTS)
|
||||||
|
|
||||||
WOLFSSL_API int wolfSSL_CTX_use_certificate_file(WOLFSSL_CTX*, const char*, int);
|
WOLFSSL_API int wolfSSL_CTX_use_certificate_file(WOLFSSL_CTX*, const char*, int);
|
||||||
@@ -217,10 +221,6 @@ WOLFSSL_API int wolfSSL_use_RSAPrivateKey_file(WOLFSSL*, const char*, int);
|
|||||||
const char*, int);
|
const char*, int);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef HAVE_POLY1305
|
|
||||||
WOLFSSL_API int wolfSSL_use_old_poly(WOLFSSL*, int);
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef HAVE_NTRU
|
#ifdef HAVE_NTRU
|
||||||
WOLFSSL_API int wolfSSL_CTX_use_NTRUPrivateKey_file(WOLFSSL_CTX*, const char*);
|
WOLFSSL_API int wolfSSL_CTX_use_NTRUPrivateKey_file(WOLFSSL_CTX*, const char*);
|
||||||
/* load NTRU private key blob */
|
/* load NTRU private key blob */
|
||||||
|
Reference in New Issue
Block a user