Ugochukwu Mmaduekwe 2 недель назад
Родитель
Сommit
055d5477fc

+ 2 - 2
CryptoLib.Tests/Delphi.Tests/CryptoLib.Tests.dpr

@@ -347,7 +347,7 @@ uses
   ClpIX509Asn1Generators in '..\..\CryptoLib\src\Interfaces\Asn1\X509\ClpIX509Asn1Generators.pas',
   ClpIX509NameEntryConverter in '..\..\CryptoLib\src\Interfaces\Asn1\X509\ClpIX509NameEntryConverter.pas',
   ClpIX509NameTokenizer in '..\..\CryptoLib\src\Interfaces\Asn1\X509\ClpIX509NameTokenizer.pas',
-  ClpIX9Asn1Objects in '..\..\CryptoLib\src\Interfaces\Asn1\X9\ClpIX9Asn1Objects.pas',
+  ClpIX9DHAsn1Objects in '..\..\CryptoLib\src\Interfaces\Asn1\X9\ClpIX9DHAsn1Objects.pas',
   ClpIX9ECAsn1Objects in '..\..\CryptoLib\src\Interfaces\Asn1\X9\ClpIX9ECAsn1Objects.pas',
   ClpIX9ECParametersHolder in '..\..\CryptoLib\src\Interfaces\Asn1\X9\ClpIX9ECParametersHolder.pas',
   ClpIXSalsa20Engine in '..\..\CryptoLib\src\Interfaces\Crypto\Engines\ClpIXSalsa20Engine.pas',
@@ -464,7 +464,7 @@ uses
   ClpIX509Attribute in '..\..\CryptoLib\src\Interfaces\X509\ClpIX509Attribute.pas',
   ClpIX509V2AttributeCertificate in '..\..\CryptoLib\src\Interfaces\X509\ClpIX509V2AttributeCertificate.pas',
   ClpX931Signer in '..\..\CryptoLib\src\Crypto\Signers\ClpX931Signer.pas',
-  ClpX9Asn1Objects in '..\..\CryptoLib\src\Asn1\X9\ClpX9Asn1Objects.pas',
+  ClpX9DHAsn1Objects in '..\..\CryptoLib\src\Asn1\X9\ClpX9DHAsn1Objects.pas',
   ClpX9ECAsn1Objects in '..\..\CryptoLib\src\Asn1\X9\ClpX9ECAsn1Objects.pas',
   ClpX9ECParametersHolder in '..\..\CryptoLib\src\Asn1\X9\ClpX9ECParametersHolder.pas',
   ClpX9ObjectIdentifiers in '..\..\CryptoLib\src\Asn1\X9\ClpX9ObjectIdentifiers.pas',

+ 2 - 2
CryptoLib/src/Asn1/X9/ClpX9Asn1Objects.pas → CryptoLib/src/Asn1/X9/ClpX9DHAsn1Objects.pas

@@ -15,7 +15,7 @@
 
 (* &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& *)
 
-unit ClpX9Asn1Objects;
+unit ClpX9DHAsn1Objects;
 
 {$I ..\..\Include\CryptoLib.inc}
 
@@ -27,7 +27,7 @@ uses
   ClpIAsn1Objects,
   ClpAsn1Core,
   ClpIAsn1Core,
-  ClpIX9Asn1Objects,
+  ClpIX9DHAsn1Objects,
   ClpIX9ECAsn1Objects,
   ClpX9ECAsn1Objects,
   ClpCryptoLibTypes,

+ 1 - 1
CryptoLib/src/Interfaces/Asn1/X9/ClpIX9Asn1Objects.pas → CryptoLib/src/Interfaces/Asn1/X9/ClpIX9DHAsn1Objects.pas

@@ -15,7 +15,7 @@
 
 (* &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& *)
 
-unit ClpIX9Asn1Objects;
+unit ClpIX9DHAsn1Objects;
 
 {$I ..\..\..\Include\CryptoLib.inc}
 

+ 0 - 1
CryptoLib/src/Interfaces/Crypto/Parameters/ClpIECDomainParameters.pas

@@ -25,7 +25,6 @@ uses
   ClpBigInteger,
   ClpIECC,
   ClpCryptoLibTypes,
-  ClpIX9Asn1Objects,
   ClpIX9ECAsn1Objects;
 
 type