new client-ecc-cert.pem/renewcerts updates/certs relavent name changes

This commit is contained in:
kaleb-himes
2015-02-02 09:10:07 -07:00
parent 7cff22c4b0
commit 55d30ca277
8 changed files with 179 additions and 136 deletions

View File

@@ -1,3 +1,10 @@
/* certs_test.h */
#include <wolfssl/certs_test.h>
#ifndef CYASSL_CERTS_TEST_H
#define CYASSL_CERTS_TEST_H WOLFSSL_CERTS_TEST_H
#else
#undef CYASSL_CERTS_TEST_H
#define CYASSL_CERTS_TEST_H WOLFSSL_CERTS_TEST_H
#endif

View File

@@ -35,6 +35,9 @@
#endif /* have rsa and HAVE_FIPS */
/* Macro redefinitions for compatibility */
#ifdef HAVE_NTRU
#define MakeNtruCert wc_MakeNtruCert
#endif
#if defined(WOLFSSL_SHA512) && !defined(CYASSL_SHA512)
#define CYASSL_SHA512
#endif