Browse Source

update dpr

Ugochukwu Mmaduekwe 1 week ago
parent
commit
9a3613ab9b
1 changed files with 7 additions and 0 deletions
  1. 7 0
      CryptoLib.Tests/Delphi.Tests/CryptoLib.Tests.dpr

+ 7 - 0
CryptoLib.Tests/Delphi.Tests/CryptoLib.Tests.dpr

@@ -493,8 +493,14 @@ uses
   ClpX509Utilities in '..\..\CryptoLib\src\X509\ClpX509Utilities.pas',
   ClpX509ExtensionUtilities in '..\..\CryptoLib\src\X509\Extension\ClpX509ExtensionUtilities.pas',
   ClpX509V2AttributeCertificate in '..\..\CryptoLib\src\X509\ClpX509V2AttributeCertificate.pas',
+  ClpX509CrlEntry in '..\..\CryptoLib\src\X509\ClpX509CrlEntry.pas',
+  ClpX509Crl in '..\..\CryptoLib\src\X509\ClpX509Crl.pas',
+  ClpX509CrlParser in '..\..\CryptoLib\src\X509\ClpX509CrlParser.pas',
   ClpIX509Certificate in '..\..\CryptoLib\src\Interfaces\X509\ClpIX509Certificate.pas',
   ClpIX509CertificateParser in '..\..\CryptoLib\src\Interfaces\X509\ClpIX509CertificateParser.pas',
+  ClpIX509CrlEntry in '..\..\CryptoLib\src\Interfaces\X509\ClpIX509CrlEntry.pas',
+  ClpIX509Crl in '..\..\CryptoLib\src\Interfaces\X509\ClpIX509Crl.pas',
+  ClpIX509CrlParser in '..\..\CryptoLib\src\Interfaces\X509\ClpIX509CrlParser.pas',
   ClpIX509Extension in '..\..\CryptoLib\src\Interfaces\X509\ClpIX509Extension.pas',
   ClpIPkcs10CertificationRequest in '..\..\CryptoLib\src\Interfaces\Pkcs\ClpIPkcs10CertificationRequest.pas',
   ClpX9IntegerConverter in '..\..\CryptoLib\src\Asn1\X9\ClpX9IntegerConverter.pas',
@@ -521,6 +527,7 @@ uses
   ClpNat448 in '..\..\CryptoLib\src\Math\Raw\ClpNat448.pas',
   ClpNat512 in '..\..\CryptoLib\src\Math\Raw\ClpNat512.pas',
   ClpNat576 in '..\..\CryptoLib\src\Math\Raw\ClpNat576.pas',
+  ClpNullable in '..\..\CryptoLib\src\Misc\ClpNullable.pas',
   ClpFixedSecureRandom in '..\src\Utils\ClpFixedSecureRandom.pas',
   ClpIFixedSecureRandom in '..\src\Utils\ClpIFixedSecureRandom.pas',
   ClpIShortenedDigest in '..\src\Utils\ClpIShortenedDigest.pas',