Recent

Author Topic: FPC 3.2.0 or Higher on OpenBSD and Solaris  (Read 10643 times)

julkas

  • Guest
Re: FPC 3.2.0 or Higher on OpenBSD and Solaris
« Reply #60 on: July 15, 2019, 10:02:04 am »
@Xor-el I don't know what's going on. After upgrade to FPC 3.3.1 your code is working!
Code: Text  [Select][+][-]
  1. root@freebsd:~/bench/CryptoLib4Pascal/CryptoLib.Tests/FreePascal.Tests # kldstat
  2. Id Refs Address                Size Name
  3.  1    5 0xffffffff80200000  243cd00 kernel
  4.  2    1 0xffffffff8281a000     2678 intpm.ko
  5.  3    1 0xffffffff8281d000      b10 smbus.ko
  6. root@freebsd:~/bench/CryptoLib4Pascal/CryptoLib.Tests/FreePascal.Tests # ls -al /usr/bin/ld
  7. lrwxr-xr-x  1 root  wheel  6 Dec  7  2018 /usr/bin/ld -> ld.lld
  8. root@freebsd:~/bench/CryptoLib4Pascal/CryptoLib.Tests/FreePascal.Tests # ./CryptoLibConsole --all --format=plain --progress
  9. ... Time:12:20.576 N:236 E:0 F:0 I:0
  10.   TTestAsn1SequenceParser Time:00.002 N:16 E:0 F:0 I:0
  11.     00.000  TestDerWriting
  12.     00.000  TestNestedDerWriting
  13.     00.000  TestDerExplicitTaggedSequenceWriting
  14.     00.000  TestDerImplicitTaggedSequenceWriting
  15.     00.001  TestNestedExplicitTagDerWriting
  16.     00.000  TestNestedImplicitTagDerWriting
  17.     00.000  TestBerWriting
  18.     00.000  TestNestedBerDerWriting
  19.     00.000  TestNestedBerWriting
  20.     00.000  TestDerReading
  21.     00.000  TestNestedDerReading
  22.     00.000  TestBerReading
  23.     00.000  TestNestedBerDerReading
  24.     00.000  TestNestedBerReading
  25.     00.000  TestBerExplicitTaggedSequenceWriting
  26.     00.000  TestSequenceWithDerNullReading
  27.   TTestDerApplicationSpecific Time:00.000 N:2 E:0 F:0 I:0
  28.     00.000  TestTaggedObject
  29.     00.000  TestDerApplicationSpecific
  30.   TTestEqualsAndHashCode Time:00.002 N:1 E:0 F:0 I:0
  31.     00.002  TestEqualsAndHashCode
  32.   TTestOID Time:00.001 N:1 E:0 F:0 I:0
  33.     00.001  TestOID
  34.   TTestEnumerated Time:00.000 N:3 E:0 F:0 I:0
  35.     00.000  TestReadingMultipleSingleByteItems
  36.     00.000  TestReadingMultipleDoubleByteItems
  37.     00.000  TestReadingMultipleTripleByteItems
  38.   TTestParsing Time:00.001 N:2 E:0 F:0 I:0
  39.     00.001  TestParsing
  40.     00.000  TestInputStream
  41.   TTestParse Time:00.001 N:1 E:0 F:0 I:0
  42.     00.001  TestParse
  43.   TTestString Time:00.000 N:1 E:0 F:0 I:0
  44.     00.000  TestString
  45.   TTestTag Time:00.003 N:1 E:0 F:0 I:0
  46.     00.003  TestTag
  47.   TTestBigInteger Time:00.304 N:42 E:0 F:0 I:0
  48.     00.000  TestMonoBug81857
  49.     00.000  TestAbs
  50.     00.007  TestAdd
  51.     00.007  TestAnd
  52.     00.007  TestAndNot
  53.     00.002  TestBitCount
  54.     00.004  TestBitLength
  55.     00.043  TestClearBit
  56.     00.001  TestCompareTo
  57.     00.000  TestConstructors
  58.     00.008  TestDivide
  59.     00.005  TestDivideAndRemainder
  60.     00.016  TestFlipBit
  61.     00.016  TestGcd
  62.     00.001  TestGetLowestSetBit
  63.     00.000  TestInt32Value
  64.     00.005  TestIsProbablePrime
  65.     00.000  TestInt64Value
  66.     00.002  TestMax
  67.     00.001  TestMin
  68.     00.003  TestMod
  69.     00.012  TestModInverse
  70.     00.076  TestModPow
  71.     00.003  TestMultiply
  72.     00.000  TestNegate
  73.     00.001  TestNextProbablePrime
  74.     00.000  TestNot
  75.     00.001  TestOr
  76.     00.000  TestPow
  77.     00.001  TestRemainder
  78.     00.005  TestSetBit
  79.     00.021  TestShiftLeft
  80.     00.001  TestShiftRight
  81.     00.000  TestSignValue
  82.     00.002  TestSubtract
  83.     00.000  TestTestBit
  84.     00.012  TestIsEven
  85.     00.008  TestToByteArray
  86.     00.007  TestToByteArrayUnsigned
  87.     00.025  TestToString
  88.     00.000  TestValueOf
  89.     00.001  TestXor
  90.   TTestECAlgorithms Time:25.983 N:4 E:0 F:0 I:0
  91.     00.012  TestSumOfMultiplies
  92.     31.103  TestSumOfMultipliesComplete
  93.     00.034  TestSumOfTwoMultiplies
  94.     54.834  TestSumOfTwoMultipliesComplete
  95.   TTestECPoint Time:15.997 N:7 E:0 F:0 I:0
  96.     00.000  TestPointCreationConsistency
  97.     00.001  TestAdd
  98.     00.000  TestTwice
  99.     00.001  TestThreeTimes
  100.     00.055  TestAllPoints
  101.     00.136  TestAddSubtractMultiplySimple
  102.     15.804  TestAddSubtractMultiplyTwiceEncoding
  103.   TTestSecP256R1Field Time:00.154 N:5 E:0 F:0 I:0
  104.     00.026  TestMultiply1
  105.     00.106  TestMultiply2
  106.     00.018  TestSquare
  107.     00.002  TestSquare_OpenSSLBug
  108.     00.002  TestMultiply_OpenSSLBug
  109.   TTestSecP384R1Field Time:00.256 N:5 E:0 F:0 I:0
  110.     00.038  TestMultiply1
  111.     00.188  TestMultiply2
  112.     00.028  TestSquare
  113.     00.002  TestSquare_CarryBug
  114.     00.000  TestSquare_CarryBug_Reported
  115.   TTestECDsa5 Time:00.096 N:4 E:0 F:0 I:0
  116.     00.000  TestDecode
  117.     00.039  TestECDsa239BitPrime
  118.     00.013  TestECDsa239BitBinary
  119.     00.044  TestGeneration
  120.   TTestEC Time:00.232 N:9 E:0 F:0 I:0
  121.     00.024  TestECDsa192bitPrime
  122.     00.001  TestDecode
  123.     00.039  TestECDsa239bitPrime
  124.     00.007  TestECDsa191bitBinary
  125.     00.010  TestECDsa239bitBinary
  126.     00.014  TestECDsa239bitBinaryAndLargeDigest
  127.     00.044  TestECDsaKeyGen
  128.     00.085  TestECBasicAgreement
  129.     00.008  TestECDHBasicAgreementCofactor
  130.   TTestNamedCurve Time:01.476 N:1 E:0 F:0 I:0
  131.     01.476  TestPerform
  132.   TTestECSchnorr Time:00.270 N:4 E:0 F:0 I:0
  133.     00.079  TestECSchnorrSIPASigningShouldPass
  134.     00.028  TestECSchnorrSIPAVerificationShouldPass
  135.     00.084  TestECSchnorrSIPAVerificationShouldFail
  136.     00.079  TestECSchnorrSIPASigningandVerifyingSecp521R1
  137.   TTestSignerUtilities Time:00.438 N:1 E:0 F:0 I:0
  138.     00.438  TestAlgorithms
  139.   TTestSecureRandom Time:15.217 N:7 E:0 F:0 I:0
  140.     00.236  TestCryptoApi
  141.     00.238  TestOSRandom
  142.     01.500  TestAESPRNG
  143.     02.180  TestAESPRNGRandom
  144.     03.635  TestDefault
  145.     03.499  TestSha1Prng
  146.     03.929  TestSha256Prng
  147.   TTestDigestRandomNumber Time:02.878 N:1 E:0 F:0 I:0
  148.     02.878  TestDigestRandomNumber
  149.   TTestFixedPoint Time:04.597 N:1 E:0 F:0 I:0
  150.     04.597  TestFixedPointMultiplier
  151.   TTestAES Time:00.000 N:7 E:0 F:0 I:0
  152.     00.000  TestOids
  153.     00.000  TestAES_CBC_PKCS7PADDING_WITH_IV
  154.     00.000  TestAES_CBC_NOPADDING_WITH_IV
  155.     00.000  TestAES_CFB_NOPADDING_WITH_IV
  156.     00.000  TestAES_OFB_NOPADDING_WITH_IV
  157.     00.000  TestAES_CTR_NOPADDING_WITH_IV
  158.     00.000  TestAES_ECB_NOPADDING_NO_IV
  159.   TTestBlockCipherVector Time:00.002 N:15 E:0 F:0 I:0
  160.     00.001  TestBlockCipherAESEngine
  161.     00.000  TestBlockCipherAESLightEngine
  162.     00.000  TestBlockCipherBlowfishEngine
  163.     00.000  TestBlockCipherSpeck32Engine
  164.     00.000  TestBlockCipherSpeck48Engine
  165.     00.000  TestBlockCipherSpeck64Engine
  166.     00.000  TestBlockCipherSpeck96Engine
  167.     00.000  TestBlockCipherSpeck128Engine
  168.     00.000  TestBlockCipherSpeck32LegacyEngine
  169.     00.000  TestBlockCipherSpeck48LegacyEngine
  170.     00.000  TestBlockCipherSpeck64LegacyEngine
  171.     00.000  TestBlockCipherSpeck96LegacyEngine
  172.     00.000  TestBlockCipherSpeck128LegacyEngine
  173.     00.001  TestBlockCipherRijndaelEngine
  174.     00.000  TestBadParameters
  175.   TTestBlockCipherMonteCarlo Time:00.213 N:3 E:0 F:0 I:0
  176.     00.061  TestBlockCipherAESEngine
  177.     00.083  TestBlockCipherAESLightEngine
  178.     00.069  TestBlockCipherRijndaelEngine
  179.   TTestAESSIC Time:00.000 N:1 E:0 F:0 I:0
  180.     00.000  TestAESSIC
  181.   TTestSPECK Time:00.001 N:6 E:0 F:0 I:0
  182.     00.000  TestSPECK64_CBC_NOPADDING_WITH_IV
  183.     00.001  TestSPECK128_CBC_NOPADDING_WITH_IV
  184.     00.000  TestSPECK64_CTR_NOPADDING_WITH_IV
  185.     00.000  TestSPECK128_CTR_NOPADDING_WITH_IV
  186.     00.000  TestSPECK64_ECB_NOPADDING_NO_IV
  187.     00.000  TestSPECK128_ECB_NOPADDING_NO_IV
  188.   TTestIESCipher Time:00.259 N:1 E:0 F:0 I:0
  189.     00.259  TestIESCipher_Random_Values_Encryption_Decryption_AES256_CBC_PKCS7PADDING
  190.   TTestMD5HMac Time:00.001 N:1 E:0 F:0 I:0
  191.     00.001  TestMD5HMac
  192.   TTestSHA1HMac Time:00.000 N:1 E:0 F:0 I:0
  193.     00.000  TestSHA1HMac
  194.   TTestSHA224HMac Time:00.000 N:1 E:0 F:0 I:0
  195.     00.000  TestSHA224HMac
  196.   TTestSHA256HMac Time:00.000 N:1 E:0 F:0 I:0
  197.     00.000  TestSHA256HMac
  198.   TTestSHA384HMac Time:00.000 N:1 E:0 F:0 I:0
  199.     00.000  TestSHA384HMac
  200.   TTestSHA512HMac Time:00.000 N:1 E:0 F:0 I:0
  201.     00.000  TestSHA512HMac
  202.   TTestRIPEMD128HMac Time:00.000 N:1 E:0 F:0 I:0
  203.     00.000  TestRIPEMD128HMac
  204.   TTestRIPEMD160HMac Time:00.000 N:1 E:0 F:0 I:0
  205.     00.000  TestRIPEMD160HMac
  206.   TTestHMac Time:00.002 N:1 E:0 F:0 I:0
  207.     00.002  TestHMac
  208.   TTestPkcs5 Time:00.475 N:2 E:0 F:0 I:0
  209.     00.430  TestPkcs5_WITH_SHA1
  210.     00.045  TestPkcs5_WITH_SHA256
  211.   TTestHkdfGenerator Time:00.001 N:1 E:0 F:0 I:0
  212.     00.001  TestHkdfGenerator
  213.   TTestECIES Time:00.423 N:1 E:0 F:0 I:0
  214.     00.423  TestECIES
  215.   TTestPascalCoinECIES Time:00.084 N:2 E:0 F:0 I:0
  216.     00.024  TestPacalCoinECIESDecrypt
  217.     00.060  TestPacalCoinECIESEncryptDecrypt
  218.   TTestECNR Time:00.151 N:4 E:0 F:0 I:0
  219.     00.037  TestECNR239bitPrime
  220.     00.038  TestECNR239bitPrimeSHA1
  221.     00.025  TestECNR192bitPrimeSHA1
  222.     00.051  TestECNR521bitPrimeSHA512
  223.   TTestPadding Time:00.016 N:2 E:0 F:0 I:0
  224.     00.000  TestOutputSizes
  225.     00.016  TestPadding
  226.   TTestDSA Time:27.357 N:15 E:0 F:0 I:0
  227.     04.720  TestDSA
  228.     00.020  TestNONEwithDSA
  229.     00.088  TestNONEwithECDSA239bitPrime
  230.     00.011  TestECDsa239BitBinaryRipeMD160
  231.     00.011  TestECDsa239BitBinarySha1
  232.     00.013  TestECDsa239BitBinarySha224
  233.     00.011  TestECDsa239BitBinarySha256
  234.     00.013  TestECDsa239BitBinarySha384
  235.     00.011  TestECDsa239BitBinarySha512
  236.     00.071  TestGeneration
  237.     00.769  TestDsa2Parameters
  238.     21.561  TestKeyGenerationAll
  239.     00.010  TestParameters
  240.     00.038  TestECDsa239BitPrime
  241.     00.010  TestECDsa239BitBinary
  242.   TTestDeterministicDsa Time:00.120 N:1 E:0 F:0 I:0
  243.     00.120  TestDsaDeterministic
  244.   TTestSalsa20 Time:00.001 N:3 E:0 F:0 I:0
  245.     00.000  TestSalsa20Test1
  246.     00.001  TestSalsa20Test2
  247.     00.000  TestReInitBug
  248.   TTestXSalsa20 Time:00.000 N:1 E:0 F:0 I:0
  249.     00.000  TestXSalsa20Test
  250.   TTestChaCha Time:00.001 N:3 E:0 F:0 I:0
  251.     00.000  TestDoChaChaTest1
  252.     00.001  TestDoChaChaTest2
  253.     00.000  TestReInitBug
  254.   TTestStreamCipherReset Time:00.000 N:1 E:0 F:0 I:0
  255.     00.000  TestReset
  256.   TTestCTS Time:00.000 N:2 E:0 F:0 I:0
  257.     00.000  TestCTS
  258.     00.000  TestExceptions
  259.   TTestX25519 Time:00.173 N:6 E:0 F:0 I:0
  260.     00.021  TestConsistency
  261.     00.042  TestECDH
  262.     00.001  TestECDHVector1
  263.     00.109  TestX25519Iterated
  264.     00.000  TestX25519Vector1
  265.     00.000  TestX25519Vector2
  266.   TTestEd25519 Time:00.041 N:13 E:0 F:0 I:0
  267.     00.010  TestEd25519Consistency
  268.     00.009  TestEd25519ctxConsistency
  269.     00.010  TestEd25519phConsistency
  270.     00.001  TestEd25519Vector1
  271.     00.001  TestEd25519Vector2
  272.     00.001  TestEd25519Vector3
  273.     00.002  TestEd25519Vector1023
  274.     00.001  TestEd25519VectorSHAabc
  275.     00.001  TestEd25519ctxVector1
  276.     00.001  TestEd25519ctxVector2
  277.     00.001  TestEd25519ctxVector3
  278.     00.001  TestEd25519ctxVector4
  279.     00.002  TestEd25519phVector1
  280.   TTestX25519HigherLevel Time:00.004 N:1 E:0 F:0 I:0
  281.     00.004  TestAgreement
  282.   TTestEd25519HigherLevel Time:00.031 N:2 E:0 F:0 I:0
  283.     00.026  TestConsistency
  284.     00.005  TestEd25519
  285.   TTestShortenedDigest Time:00.000 N:1 E:0 F:0 I:0
  286.     00.000  TestShortenedDigest
  287.   TTestKdf1Generator Time:00.000 N:1 E:0 F:0 I:0
  288.     00.000  TestKdf1Generator
  289.   TTestKdf2Generator Time:00.000 N:1 E:0 F:0 I:0
  290.     00.000  TestKdf2Generator
  291.   TTestArgon2 Time:36.322 N:2 E:0 F:0 I:0
  292.     00.002  TestVectorsFromInternetDraft
  293.     36.320  TestOthers
  294.   TTestScrypt Time:06.914 N:2 E:0 F:0 I:0
  295.     06.891  TestVectors
  296.     00.023  TestParameters
  297.   TTestDigest Time:00.000 N:1 E:0 F:0 I:0
  298.     00.000  TestDigests
  299.   TTestDigestUtilities Time:00.009 N:1 E:0 F:0 I:0
  300.     00.009  TestAlgorithms
  301.   TTestDH Time:00.066 N:6 E:0 F:0 I:0
  302.     00.019  TestDHBasic
  303.     00.031  TestDH
  304.     00.009  TestGeneration
  305.     00.001  TestSimpleWithRandom
  306.     00.003  TestGPWithRandom
  307.     00.003  TestParameters
  308.  
  309. Number of run tests: 236
  310. Number of errors:    0
  311. Number of failures:  0

