|
|
@@ -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',
|