From d23a489940499bd6c634a1cb0a9875f094f8a850 Mon Sep 17 00:00:00 2001 From: weidai Date: Thu, 20 Mar 2003 01:24:12 +0000 Subject: various changes for 5.1 git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@38 57ff6487-cd31-0410-9ec3-f628ee90f5f0 --- fips140.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'fips140.h') diff --git a/fips140.h b/fips140.h index e7e5d4a..76353ed 100644 --- a/fips140.h +++ b/fips140.h @@ -2,7 +2,7 @@ #define CRYPTOPP_FIPS140_H /*! \file - FIPS-140 related functions and classes. + FIPS 140 related functions and classes. */ #include "cryptlib.h" @@ -16,7 +16,7 @@ public: explicit SelfTestFailure(const std::string &s) : Exception(OTHER_ERROR, s) {} }; -//! returns whether FIPS-140-2 compliance features were enabled at compile time +//! returns whether FIPS 140-2 compliance features were enabled at compile time bool FIPS_140_2_ComplianceEnabled(); //! enum values representing status of the power-up self test @@ -39,6 +39,9 @@ void SetPowerUpSelfTestInProgressOnThisThread(bool inProgress); void SignaturePairwiseConsistencyTest(const PK_Signer &signer, const PK_Verifier &verifier); void EncryptionPairwiseConsistencyTest(const PK_Encryptor &encryptor, const PK_Decryptor &decryptor); +void SignaturePairwiseConsistencyTest_FIPS_140_Only(const PK_Signer &signer, const PK_Verifier &verifier); +void EncryptionPairwiseConsistencyTest_FIPS_140_Only(const PK_Encryptor &encryptor, const PK_Decryptor &decryptor); + NAMESPACE_END #endif -- cgit v1.2.1