Coverity scan fixes

This commit is contained in:
J Harper
2016-05-03 17:36:14 -07:00
parent b7583a12f6
commit ac16cf8a1b
64 changed files with 306 additions and 394 deletions

View File

@@ -62,8 +62,6 @@
#define USE_BURN_STACK /**< @security Zero sensitive data from the stack. */
/******************************************************************************/
/**
Public-Key Algorithm Support.
@@ -105,6 +103,7 @@
*/
#define USE_AES_CBC
#define USE_AES_GCM
//#define USE_AES_GCM_GIV
#ifdef USE_LIBSODIUM_CRYPTO
#define USE_CHACHA20_POLY1305
@@ -155,7 +154,6 @@
#define USE_MD5SHA1 /* Required for < TLS 1.2 Handshake */
#define USE_HMAC_MD5 /* TODO currently needed for prf */
/******************************************************************************/
/**
X.509 Certificates/PKI
@@ -182,7 +180,6 @@
//#define USE_PKCS1_OAEP /* OAEP padding algorithm */
//#define USE_PKCS1_PSS /* PSS padding algorithm */
#endif /* _h_PS_CRYPTOCONFIG */
/******************************************************************************/