mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-02 12:14:38 +02:00
Remove cyassl from wolfcrypt
This commit is contained in:
@@ -42,8 +42,6 @@ echo "Removing files not needed..."
|
|||||||
rm -rf -- ./.git*
|
rm -rf -- ./.git*
|
||||||
rm -rf ./build-aux
|
rm -rf ./build-aux
|
||||||
rm -rf ./certs
|
rm -rf ./certs
|
||||||
rm -rf ./ctaocrypt
|
|
||||||
rm -rf ./cyassl
|
|
||||||
rm -rf ./doc
|
rm -rf ./doc
|
||||||
rm -rf ./Docker
|
rm -rf ./Docker
|
||||||
# these use test.h, which are not portable
|
# these use test.h, which are not portable
|
||||||
|
@@ -45,12 +45,6 @@ that can be serialized and deserialized in a cross-platform way.
|
|||||||
|
|
||||||
#include <wolfssl/wolfcrypt/wolfmath.h>
|
#include <wolfssl/wolfcrypt/wolfmath.h>
|
||||||
|
|
||||||
/* fips declare of RsaPrivateKeyDecode @wc_fips */
|
|
||||||
#if defined(HAVE_FIPS) && !defined(NO_RSA) && \
|
|
||||||
(!defined(HAVE_FIPS_VERSION) || (HAVE_FIPS_VERSION < 2))
|
|
||||||
#include <cyassl/ctaocrypt/rsa.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifndef NO_DH
|
#ifndef NO_DH
|
||||||
#include <wolfssl/wolfcrypt/dh.h>
|
#include <wolfssl/wolfcrypt/dh.h>
|
||||||
#endif
|
#endif
|
||||||
|
@@ -35,12 +35,6 @@
|
|||||||
#include <wolfssl/wolfcrypt/fips.h>
|
#include <wolfssl/wolfcrypt/fips.h>
|
||||||
#endif /* HAVE_FIPS_VERSION >= 2 */
|
#endif /* HAVE_FIPS_VERSION >= 2 */
|
||||||
|
|
||||||
#if defined(HAVE_FIPS) && \
|
|
||||||
(!defined(HAVE_FIPS_VERSION) || (HAVE_FIPS_VERSION < 2))
|
|
||||||
/* included for fips @wc_fips */
|
|
||||||
#include <cyassl/ctaocrypt/des3.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
@@ -33,11 +33,6 @@ the error status.
|
|||||||
|
|
||||||
#include <wolfssl/wolfcrypt/types.h>
|
#include <wolfssl/wolfcrypt/types.h>
|
||||||
|
|
||||||
#if defined(HAVE_FIPS) && \
|
|
||||||
(!defined(HAVE_FIPS_VERSION) || (HAVE_FIPS_VERSION < 2))
|
|
||||||
#include <cyassl/ctaocrypt/error-crypt.h>
|
|
||||||
#endif /* HAVE_FIPS V1 */
|
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
@@ -32,8 +32,6 @@
|
|||||||
|
|
||||||
#if defined(HAVE_FIPS) && \
|
#if defined(HAVE_FIPS) && \
|
||||||
(!defined(HAVE_FIPS_VERSION) || (HAVE_FIPS_VERSION < 2))
|
(!defined(HAVE_FIPS_VERSION) || (HAVE_FIPS_VERSION < 2))
|
||||||
/* for fips @wc_fips */
|
|
||||||
#include <cyassl/ctaocrypt/hmac.h>
|
|
||||||
#define WC_HMAC_BLOCK_SIZE HMAC_BLOCK_SIZE
|
#define WC_HMAC_BLOCK_SIZE HMAC_BLOCK_SIZE
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@@ -35,12 +35,6 @@
|
|||||||
#include <wolfssl/wolfcrypt/fips.h>
|
#include <wolfssl/wolfcrypt/fips.h>
|
||||||
#endif /* HAVE_FIPS_VERSION >= 2 */
|
#endif /* HAVE_FIPS_VERSION >= 2 */
|
||||||
|
|
||||||
/* included for fips @wc_fips */
|
|
||||||
#if defined(HAVE_FIPS) && \
|
|
||||||
(!defined(HAVE_FIPS_VERSION) || (HAVE_FIPS_VERSION < 2))
|
|
||||||
#include <cyassl/ctaocrypt/random.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
@@ -52,9 +52,6 @@
|
|||||||
#define WC_SHA224_DIGEST_SIZE SHA224_DIGEST_SIZE
|
#define WC_SHA224_DIGEST_SIZE SHA224_DIGEST_SIZE
|
||||||
#define WC_SHA224_PAD_SIZE SHA224_PAD_SIZE
|
#define WC_SHA224_PAD_SIZE SHA224_PAD_SIZE
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* for fips @wc_fips */
|
|
||||||
#include <cyassl/ctaocrypt/sha256.h>
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef FREESCALE_LTC_SHA
|
#ifdef FREESCALE_LTC_SHA
|
||||||
|
Reference in New Issue
Block a user