You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@santuario.apache.org by mi...@apache.org on 2005/05/23 11:33:18 UTC

cvs commit: xml-security/c/src/enc/WinCAPI WinCAPICryptoKeyDSA.hpp WinCAPICryptoKeyRSA.cpp

milan       2005/05/23 02:33:18

  Modified:    c/src/enc/WinCAPI WinCAPICryptoKeyDSA.hpp
                        WinCAPICryptoKeyRSA.cpp
  Log:
  Minor typo fix.
  
  Revision  Changes    Path
  1.8       +3 -3      xml-security/c/src/enc/WinCAPI/WinCAPICryptoKeyDSA.hpp
  
  Index: WinCAPICryptoKeyDSA.hpp
  ===================================================================
  RCS file: /home/cvs/xml-security/c/src/enc/WinCAPI/WinCAPICryptoKeyDSA.hpp,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- WinCAPICryptoKeyDSA.hpp	3 Feb 2005 13:20:37 -0000	1.7
  +++ WinCAPICryptoKeyDSA.hpp	23 May 2005 09:33:18 -0000	1.8
  @@ -116,7 +116,7 @@
   	virtual XSECCryptoKey::KeyType getKeyType();
   
   	/**
  -	 *\brief Return the OpenSSL string identifier
  +	 *\brief Return the WiNCAPI string identifier
   	 */
   
   	virtual const XMLCh * getProviderName() {return DSIGConstants::s_unicodeStrPROVWinCAPI;}
  @@ -172,7 +172,7 @@
   
   	/** @name Optional Interface methods
   	 * 
  -	 * Have been fully implemented in the OpenSSL interface to allow interop
  +	 * Have been fully implemented in the WinCAPI interface to allow interop
   	 * testing to occur.
   	 *
   	 */
  
  
  
  1.11      +2 -2      xml-security/c/src/enc/WinCAPI/WinCAPICryptoKeyRSA.cpp
  
  Index: WinCAPICryptoKeyRSA.cpp
  ===================================================================
  RCS file: /home/cvs/xml-security/c/src/enc/WinCAPI/WinCAPICryptoKeyRSA.cpp,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- WinCAPICryptoKeyRSA.cpp	9 May 2005 14:40:46 -0000	1.10
  +++ WinCAPICryptoKeyRSA.cpp	23 May 2005 09:33:18 -0000	1.11
  @@ -551,7 +551,7 @@
   	default :
   
   		throw XSECCryptoException(XSECCryptoException::RSAError,
  -			"OpenSSL:RSA - Unknown padding method");
  +			"WiNCAPI:RSA - Unknown padding method");
   
   	}