Xor-el

  • Sr. Member
  • ****
  • Posts: 404
Re: FPC 3.2.0 or Higher on OpenBSD and Solaris
« Reply #61 on: July 15, 2019, 10:16:38 am »
@Xor-el I don't know what's going on. After upgrade to FPC 3.3.1 your code is working!
Code: Text  [Select][+][-]
  1. root@freebsd:~/bench/CryptoLib4Pascal/CryptoLib.Tests/FreePascal.Tests # kldstat
  2. Id Refs Address                Size Name
  3.  1    5 0xffffffff80200000  243cd00 kernel
  4.  2    1 0xffffffff8281a000     2678 intpm.ko
  5.  3    1 0xffffffff8281d000      b10 smbus.ko
  6. root@freebsd:~/bench/CryptoLib4Pascal/CryptoLib.Tests/FreePascal.Tests # ls -al /usr/bin/ld
  7. lrwxr-xr-x  1 root  wheel  6 Dec  7  2018 /usr/bin/ld -> ld.lld
  8. root@freebsd:~/bench/CryptoLib4Pascal/CryptoLib.Tests/FreePascal.Tests # ./CryptoLibConsole --all --format=plain --progress
  9. ... Time:12:20.576 N:236 E:0 F:0 I:0
  10.   TTestAsn1SequenceParser Time:00.002 N:16 E:0 F:0 I:0
  11.     00.000  TestDerWriting
  12.     00.000  TestNestedDerWriting
  13.     00.000  TestDerExplicitTaggedSequenceWriting
  14.     00.000  TestDerImplicitTaggedSequenceWriting
  15.     00.001  TestNestedExplicitTagDerWriting
  16.     00.000  TestNestedImplicitTagDerWriting
  17.     00.000  TestBerWriting
  18.     00.000  TestNestedBerDerWriting
  19.     00.000  TestNestedBerWriting
  20.     00.000  TestDerReading
  21.     00.000  TestNestedDerReading
  22.     00.000  TestBerReading
  23.     00.000  TestNestedBerDerReading
  24.     00.000  TestNestedBerReading
  25.     00.000  TestBerExplicitTaggedSequenceWriting
  26.     00.000  TestSequenceWithDerNullReading
  27.   TTestDerApplicationSpecific Time:00.000 N:2 E:0 F:0 I:0
  28.     00.000  TestTaggedObject
  29.     00.000  TestDerApplicationSpecific
  30.   TTestEqualsAndHashCode Time:00.002 N:1 E:0 F:0 I:0
  31.     00.002  TestEqualsAndHashCode
  32.   TTestOID Time:00.001 N:1 E:0 F:0 I:0
  33.     00.001  TestOID
  34.   TTestEnumerated Time:00.000 N:3 E:0 F:0 I:0
  35.     00.000  TestReadingMultipleSingleByteItems
  36.     00.000  TestReadingMultipleDoubleByteItems
  37.     00.000  TestReadingMultipleTripleByteItems
  38.   TTestParsing Time:00.001 N:2 E:0 F:0 I:0
  39.     00.001  TestParsing
  40.     00.000  TestInputStream
  41.   TTestParse Time:00.001 N:1 E:0 F:0 I:0
  42.     00.001  TestParse
  43.   TTestString Time:00.000 N:1 E:0 F:0 I:0
  44.     00.000  TestString
  45.   TTestTag Time:00.003 N:1 E:0 F:0 I:0
  46.     00.003  TestTag
  47.   TTestBigInteger Time:00.304 N:42 E:0 F:0 I:0
  48.     00.000  TestMonoBug81857
  49.     00.000  TestAbs
  50.     00.007  TestAdd
  51.     00.007  TestAnd
  52.     00.007  TestAndNot
  53.     00.002  TestBitCount
  54.     00.004  TestBitLength
  55.     00.043  TestClearBit
  56.     00.001  TestCompareTo
  57.     00.000  TestConstructors
  58.     00.008  TestDivide
  59.     00.005  TestDivideAndRemainder
  60.     00.016  TestFlipBit
  61.     00.016  TestGcd
  62.     00.001  TestGetLowestSetBit
  63.     00.000  TestInt32Value
  64.     00.005  TestIsProbablePrime
  65.     00.000  TestInt64Value
  66.     00.002  TestMax
  67.     00.001  TestMin
  68.     00.003  TestMod
  69.     00.012  TestModInverse
  70.     00.076  TestModPow
  71.     00.003  TestMultiply
  72.     00.000  TestNegate
  73.     00.001  TestNextProbablePrime
  74.     00.000  TestNot
  75.     00.001  TestOr
  76.     00.000  TestPow
  77.     00.001  TestRemainder
  78.     00.005  TestSetBit
  79.     00.021  TestShiftLeft
  80.     00.001  TestShiftRight
  81.     00.000  TestSignValue
  82.     00.002  TestSubtract
  83.     00.000  TestTestBit
  84.     00.012  TestIsEven
  85.     00.008  TestToByteArray
  86.     00.007  TestToByteArrayUnsigned
  87.     00.025  TestToString
  88.     00.000  TestValueOf
  89.     00.001  TestXor
  90.   TTestECAlgorithms Time:25.983 N:4 E:0 F:0 I:0
  91.     00.012  TestSumOfMultiplies
  92.     31.103  TestSumOfMultipliesComplete
  93.     00.034  TestSumOfTwoMultiplies
  94.     54.834  TestSumOfTwoMultipliesComplete
  95.   TTestECPoint Time:15.997 N:7 E:0 F:0 I:0
  96.     00.000  TestPointCreationConsistency
  97.     00.001  TestAdd
  98.     00.000  TestTwice
  99.     00.001  TestThreeTimes
  100.     00.055  TestAllPoints
  101.     00.136  TestAddSubtractMultiplySimple
  102.     15.804  TestAddSubtractMultiplyTwiceEncoding
  103.   TTestSecP256R1Field Time:00.154 N:5 E:0 F:0 I:0
  104.     00.026  TestMultiply1
  105.     00.106  TestMultiply2
  106.     00.018  TestSquare
  107.     00.002  TestSquare_OpenSSLBug
  108.     00.002  TestMultiply_OpenSSLBug
  109.   TTestSecP384R1Field Time:00.256 N:5 E:0 F:0 I:0
  110.     00.038  TestMultiply1
  111.     00.188  TestMultiply2
  112.     00.028  TestSquare
  113.     00.002  TestSquare_CarryBug
  114.     00.000  TestSquare_CarryBug_Reported
  115.   TTestECDsa5 Time:00.096 N:4 E:0 F:0 I:0
  116.     00.000  TestDecode
  117.     00.039  TestECDsa239BitPrime
  118.     00.013  TestECDsa239BitBinary
  119.     00.044  TestGeneration
  120.   TTestEC Time:00.232 N:9 E:0 F:0 I:0
  121.     00.024  TestECDsa192bitPrime
  122.     00.001  TestDecode
  123.     00.039  TestECDsa239bitPrime
  124.     00.007  TestECDsa191bitBinary
  125.     00.010  TestECDsa239bitBinary
  126.     00.014  TestECDsa239bitBinaryAndLargeDigest
  127.     00.044  TestECDsaKeyGen
  128.     00.085  TestECBasicAgreement
  129.     00.008  TestECDHBasicAgreementCofactor
  130.   TTestNamedCurve Time:01.476 N:1 E:0 F:0 I:0
  131.     01.476  TestPerform
  132.   TTestECSchnorr Time:00.270 N:4 E:0 F:0 I:0
  133.     00.079  TestECSchnorrSIPASigningShouldPass
  134.     00.028  TestECSchnorrSIPAVerificationShouldPass
  135.     00.084  TestECSchnorrSIPAVerificationShouldFail
  136.     00.079  TestECSchnorrSIPASigningandVerifyingSecp521R1
  137.   TTestSignerUtilities Time:00.438 N:1 E:0 F:0 I:0
  138.     00.438  TestAlgorithms
  139.   TTestSecureRandom Time:15.217 N:7 E:0 F:0 I:0
  140.     00.236  TestCryptoApi
  141.     00.238  TestOSRandom
  142.     01.500  TestAESPRNG
  143.     02.180  TestAESPRNGRandom
  144.     03.635  TestDefault
  145.     03.499  TestSha1Prng
  146.     03.929  TestSha256Prng
  147.   TTestDigestRandomNumber Time:02.878 N:1 E:0 F:0 I:0
  148.     02.878  TestDigestRandomNumber
  149.   TTestFixedPoint Time:04.597 N:1 E:0 F:0 I:0
  150.     04.597  TestFixedPointMultiplier
  151.   TTestAES Time:00.000 N:7 E:0 F:0 I:0
  152.     00.000  TestOids
  153.     00.000  TestAES_CBC_PKCS7PADDING_WITH_IV
  154.     00.000  TestAES_CBC_NOPADDING_WITH_IV
  155.     00.000  TestAES_CFB_NOPADDING_WITH_IV
  156.     00.000  TestAES_OFB_NOPADDING_WITH_IV
  157.     00.000  TestAES_CTR_NOPADDING_WITH_IV
  158.     00.000  TestAES_ECB_NOPADDING_NO_IV
  159.   TTestBlockCipherVector Time:00.002 N:15 E:0 F:0 I:0
  160.     00.001  TestBlockCipherAESEngine
  161.     00.000  TestBlockCipherAESLightEngine
  162.     00.000  TestBlockCipherBlowfishEngine
  163.     00.000  TestBlockCipherSpeck32Engine
  164.     00.000  TestBlockCipherSpeck48Engine
  165.     00.000  TestBlockCipherSpeck64Engine
  166.     00.000  TestBlockCipherSpeck96Engine
  167.     00.000  TestBlockCipherSpeck128Engine
  168.     00.000  TestBlockCipherSpeck32LegacyEngine
  169.     00.000  TestBlockCipherSpeck48LegacyEngine
  170.     00.000  TestBlockCipherSpeck64LegacyEngine
  171.     00.000  TestBlockCipherSpeck96LegacyEngine
  172.     00.000  TestBlockCipherSpeck128LegacyEngine
  173.     00.001  TestBlockCipherRijndaelEngine
  174.     00.000  TestBadParameters
  175.   TTestBlockCipherMonteCarlo Time:00.213 N:3 E:0 F:0 I:0
  176.     00.061  TestBlockCipherAESEngine
  177.     00.083  TestBlockCipherAESLightEngine
  178.     00.069  TestBlockCipherRijndaelEngine
  179.   TTestAESSIC Time:00.000 N:1 E:0 F:0 I:0
  180.     00.000  TestAESSIC
  181.   TTestSPECK Time:00.001 N:6 E:0 F:0 I:0
  182.     00.000  TestSPECK64_CBC_NOPADDING_WITH_IV
  183.     00.001  TestSPECK128_CBC_NOPADDING_WITH_IV
  184.     00.000  TestSPECK64_CTR_NOPADDING_WITH_IV
  185.     00.000  TestSPECK128_CTR_NOPADDING_WITH_IV
  186.     00.000  TestSPECK64_ECB_NOPADDING_NO_IV
  187.     00.000  TestSPECK128_ECB_NOPADDING_NO_IV
  188.   TTestIESCipher Time:00.259 N:1 E:0 F:0 I:0
  189.     00.259  TestIESCipher_Random_Values_Encryption_Decryption_AES256_CBC_PKCS7PADDING
  190.   TTestMD5HMac Time:00.001 N:1 E:0 F:0 I:0
  191.     00.001  TestMD5HMac
  192.   TTestSHA1HMac Time:00.000 N:1 E:0 F:0 I:0
  193.     00.000  TestSHA1HMac
  194.   TTestSHA224HMac Time:00.000 N:1 E:0 F:0 I:0
  195.     00.000  TestSHA224HMac
  196.   TTestSHA256HMac Time:00.000 N:1 E:0 F:0 I:0
  197.     00.000  TestSHA256HMac
  198.   TTestSHA384HMac Time:00.000 N:1 E:0 F:0 I:0
  199.     00.000  TestSHA384HMac
  200.   TTestSHA512HMac Time:00.000 N:1 E:0 F:0 I:0
  201.     00.000  TestSHA512HMac
  202.   TTestRIPEMD128HMac Time:00.000 N:1 E:0 F:0 I:0
  203.     00.000  TestRIPEMD128HMac
  204.   TTestRIPEMD160HMac Time:00.000 N:1 E:0 F:0 I:0
  205.     00.000  TestRIPEMD160HMac
  206.   TTestHMac Time:00.002 N:1 E:0 F:0 I:0
  207.     00.002  TestHMac
  208.   TTestPkcs5 Time:00.475 N:2 E:0 F:0 I:0
  209.     00.430  TestPkcs5_WITH_SHA1
  210.     00.045  TestPkcs5_WITH_SHA256
  211.   TTestHkdfGenerator Time:00.001 N:1 E:0 F:0 I:0
  212.     00.001  TestHkdfGenerator
  213.   TTestECIES Time:00.423 N:1 E:0 F:0 I:0
  214.     00.423  TestECIES
  215.   TTestPascalCoinECIES Time:00.084 N:2 E:0 F:0 I:0
  216.     00.024  TestPacalCoinECIESDecrypt
  217.     00.060  TestPacalCoinECIESEncryptDecrypt
  218.   TTestECNR Time:00.151 N:4 E:0 F:0 I:0
  219.     00.037  TestECNR239bitPrime
  220.     00.038  TestECNR239bitPrimeSHA1
  221.     00.025  TestECNR192bitPrimeSHA1
  222.     00.051  TestECNR521bitPrimeSHA512
  223.   TTestPadding Time:00.016 N:2 E:0 F:0 I:0
  224.     00.000  TestOutputSizes
  225.     00.016  TestPadding
  226.   TTestDSA Time:27.357 N:15 E:0 F:0 I:0
  227.     04.720  TestDSA
  228.     00.020  TestNONEwithDSA
  229.     00.088  TestNONEwithECDSA239bitPrime
  230.     00.011  TestECDsa239BitBinaryRipeMD160
  231.     00.011  TestECDsa239BitBinarySha1
  232.     00.013  TestECDsa239BitBinarySha224
  233.     00.011  TestECDsa239BitBinarySha256
  234.     00.013  TestECDsa239BitBinarySha384
  235.     00.011  TestECDsa239BitBinarySha512
  236.     00.071  TestGeneration
  237.     00.769  TestDsa2Parameters
  238.     21.561  TestKeyGenerationAll
  239.     00.010  TestParameters
  240.     00.038  TestECDsa239BitPrime
  241.     00.010  TestECDsa239BitBinary
  242.   TTestDeterministicDsa Time:00.120 N:1 E:0 F:0 I:0
  243.     00.120  TestDsaDeterministic
  244.   TTestSalsa20 Time:00.001 N:3 E:0 F:0 I:0
  245.     00.000  TestSalsa20Test1
  246.     00.001  TestSalsa20Test2
  247.     00.000  TestReInitBug
  248.   TTestXSalsa20 Time:00.000 N:1 E:0 F:0 I:0
  249.     00.000  TestXSalsa20Test
  250.   TTestChaCha Time:00.001 N:3 E:0 F:0 I:0
  251.     00.000  TestDoChaChaTest1
  252.     00.001  TestDoChaChaTest2
  253.     00.000  TestReInitBug
  254.   TTestStreamCipherReset Time:00.000 N:1 E:0 F:0 I:0
  255.     00.000  TestReset
  256.   TTestCTS Time:00.000 N:2 E:0 F:0 I:0
  257.     00.000  TestCTS
  258.     00.000  TestExceptions
  259.   TTestX25519 Time:00.173 N:6 E:0 F:0 I:0
  260.     00.021  TestConsistency
  261.     00.042  TestECDH
  262.     00.001  TestECDHVector1
  263.     00.109  TestX25519Iterated
  264.     00.000  TestX25519Vector1
  265.     00.000  TestX25519Vector2
  266.   TTestEd25519 Time:00.041 N:13 E:0 F:0 I:0
  267.     00.010  TestEd25519Consistency
  268.     00.009  TestEd25519ctxConsistency
  269.     00.010  TestEd25519phConsistency
  270.     00.001  TestEd25519Vector1
  271.     00.001  TestEd25519Vector2
  272.     00.001  TestEd25519Vector3
  273.     00.002  TestEd25519Vector1023
  274.     00.001  TestEd25519VectorSHAabc
  275.     00.001  TestEd25519ctxVector1
  276.     00.001  TestEd25519ctxVector2
  277.     00.001  TestEd25519ctxVector3
  278.     00.001  TestEd25519ctxVector4
  279.     00.002  TestEd25519phVector1
  280.   TTestX25519HigherLevel Time:00.004 N:1 E:0 F:0 I:0
  281.     00.004  TestAgreement
  282.   TTestEd25519HigherLevel Time:00.031 N:2 E:0 F:0 I:0
  283.     00.026  TestConsistency
  284.     00.005  TestEd25519
  285.   TTestShortenedDigest Time:00.000 N:1 E:0 F:0 I:0
  286.     00.000  TestShortenedDigest
  287.   TTestKdf1Generator Time:00.000 N:1 E:0 F:0 I:0
  288.     00.000  TestKdf1Generator
  289.   TTestKdf2Generator Time:00.000 N:1 E:0 F:0 I:0
  290.     00.000  TestKdf2Generator
  291.   TTestArgon2 Time:36.322 N:2 E:0 F:0 I:0
  292.     00.002  TestVectorsFromInternetDraft
  293.     36.320  TestOthers
  294.   TTestScrypt Time:06.914 N:2 E:0 F:0 I:0
  295.     06.891  TestVectors
  296.     00.023  TestParameters
  297.   TTestDigest Time:00.000 N:1 E:0 F:0 I:0
  298.     00.000  TestDigests
  299.   TTestDigestUtilities Time:00.009 N:1 E:0 F:0 I:0
  300.     00.009  TestAlgorithms
  301.   TTestDH Time:00.066 N:6 E:0 F:0 I:0
  302.     00.019  TestDHBasic
  303.     00.031  TestDH
  304.     00.009  TestGeneration
  305.     00.001  TestSimpleWithRandom
  306.     00.003  TestGPWithRandom
  307.     00.003  TestParameters
  308.  
  309. Number of run tests: 236
  310. Number of errors:    0
  311. Number of failures:  0

It seems the issue has been fixed in the latest trunk.
Thanks for testing.  :D

 

TinyPortal © 2005-2018