org.openspcoop2.utils.test.openapi.TestOpenApiReader
org.openspcoop2.utils.test.openapi.TestOpenApiValidator
org.openspcoop2.utils.test.security.TestSignature
org.openspcoop2.utils.test.date.TestDaylightSaving
org.openspcoop2.utils.test.security.TestEncryptOpenSSL
org.openspcoop2.utils.test.certificate.TestJWK
org.openspcoop2.utils.test.transport.TestHttps
org.openspcoop2.utils.test.transport.TestContentType
org.openspcoop2.utils.test.logger.TestApplicativeLogger
org.openspcoop2.utils.test.security.TestSignatureCRL
org.openspcoop2.utils.test.security.TestEncryptOCSP
org.openspcoop2.utils.test.security.TestEncrypt
org.openspcoop2.utils.test.transport.TestCORS
org.openspcoop2.utils.test.openapi.TestSwaggerValidator
org.openspcoop2.utils.test.resource.TestCopyCharStream
org.openspcoop2.utils.test.transport.TestLdap
org.openspcoop2.utils.test.certificate.TestPrivatePublicKey
org.openspcoop2.utils.test.certificate.TestCertificate
org.openspcoop2.utils.test.digest.TestDigest
org.openspcoop2.utils.test.certificate.TestKeystore
org.openspcoop2.utils.test.security.TestSignatureOCSP
org.openspcoop2.utils.test.pdf.TestPDFReader
org.openspcoop2.utils.test.crypt.TestCrypt
org.openspcoop2.utils.test.openapi.TestSwaggerReader
org.openspcoop2.utils.test.certificate.TestOCSP
org.openspcoop2.utils.test.security.TestEncryptCRL
org.openspcoop2.utils.test.io.TestCompressor
org.openspcoop2.utils.test.xml.TestBugFWK005ParseXerces
org.openspcoop2.utils.test.transport.TestHttp
org.openspcoop2.utils.test.json.TestJsonValidator
org.openspcoop2.utils.test.random.TestRandom
org.openspcoop2.utils.test.resource.TestCopyStream
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE suite SYSTEM "https://testng.org/testng-1.0.dtd">
<suite name="Ant suite">
<groups>
<run>
<include name="utils"/>
</run>
</groups>
<groups>
<run>
<include name="utils"/>
</run>
</groups>
<test thread-count="5" name="Ant test">
<classes>
<class name="org.openspcoop2.utils.test.Costanti"/>
<class name="org.openspcoop2.utils.test.TestLogger"/>
<class name="org.openspcoop2.utils.test.cache.TestCache"/>
<class name="org.openspcoop2.utils.test.certificate.TestCertificate"/>
<class name="org.openspcoop2.utils.test.certificate.TestCertificateReader"/>
<class name="org.openspcoop2.utils.test.certificate.TestJWK"/>
<class name="org.openspcoop2.utils.test.certificate.TestKeystore"/>
<class name="org.openspcoop2.utils.test.certificate.TestOCSP"/>
<class name="org.openspcoop2.utils.test.certificate.TestPrivatePublicKey"/>
<class name="org.openspcoop2.utils.test.certificate.TestRemoteStore"/>
<class name="org.openspcoop2.utils.test.crypt.TestCrypt"/>
<class name="org.openspcoop2.utils.test.crypt.TestPasswordGenerator"/>
<class name="org.openspcoop2.utils.test.csv.TestCSV"/>
<class name="org.openspcoop2.utils.test.date.TestDate"/>
<class name="org.openspcoop2.utils.test.date.TestDaylightSaving"/>
<class name="org.openspcoop2.utils.test.digest.TestDigest"/>
<class name="org.openspcoop2.utils.test.id.TestApacheGenerator"/>
<class name="org.openspcoop2.utils.test.id.TestSerialGenerator"/>
<class name="org.openspcoop2.utils.test.id.TestUUID"/>
<class name="org.openspcoop2.utils.test.io.TestArchive"/>
<class name="org.openspcoop2.utils.test.io.TestCompressor"/>
<class name="org.openspcoop2.utils.test.io.TestDumpByteArrayOutputStream"/>
<class name="org.openspcoop2.utils.test.io.TestUnzip"/>
<class name="org.openspcoop2.utils.test.jdbc.TestJDBCAdapter"/>
<class name="org.openspcoop2.utils.test.jdbc.TestKeyGenerator"/>
<class name="org.openspcoop2.utils.test.json.TestJsonPath"/>
<class name="org.openspcoop2.utils.test.json.TestJsonValidator"/>
<class name="org.openspcoop2.utils.test.logger.TestApplicativeLogger"/>
<class name="org.openspcoop2.utils.test.openapi.TestOpenApiReader"/>
<class name="org.openspcoop2.utils.test.openapi.TestOpenApiValidator"/>
<class name="org.openspcoop2.utils.test.openapi.TestSwaggerReader"/>
<class name="org.openspcoop2.utils.test.openapi.TestSwaggerValidator"/>
<class name="org.openspcoop2.utils.test.pdf.TestPDFReader"/>
<class name="org.openspcoop2.utils.test.pdf.TestPDFWriter"/>
<class name="org.openspcoop2.utils.test.random.TestRandom"/>
<class name="org.openspcoop2.utils.test.regexp.TestRegExp"/>
<class name="org.openspcoop2.utils.test.resource.TestCopyCharStream"/>
<class name="org.openspcoop2.utils.test.resource.TestCopyStream"/>
<class name="org.openspcoop2.utils.test.rest.TestProblemDetail"/>
<class name="org.openspcoop2.utils.test.security.TestEncrypt"/>
<class name="org.openspcoop2.utils.test.security.TestEncryptCRL"/>
<class name="org.openspcoop2.utils.test.security.TestEncryptOCSP"/>
<class name="org.openspcoop2.utils.test.security.TestEncryptOpenSSL"/>
<class name="org.openspcoop2.utils.test.security.TestProvider"/>
<class name="org.openspcoop2.utils.test.security.TestSignature"/>
<class name="org.openspcoop2.utils.test.security.TestSignatureCRL"/>
<class name="org.openspcoop2.utils.test.security.TestSignatureOCSP"/>
<class name="org.openspcoop2.utils.test.security.TestVerifyGoogleJWT"/>
<class name="org.openspcoop2.utils.test.semaphore.TestDBSemaphore"/>
<class name="org.openspcoop2.utils.test.serializer.TestJacksonSerializer"/>
<class name="org.openspcoop2.utils.test.sonde.TestSonde"/>
<class name="org.openspcoop2.utils.test.sql.TestSQLGenerator"/>
<class name="org.openspcoop2.utils.test.transport.TestCORS$TestCORSFIlter"/>
<class name="org.openspcoop2.utils.test.transport.TestCORS$TestFilterChain"/>
<class name="org.openspcoop2.utils.test.transport.TestCORS$TestHttpServletRequest"/>
<class name="org.openspcoop2.utils.test.transport.TestCORS$TestHttpServletResponse"/>
<class name="org.openspcoop2.utils.test.transport.TestCORS"/>
<class name="org.openspcoop2.utils.test.transport.TestContentType"/>
<class name="org.openspcoop2.utils.test.transport.TestHttp"/>
<class name="org.openspcoop2.utils.test.transport.TestHttps"/>
<class name="org.openspcoop2.utils.test.transport.TestLdap"/>
<class name="org.openspcoop2.utils.test.transport.TestRFC2047"/>
<class name="org.openspcoop2.utils.test.xacml.TestXACML"/>
<class name="org.openspcoop2.utils.test.xml.TestBugEntityReferences"/>
<class name="org.openspcoop2.utils.test.xml.TestBugFWK005ParseXerces"/>
<class name="org.openspcoop2.utils.test.xml.TestXMLDiff"/>
<class name="org.openspcoop2.utils.test.xml.TestXQuery"/>
<class name="org.openspcoop2.utils.test.xml.TestXSDUtils"/>
<class name="org.openspcoop2.utils.test.xml.TestXXE"/>
<class name="org.openspcoop2.utils.test.xml2json.TestJsonXmlPathExpressionEngine"/>
<class name="org.openspcoop2.utils.test.xml2json.TestXml2Json"/>
</classes>
</test> <!-- Ant test -->
</suite> <!-- Ant suite -->
Tests for Ant suite
- Ant test (71 classes)
Groups for Ant suite
utils
testAlternativeCrlCheck
testAlternativeCrlCheckLdapCheckAuthBasic
testAlternativeCrlCheckLdapCheckNoAuth
testAnnotation
testApacheIdGenerator
testApplicativeLogger
testArchvie
testAuth
testBugEntityReferences
testBugFWK005ParseXerces_string
testBugFWK005ParseXerces_xml
testBuildContentType
testCRL
testCSV
testCache
testCertificateDER
testCertificatePEM
testCertificatePrivateKeyPkcs1PEM
testCertificateReader
testCertificatesPrivateKeyPkcs8PEM
testCheckActualNotSimpleHeaders
testCheckActualNotSimplePostWithoutContentType
testCheckActualRequestType
testCheckPreFlightEmptyACRH
testCheckPreFlightEmptyACRM
testCheckPreFlightInvalidACRM
testCheckPreFlightNoACRH
testCheckPreFlightNoACRM
testCheckPreFlightUnsupportedACRH
testCheckPreFlightUnsupportedACRM
testCifraturaConKey
testCifraturaConPassword
testCifraturaConPasswordPBKDF2
testCodecCrypt
testCompareDifferentFormat
testCompareDifferentFormat_multipleOU
testCompareDifferentFormat_multipleOU_specialChar
testCompressor
testConverterXml2json
testCopyCharStream
testCopyStream
testCycle
testDER
testDateFormat
testDecifraturaConKey
testDecifraturaConPassword
testDecifraturaConPasswordPBKDF2
testDefaultImpl
testDigestBase64
testDigestBinary
testDoFilterDifferentOrigin
testDoFilterEmptyOrigin
testDoFilterInvalidCORSOriginNotAllowed
testDoFilterInvalidOrigin
testDoFilterNullOrigin
testDoFilterNullRequestType
testDoFilterPreflight
testDoFilterPreflightAnyOrigin
testDoFilterPreflightAnyOriginAndSupportsCredentials
testDoFilterPreflightAnyOriginAndSupportsCredentialsDisabled
testDoFilterPreflightInvalidOrigin
testDoFilterPreflightMaxAge
testDoFilterPreflightMoreHeaders
testDoFilterPreflightNegativeMaxAge
testDoFilterSimpleAnyOriginAndSupportsCredentials
testDoFilterSimpleAnyOriginAndSupportsCredentialsDisabled
testDoFilterSimpleGET
testDoFilterSimpleHEAD
testDoFilterSimplePOST
testDoFilterSimpleSpecificHeader
testDoFilterSimpleWithExposedHeaders
testEcPrivateKeyPkcs8DER
testEcPrivateKeyPkcs8EncryptedDER
testEcPrivateKeyPkcs8EncryptedPEM
testEcPrivateKeyPkcs8PEM
testEcPrivateKeySec1DER
testEcPrivateKeySec1EncryptedPEM
testEcPrivateKeySec1PEM
testEcPrivatePublicKeyPkcs8EncryptedPEM
testEcPrivatePublicKeyPkcs8PEM
testEcPrivatePublicKeySec1EncryptedPEM
testEcPrivatePublicKeySec1PEM
testEcPublicKeyDER
testEcPublicKeyPEM
testEcPublicPrivateKeyPkcs8EncryptedPEM
testEcPublicPrivateKeyPkcs8PEM
testEcPublicPrivateKeySec1EncryptedPEM
testEcPublicPrivateKeySec1PEM
testEmbedded
testEmbeddedKid
testEncrypt
testEncryptCrl
testEncryptOcsp_keystore
testEncryptOcsp_keystore_header_custom
testEncryptOcsp_properties
testEncryptOcsp_properties_header_custom
testEncryptOcsp_properties_header_custom_kid_only
testEqualsList
testEqualsString
testFastImpl
testFile
testGoogle
testGovWay
testHeader
testHttps
testIsMatch
testIsMultipart
testJKS
testJWK
testJWKset
testJacksonSerializer
testJasyptCrypt
testJsonPath
testJsonValidator
testJsonXmlPathExpressionEngine
testKeystore
testMethod
testMultipleAnnotations
testMultipleCerts
testMultipleEmbedded
testMultipleEmbeddedKids
testMultiplePrivatePublicKeys
testNormalizeToRfc7230
testOCSPResponse_signedByResponderCertificate_case2
testOCSPResponse_signedByResponderCertificate_case2_differentNonce
testOCSPResponse_signedByResponderCertificate_case3
testOID_keyUsage_auth
testOID_keyUsage_multipleOU
testOID_keyUsage_sign
testOldMd5Crypt
testOpenApi3BigInterfaceValidator
testOpenApi3ExtendedValidator
testOpenApiReader
testOpenApiReaderIndentazione
testOpenApiValidator
testOraLegaleToOraSolare
testOraSolareToOraLegale
testOthersCrypt
testPEM
testPKCS12
testPKCS12CreatedFromPKCS12
testParam
testParsing
testPasswordGenerator
testPrivateCertificatePkcs1PEM
testPrivateCertificatesPkcs8PEM
testPrivateKeyJKS
testPrivateKeyPKCS11
testPrivateKeyPKCS12
testPrivateKeyPkcs1DER
testPrivateKeyPkcs1EncryptedPEM
testPrivateKeyPkcs1PEM
testPrivateKeyPkcs8DER
testPrivateKeyPkcs8EncryptedDER
testPrivateKeyPkcs8EncryptedPEM
testPrivateKeyPkcs8PEM
testPrivatePublicKey
testPrivatePublicKeyPkcs1EncryptedPEM
testPrivatePublicKeyPkcs1PEM
testPrivatePublicKeyPkcs8EncryptedPEM
testPrivatePublicKeyPkcs8PEM
testProblemRFC7807
testProvider
testProxy
testPublicKey
testPublicKeyDER
testPublicKeyPEM
testPublicPrivateKeyPkcs1EncryptedPEM
testPublicPrivateKeyPkcs1PEM
testPublicPrivateKeyPkcs8EncryptedPEM
testPublicPrivateKeyPkcs8PEM
testQuery
testRFC2047
testRandomGenerator
testReadBaseType
testReadCharset
testReadMultipartBoundary
testReadPrimaryType
testReadSubType
testReadTimeout
testRedirect
testRegExp
testRsaPssPrivateKeyPkcs8DER
testRsaPssPrivateKeyPkcs8EncryptedDER
testRsaPssPrivateKeyPkcs8EncryptedPEM
testRsaPssPrivateKeyPkcs8PEM
testRsaPssPrivatePublicKeyPkcs8EncryptedPEM
testRsaPssPrivatePublicKeyPkcs8PEM
testRsaPssPublicKeyDER
testRsaPssPublicKeyPEM
testRsaPssPublicPrivateKeyPkcs8EncryptedPEM
testRsaPssPublicPrivateKeyPkcs8PEM
testSecretKey
testSignature
testSignatureCrl
testSignatureOcsp_keystore
testSignatureOcsp_keystore_header_custom
testSignatureOcsp_properties
testSignatureOcsp_properties_header_custom
testSignatureOcsp_properties_header_custom_kid_only
testSwaggerReader
testSwaggerValidator
testThrottling
testTimeChangePendingToday
testTrust
testTrustAll
testUUID
testUnzip
testValidateContentType
testVerifyGoogleJWT
testX509
testXACML
testXFAFile
testXFAFileDatasets
testXMLDiff
testXQuery
testXXE
testZoneId
utils.ApacheIdGenerator
testApacheIdGenerator
utils.ApplicativeLogger
testApplicativeLogger
utils.Archive
testArchvie
utils.CORS
testCheckActualNotSimpleHeaders
testCheckActualNotSimplePostWithoutContentType
testCheckActualRequestType
testCheckPreFlightEmptyACRH
testCheckPreFlightEmptyACRM
testCheckPreFlightInvalidACRM
testCheckPreFlightNoACRH
testCheckPreFlightNoACRM
testCheckPreFlightUnsupportedACRH
testCheckPreFlightUnsupportedACRM
testDoFilterDifferentOrigin
testDoFilterEmptyOrigin
testDoFilterInvalidCORSOriginNotAllowed
testDoFilterInvalidOrigin
testDoFilterNullOrigin
testDoFilterNullRequestType
testDoFilterPreflight
testDoFilterPreflightAnyOrigin
testDoFilterPreflightAnyOriginAndSupportsCredentials
testDoFilterPreflightAnyOriginAndSupportsCredentialsDisabled
testDoFilterPreflightInvalidOrigin
testDoFilterPreflightMaxAge
testDoFilterPreflightMoreHeaders
testDoFilterPreflightNegativeMaxAge
testDoFilterSimpleAnyOriginAndSupportsCredentials
testDoFilterSimpleAnyOriginAndSupportsCredentialsDisabled
testDoFilterSimpleGET
testDoFilterSimpleHEAD
testDoFilterSimplePOST
testDoFilterSimpleSpecificHeader
testDoFilterSimpleWithExposedHeaders
utils.CORS.actualNotSimpleHeaders
testCheckActualNotSimpleHeaders
utils.CORS.actualPostWithoutContentType
testCheckActualNotSimplePostWithoutContentType
utils.CORS.actualRequestType
testCheckActualRequestType
utils.CORS.differentOrigin
testDoFilterDifferentOrigin
utils.CORS.emptyOrigin
testDoFilterEmptyOrigin
utils.CORS.invalidOrigin
testDoFilterInvalidOrigin
utils.CORS.nullOrigin
testDoFilterNullOrigin
utils.CORS.nullRequestType
testDoFilterNullRequestType
utils.CORS.preflight
testDoFilterPreflight
utils.CORS.preflightAnyOrigin
testDoFilterPreflightAnyOrigin
utils.CORS.preflightAnyOriginAndSupportsCredentials
testDoFilterPreflightAnyOriginAndSupportsCredentials
utils.CORS.preflightAnyOriginAndSupportsCredentialsDisabled
testDoFilterPreflightAnyOriginAndSupportsCredentialsDisabled
utils.CORS.preflightEmptyAccessControlRequestHeaders
testCheckPreFlightEmptyACRH
utils.CORS.preflightEmptyAccessControlRequestMethod
testCheckPreFlightEmptyACRM
utils.CORS.preflightInvalidAccessControlRequestMethod
testCheckPreFlightInvalidACRM
utils.CORS.preflightInvalidOrigin
testDoFilterPreflightInvalidOrigin
utils.CORS.preflightMaxAge
testDoFilterPreflightMaxAge
utils.CORS.preflightMoreHeaders
testDoFilterPreflightMoreHeaders
utils.CORS.preflightNegativeMaxAge
testDoFilterPreflightNegativeMaxAge
utils.CORS.preflightNoAccessControlRequestHeaders
testCheckPreFlightNoACRH
utils.CORS.preflightNoAccessControlRequestMethod
testCheckPreFlightNoACRM
utils.CORS.preflightUnsupportedAccessControlRequestHeaders
testCheckPreFlightUnsupportedACRH
utils.CORS.preflightUnsupportedAccessControlRequestMethod
testCheckPreFlightUnsupportedACRM
utils.CORS.simpleAnyOriginAndSupportsCredentials
testDoFilterSimpleAnyOriginAndSupportsCredentials
utils.CORS.simpleAnyOriginAndSupportsCredentialsDisabled
testDoFilterSimpleAnyOriginAndSupportsCredentialsDisabled
utils.CORS.simpleRequestGET
testDoFilterSimpleGET
utils.CORS.simpleRequestHEAD
testDoFilterSimpleHEAD
utils.CORS.simpleRequestPOST
testDoFilterSimplePOST
utils.CORS.simpleSpecificHeader
testDoFilterSimpleSpecificHeader
utils.CORS.simpleWithExposedHeaders
testDoFilterSimpleWithExposedHeaders
utils.CORSinvalidCORSOriginNotAllowed
testDoFilterInvalidCORSOriginNotAllowed
utils.CSV
testCSV
utils.Cache
testCache
utils.Cache.performance
testCache
utils.Certificate
testCompareDifferentFormat
testCompareDifferentFormat_multipleOU
testCompareDifferentFormat_multipleOU_specialChar
testDER
testJKS
testMultipleCerts
testMultiplePrivatePublicKeys
testOID_keyUsage_auth
testOID_keyUsage_multipleOU
testOID_keyUsage_sign
testPEM
testPKCS12
testPKCS12CreatedFromPKCS12
utils.Certificate.OID_keyUsage_auth
testOID_keyUsage_auth
utils.Certificate.OID_keyUsage_multipleOU
testOID_keyUsage_multipleOU
utils.Certificate.OID_keyUsage_sign
testOID_keyUsage_sign
utils.Certificate.compareDifferentFormat
testCompareDifferentFormat
utils.Certificate.compareDifferentFormat_multipleOU
testCompareDifferentFormat_multipleOU
utils.Certificate.compareDifferentFormat_multipleOU_specialChar
testCompareDifferentFormat_multipleOU_specialChar
utils.Certificate.der
testDER
utils.Certificate.jks
testJKS
utils.Certificate.multipleCerts
testMultipleCerts
utils.Certificate.multiplePrivatePublicKeys
testMultiplePrivatePublicKeys
utils.Certificate.pem
testPEM
utils.Certificate.pkcs12
testPKCS12
utils.Certificate.pkcs12CreatedFromP12
testPKCS12CreatedFromPKCS12
utils.CertificateReader
testCertificateReader
utils.Compressor
testCompressor
utils.ContentType
testBuildContentType
testEqualsList
testEqualsString
testIsMatch
testIsMultipart
testNormalizeToRfc7230
testReadBaseType
testReadCharset
testReadMultipartBoundary
testReadPrimaryType
testReadSubType
testValidateContentType
utils.ContentType.buildContentType
testBuildContentType
utils.ContentType.equalsList
testEqualsList
utils.ContentType.equalsString
testEqualsString
utils.ContentType.isMatch
testIsMatch
utils.ContentType.isMultipart
testIsMultipart
utils.ContentType.normalizeToRfc7230
testNormalizeToRfc7230
utils.ContentType.readBaseType
testReadBaseType
utils.ContentType.readCharset
testReadCharset
utils.ContentType.readMultipartBoundary
testReadMultipartBoundary
utils.ContentType.readPrimaryType
testReadPrimaryType
utils.ContentType.readSubType
testReadSubType
utils.ContentType.validateContentType
testValidateContentType
utils.ConverterXml2json
testConverterXml2json
utils.CopyCharStream
testCopyCharStream
utils.CopyStream
testCopyStream
utils.Crypt
testCodecCrypt
testJasyptCrypt
testOldMd5Crypt
testOthersCrypt
utils.DateFormat
testDateFormat
utils.DaylightSaving
testOraLegaleToOraSolare
testOraSolareToOraLegale
testTimeChangePendingToday
testZoneId
utils.DaylightSaving.oraLegaleToOraSolare
testOraLegaleToOraSolare
utils.DaylightSaving.oraSolareToOraLegale
testOraSolareToOraLegale
utils.DaylightSaving.timeChangePendingToday
testTimeChangePendingToday
utils.DaylightSaving.zoneId
testZoneId
utils.Digest
testDigestBase64
testDigestBinary
utils.DumpByteArrayOutputStream
testDefaultImpl
testFastImpl
utils.Encrypt
testEncrypt
utils.EncryptCrl
testEncryptCrl
utils.EncryptOcsp
testEncryptOcsp_keystore
testEncryptOcsp_keystore_header_custom
testEncryptOcsp_properties
testEncryptOcsp_properties_header_custom
testEncryptOcsp_properties_header_custom_kid_only
utils.EncryptOcsp.keystore
testEncryptOcsp_keystore
utils.EncryptOcsp.keystore_header_custom
testEncryptOcsp_keystore_header_custom
utils.EncryptOcsp.properties
testEncryptOcsp_properties
utils.EncryptOcsp.properties_header_custom
testEncryptOcsp_properties_header_custom
utils.EncryptOcsp.properties_header_custom_kid_only
testEncryptOcsp_properties_header_custom_kid_only
utils.EncryptOpenSSL
testCifraturaConKey
testCifraturaConPassword
testCifraturaConPasswordPBKDF2
testDecifraturaConKey
testDecifraturaConPassword
testDecifraturaConPasswordPBKDF2
utils.EncryptOpenSSL.testCifraturaConKey
testCifraturaConKey
utils.EncryptOpenSSL.testCifraturaConPassword
testCifraturaConPassword
utils.EncryptOpenSSL.testCifraturaConPasswordPBKDF2
testCifraturaConPasswordPBKDF2
utils.EncryptOpenSSL.testDecifraturaConKey
testDecifraturaConKey
utils.EncryptOpenSSL.testDecifraturaConPassword
testDecifraturaConPassword
utils.EncryptOpenSSL.testDecifraturaConPasswordPBKDF2
testDecifraturaConPasswordPBKDF2
utils.JSON-Path
testJsonPath
utils.JSON-Validator
testJsonValidator
utils.JWKs.jwtSet
testJWKset
utils.JWKs.keystore
testKeystore
utils.JWKs.privatePublicKey
testPrivatePublicKey
utils.JWKs.secretKey
testSecretKey
utils.JacksonSerializer
testJacksonSerializer
utils.JsonXmlPathExpressionEngine
testJsonXmlPathExpressionEngine
utils.Keystore
testPrivateKeyJKS
testPrivateKeyPKCS11
testPrivateKeyPKCS12
utils.Keystore.jks
testPrivateKeyJKS
utils.Keystore.pkcs11
testPrivateKeyPKCS11
utils.Keystore.pkcs12
testPrivateKeyPKCS12
utils.LDAP
testCRL
testParsing
testQuery
utils.LDAP.crl
testCRL
utils.LDAP.parsing
testParsing
utils.LDAP.query
testQuery
utils.OCSP
testAlternativeCrlCheck
testAlternativeCrlCheckLdapCheckAuthBasic
testAlternativeCrlCheckLdapCheckNoAuth
testGoogle
testGovWay
testOCSPResponse_signedByResponderCertificate_case2
testOCSPResponse_signedByResponderCertificate_case2_differentNonce
testOCSPResponse_signedByResponderCertificate_case3
utils.OCSP.checkAlternativeCrlCheck
testAlternativeCrlCheck
utils.OCSP.checkAlternativeCrlLdapCheckAuthBasic
testAlternativeCrlCheckLdapCheckAuthBasic
utils.OCSP.checkAlternativeCrlLdapCheckNoAuth
testAlternativeCrlCheckLdapCheckNoAuth
utils.OCSP.checkGoogle
testGoogle
utils.OCSP.checkGovWay
testGovWay
utils.OCSP.checkOCSPResponse_signedByResponderCertificate_case2
testOCSPResponse_signedByResponderCertificate_case2
utils.OCSP.checkOCSPResponse_signedByResponderCertificate_case2_differentNonce
testOCSPResponse_signedByResponderCertificate_case2_differentNonce
utils.OCSP.checkOCSPResponse_signedByResponderCertificate_case3
testOCSPResponse_signedByResponderCertificate_case3
utils.OpenAPI-Reader
testOpenApiReader
testOpenApiReaderIndentazione
utils.OpenAPI-Validator
testOpenApi3BigInterfaceValidator
testOpenApi3ExtendedValidator
testOpenApiValidator
utils.PDFReader
testAnnotation
testEmbedded
testEmbeddedKid
testMultipleAnnotations
testMultipleEmbedded
testMultipleEmbeddedKids
testSignature
testXFAFile
testXFAFileDatasets
utils.PDFReader.testAnnotation
testAnnotation
utils.PDFReader.testEmbedded
testEmbedded
utils.PDFReader.testEmbeddedKid
testEmbeddedKid
utils.PDFReader.testMultipleAnnotations
testMultipleAnnotations
utils.PDFReader.testMultipleEmbedded
testMultipleEmbedded
utils.PDFReader.testMultipleEmbeddedKids
testMultipleEmbeddedKids
utils.PDFReader.testSignature
testSignature
utils.PDFReader.testXFAFile
testXFAFile
utils.PDFReader.testXFAFileDatasets
testXFAFileDatasets
utils.PDFWriter
testAnnotation
testEmbedded
testEmbeddedKid
testMultipleAnnotations
testMultipleEmbedded
testMultipleEmbeddedKids
testSignature
testXFAFile
testXFAFileDatasets
utils.PDFWriter.testAnnotation
testAnnotation
utils.PDFWriter.testEmbedded
testEmbedded
utils.PDFWriter.testEmbeddedKid
testEmbeddedKid
utils.PDFWriter.testMultipleAnnotations
testMultipleAnnotations
utils.PDFWriter.testMultipleEmbedded
testMultipleEmbedded
utils.PDFWriter.testMultipleEmbeddedKids
testMultipleEmbeddedKids
utils.PDFWriter.testSignature
testSignature
utils.PDFWriter.testXFAFile
testXFAFile
utils.PDFWriter.testXFAFileDatasets
testXFAFileDatasets
utils.PasswordGenerator
testPasswordGenerator
utils.PrivatePublicKey
testCertificateDER
testCertificatePEM
testCertificatePrivateKeyPkcs1PEM
testCertificatesPrivateKeyPkcs8PEM
testEcPrivateKeyPkcs8DER
testEcPrivateKeyPkcs8EncryptedDER
testEcPrivateKeyPkcs8EncryptedPEM
testEcPrivateKeyPkcs8PEM
testEcPrivateKeySec1DER
testEcPrivateKeySec1EncryptedPEM
testEcPrivateKeySec1PEM
testEcPrivatePublicKeyPkcs8EncryptedPEM
testEcPrivatePublicKeyPkcs8PEM
testEcPrivatePublicKeySec1EncryptedPEM
testEcPrivatePublicKeySec1PEM
testEcPublicKeyDER
testEcPublicKeyPEM
testEcPublicPrivateKeyPkcs8EncryptedPEM
testEcPublicPrivateKeyPkcs8PEM
testEcPublicPrivateKeySec1EncryptedPEM
testEcPublicPrivateKeySec1PEM
testPrivateCertificatePkcs1PEM
testPrivateCertificatesPkcs8PEM
testPrivateKeyPkcs1DER
testPrivateKeyPkcs1EncryptedPEM
testPrivateKeyPkcs1PEM
testPrivateKeyPkcs8DER
testPrivateKeyPkcs8EncryptedDER
testPrivateKeyPkcs8EncryptedPEM
testPrivateKeyPkcs8PEM
testPrivatePublicKeyPkcs1EncryptedPEM
testPrivatePublicKeyPkcs1PEM
testPrivatePublicKeyPkcs8EncryptedPEM
testPrivatePublicKeyPkcs8PEM
testPublicKeyDER
testPublicKeyPEM
testPublicPrivateKeyPkcs1EncryptedPEM
testPublicPrivateKeyPkcs1PEM
testPublicPrivateKeyPkcs8EncryptedPEM
testPublicPrivateKeyPkcs8PEM
testRsaPssPrivateKeyPkcs8DER
testRsaPssPrivateKeyPkcs8EncryptedDER
testRsaPssPrivateKeyPkcs8EncryptedPEM
testRsaPssPrivateKeyPkcs8PEM
testRsaPssPrivatePublicKeyPkcs8EncryptedPEM
testRsaPssPrivatePublicKeyPkcs8PEM
testRsaPssPublicKeyDER
testRsaPssPublicKeyPEM
testRsaPssPublicPrivateKeyPkcs8EncryptedPEM
testRsaPssPublicPrivateKeyPkcs8PEM
utils.PrivatePublicKey.certificate.der
testCertificateDER
utils.PrivatePublicKey.certificate.pem
testCertificatePEM
utils.PrivatePublicKey.certificatePrivateKey.pkcs1.pem
testCertificatePrivateKeyPkcs1PEM
utils.PrivatePublicKey.certificatesPrivateKey.pkcs8.pem
testCertificatesPrivateKeyPkcs8PEM
utils.PrivatePublicKey.ec.privateKey.pkcs8.der
testEcPrivateKeyPkcs8DER
utils.PrivatePublicKey.ec.privateKey.pkcs8.pem
testEcPrivateKeyPkcs8PEM
utils.PrivatePublicKey.ec.privateKey.pkcs8_encrypted.der
testEcPrivateKeyPkcs8EncryptedDER
utils.PrivatePublicKey.ec.privateKey.pkcs8_encrypted.pem
testEcPrivateKeyPkcs8EncryptedPEM
utils.PrivatePublicKey.ec.privateKey.sec1.der
testEcPrivateKeySec1DER
utils.PrivatePublicKey.ec.privateKey.sec1.pem
testEcPrivateKeySec1PEM
utils.PrivatePublicKey.ec.privateKey.sec1_encrypted.pem
testEcPrivateKeySec1EncryptedPEM
utils.PrivatePublicKey.ec.privatePublicKey.pkcs8.pem
testEcPrivatePublicKeyPkcs8PEM
utils.PrivatePublicKey.ec.privatePublicKey.pkcs8_encrypted.pem
testEcPrivatePublicKeyPkcs8EncryptedPEM
utils.PrivatePublicKey.ec.privatePublicKey.sec1.pem
testEcPrivatePublicKeySec1PEM
utils.PrivatePublicKey.ec.privatePublicKey.sec1_encrypted.pem
testEcPrivatePublicKeySec1EncryptedPEM
utils.PrivatePublicKey.ec.publicKey.der
testEcPublicKeyDER
utils.PrivatePublicKey.ec.publicKey.pem
testEcPublicKeyPEM
utils.PrivatePublicKey.ec.publicPrivateKey.pkcs8.pem
testEcPublicPrivateKeyPkcs8PEM
utils.PrivatePublicKey.ec.publicPrivateKey.pkcs8_encrypted.pem
testEcPublicPrivateKeyPkcs8EncryptedPEM
utils.PrivatePublicKey.ec.publicPrivateKey.sec1.pem
testEcPublicPrivateKeySec1PEM
utils.PrivatePublicKey.ec.publicPrivateKey.sec1_encrypted.pem
testEcPublicPrivateKeySec1EncryptedPEM
utils.PrivatePublicKey.privateCertificate.pkcs1.pem
testPrivateCertificatePkcs1PEM
utils.PrivatePublicKey.privateCertificates.pkcs8.pem
testPrivateCertificatesPkcs8PEM
utils.PrivatePublicKey.privateKey.pkcs1.der
testPrivateKeyPkcs1DER
utils.PrivatePublicKey.privateKey.pkcs1.pem
testPrivateKeyPkcs1PEM
utils.PrivatePublicKey.privateKey.pkcs1_encrypted.pem
testPrivateKeyPkcs1EncryptedPEM
utils.PrivatePublicKey.privateKey.pkcs8.der
testPrivateKeyPkcs8DER
utils.PrivatePublicKey.privateKey.pkcs8.pem
testPrivateKeyPkcs8PEM
utils.PrivatePublicKey.privateKey.pkcs8_encrypted.der
testPrivateKeyPkcs8EncryptedDER
utils.PrivatePublicKey.privateKey.pkcs8_encrypted.pem
testPrivateKeyPkcs8EncryptedPEM
utils.PrivatePublicKey.privatePublicKey.pkcs1.pem
testPrivatePublicKeyPkcs1PEM
utils.PrivatePublicKey.privatePublicKey.pkcs1_encrypted.pem
testPrivatePublicKeyPkcs1EncryptedPEM
utils.PrivatePublicKey.privatePublicKey.pkcs8.pem
testPrivatePublicKeyPkcs8PEM
utils.PrivatePublicKey.privatePublicKey.pkcs8_encrypted.pem
testPrivatePublicKeyPkcs8EncryptedPEM
utils.PrivatePublicKey.publicKey.der
testPublicKeyDER
utils.PrivatePublicKey.publicKey.pem
testPublicKeyPEM
utils.PrivatePublicKey.publicPrivateKey.pkcs1.pem
testPublicPrivateKeyPkcs1PEM
utils.PrivatePublicKey.publicPrivateKey.pkcs1_encrypted.pem
testPublicPrivateKeyPkcs1EncryptedPEM
utils.PrivatePublicKey.publicPrivateKey.pkcs8.pem
testPublicPrivateKeyPkcs8PEM
utils.PrivatePublicKey.publicPrivateKey.pkcs8_encrypted.pem
testPublicPrivateKeyPkcs8EncryptedPEM
utils.PrivatePublicKey.rsapss.privateKey.pkcs8.der
testRsaPssPrivateKeyPkcs8DER
utils.PrivatePublicKey.rsapss.privateKey.pkcs8.pem
testRsaPssPrivateKeyPkcs8PEM
utils.PrivatePublicKey.rsapss.privateKey.pkcs8_encrypted.der
testRsaPssPrivateKeyPkcs8EncryptedDER
utils.PrivatePublicKey.rsapss.privateKey.pkcs8_encrypted.pem
testRsaPssPrivateKeyPkcs8EncryptedPEM
utils.PrivatePublicKey.rsapss.privatePublicKey.pkcs8.pem
testRsaPssPrivatePublicKeyPkcs8PEM
utils.PrivatePublicKey.rsapss.privatePublicKey.pkcs8_encrypted.pem
testRsaPssPrivatePublicKeyPkcs8EncryptedPEM
utils.PrivatePublicKey.rsapss.publicKey.der
testRsaPssPublicKeyDER
utils.PrivatePublicKey.rsapss.publicKey.pem
testRsaPssPublicKeyPEM
utils.PrivatePublicKey.rsapss.publicPrivateKey.pkcs8.pem
testRsaPssPublicPrivateKeyPkcs8PEM
utils.PrivatePublicKey.rsapss.publicPrivateKey.pkcs8_encrypted.pem
testRsaPssPublicPrivateKeyPkcs8EncryptedPEM
utils.ProblemRFC7807
testProblemRFC7807
utils.RFC2047
testRFC2047
utils.Random
testRandomGenerator
utils.RegExp
testRegExp
utils.RemoteStore
testJWK
testPublicKey
testX509
utils.RemoteStore.jwk
testJWK
utils.RemoteStore.publicKey
testPublicKey
utils.RemoteStore.x509
testX509
utils.SecurityProvider
testProvider
utils.Signature
testSignature
utils.SignatureCrl
testSignatureCrl
utils.SignatureOcsp
testSignatureOcsp_keystore
testSignatureOcsp_keystore_header_custom
testSignatureOcsp_properties
testSignatureOcsp_properties_header_custom
testSignatureOcsp_properties_header_custom_kid_only
utils.SignatureOcsp.keystore
testSignatureOcsp_keystore
utils.SignatureOcsp.keystore_header_custom
testSignatureOcsp_keystore_header_custom
utils.SignatureOcsp.properties
testSignatureOcsp_properties
utils.SignatureOcsp.properties_header_custom
testSignatureOcsp_properties_header_custom
utils.SignatureOcsp.properties_header_custom_kid_only
testSignatureOcsp_properties_header_custom_kid_only
utils.Swagger-Reader
testSwaggerReader
utils.Swagger-Validator
testSwaggerValidator
utils.TestBugEntityReferences
testBugEntityReferences
utils.TestBugFWK005ParseXerces
testBugFWK005ParseXerces_string
testBugFWK005ParseXerces_xml
utils.UUIDGenerator
testUUID
utils.Unzip
testUnzip
utils.VerifyGoogleJWT
testVerifyGoogleJWT
utils.XACML
testXACML
utils.XML-XSDUtils
testCycle
utils.XML-eXternalEntityInjection-XXE
testXXE
utils.XMLDiff
testXMLDiff
utils.XQuery
testXQuery
utils.request
testAuth
testFile
testHeader
testHttps
testMethod
testParam
testProxy
testReadTimeout
testRedirect
testThrottling
testTrust
testTrustAll
utils.request.http
testFile
testHeader
testMethod
testParam
testProxy
testReadTimeout
testRedirect
testThrottling
utils.request.http.file
testFile
utils.request.http.header
testHeader
utils.request.http.method
testMethod
utils.request.http.param
testParam
utils.request.http.proxy
testProxy
utils.request.http.readTimeout
testReadTimeout
utils.request.http.redirect
testRedirect
utils.request.http.throttling
testThrottling
utils.request.https
testAuth
testHttps
testTrust
testTrustAll
utils.request.https.auth
testAuth
utils.request.https.https
testHttps
utils.request.https.trust
testTrust
utils.request.https.trustAll
testTrustAll
Times for Ant suite
Total running time: 20 minutes
Reporter output for Ant suite
testDigestBase64(SHA3_256, ${message}${salt}, 5195720880, T35T0 Ch1ar(), s4XHi26LJ/rsUpV1OV5XW3Fv0c+ae/zcCyi5htVMU00=)
Run tests 'Digest'...
Run tests 'Digest'...
testMultipleAnnotations
Run test 'PDFReader' (tipo: testMultipleAnnotations) ...
Run test 'PDFReader' (tipo: testMultipleAnnotations) ok
testSignature(JSON_SIGNATURE_PROPERTIES_JWK_SYMMETRIC_HEADER_CUSTOM, false)
Run test 'Signature' (tipo: JSON_SIGNATURE_PROPERTIES_JWK_SYMMETRIC_HEADER_CUSTOM) ...
Run test 'Signature' (tipo: JSON_SIGNATURE_PROPERTIES_JWK_SYMMETRIC_HEADER_CUSTOM) ok
testPKCS12CreatedFromPKCS12
Run test 'Certificate.pkcs12CreatedFromP12' ...
Run test 'Certificate.pkcs12CreatedFromP12' ok
testJsonXmlPathExpressionEngine
Run test 'JsonXmlPathExpressionEngine' ...
Run test 'JsonXmlPathExpressionEngine' ok
testRsaPssPrivatePublicKeyPkcs8EncryptedPEM
Run test 'PrivatePublicKey.rsapss.privatePublicKey.pkcs8_encrypted.pem' ...
Run test 'PrivatePublicKey.rsapss.privatePublicKey.pkcs8_encrypted.pem' ok
testDoFilterPreflightInvalidOrigin(https://www.GOVWAY.org)
Run test 'CORS.preflightInvalidOrigin' ...
Atteso [*] trovato [null]
Atteso header 'Access-Control-Allow-Methods' [[GET, POST, PUT, DELETE, PATCH]] trovato [GET, POST, PUT, DELETE, PATCH]
Atteso header 'Access-Control-Allow-Headers' [[Authorization, Content-Type, SOAPAction, Cache-Control]] trovato [Authorization, Content-Type, SOAPAction, Cache-Control]
Atteso tipo richiesta' [PRE_FLIGHT] trovato [PRE_FLIGHT]
Run test 'CORS.preflightInvalidOrigin' ok
testDigestBinary(SHA256, ${message}${salt}, 5195720880, T35T0 Ch1ar(), XwYQiEq84zq1AI+1ov/xYASieHXS1i5xOoE3BzDq9Fc=)
Run tests 'Digest'...
Run tests 'Digest'...
testSignatureCrl(JSON_SIGNATURE_PROPERTIES_CRL, false)
Run test 'SignatureCrl' (tipo: JSON_SIGNATURE_PROPERTIES_CRL) ...
Run test 'SignatureCrl' (tipo: JSON_SIGNATURE_PROPERTIES_CRL) ok
testEncrypt(JSON_ENCRYPT_JWK_SYMMETRIC_KEY_HEADER_CUSTOM, false)
Run test 'Encrypt' (tipo: JSON_ENCRYPT_JWK_SYMMETRIC_KEY_HEADER_CUSTOM) ...
Run test 'Encrypt' (tipo: JSON_ENCRYPT_JWK_SYMMETRIC_KEY_HEADER_CUSTOM) ok
testJsonValidator(NETWORK_NT)
Run test 'JSON-Validator' (tipo:NETWORK_NT) ...
Run test 'JSON-Validator' (tipo:NETWORK_NT) ok
testEncrypt(JSON_ENCRYPT_PROPERTIES_JKS, false)
Run test 'Encrypt' (tipo: JSON_ENCRYPT_PROPERTIES_JKS) ...
Run test 'Encrypt' (tipo: JSON_ENCRYPT_PROPERTIES_JKS) ok
testEncrypt(JSON_ENCRYPT_PROPERTIES_PKCS11_HEADER_CUSTOM_KID_ONLY, false)
Run test 'Encrypt' (tipo: JSON_ENCRYPT_PROPERTIES_PKCS11_HEADER_CUSTOM_KID_ONLY) ...
Run test 'Encrypt' (tipo: JSON_ENCRYPT_PROPERTIES_PKCS11_HEADER_CUSTOM_KID_ONLY) ok
testRsaPssPrivateKeyPkcs8PEM
Run test 'PrivatePublicKey.rsapss.privateKey.pkcs8.pem' ...
Run test 'PrivatePublicKey.rsapss.privateKey.pkcs8.pem' ok
testSignature(JSON_SIGNATURE_JWK_KEY_HEADER_CUSTOM, false)
Run test 'Signature' (tipo: JSON_SIGNATURE_JWK_KEY_HEADER_CUSTOM) ...
Run test 'Signature' (tipo: JSON_SIGNATURE_JWK_KEY_HEADER_CUSTOM) ok
testUUID
Run test 'UUIDGenerator' ...
Run test 'UUIDGenerator' ok
testXFAFileDatasets
Run test 'PDFWriter' (tipo: testXFAFileDatasets) ...
Run test 'PDFWriter' (tipo: testXFAFileDatasets) ok
testPublicKeyPEM
Run test 'PrivatePublicKey.publicKey.pem' ...
Run test 'PrivatePublicKey.publicKey.pem' ok
testQuery(SPRING_FRAMEWORK, org.openspcoop2.utils.transport.ldap.LdapQuery@e5270e0, ldap://127.0.0.1:9321/dc%3...)
Run test 'LDAP.query' ...
engine: SPRING_FRAMEWORK, url: ldap://127.0.0.1:9321/dc%3Dexample%2Cdc%3Dcom?%28cn%3D*%29
testSignature(XML_SIGNATURE_PKCS11, true)
Run test 'Signature' (tipo: XML_SIGNATURE_PKCS11) ...
Run test 'Signature' (tipo: XML_SIGNATURE_PKCS11) ok
testDoFilterInvalidCORSOriginNotAllowed(https://www.govway2.org)
Run test 'CORS.invalidCORSOriginNotAllowed' ...
Non Atteso header 'Access-Control-Allow-Origin' trovato [null]
Non atteso header 'Access-Control-Allow-Methods' trovato [null]
Non atteso header 'Access-Control-Allow-Headers' trovato [null]
Atteso tipo richiesta' [SIMPLE] trovato [SIMPLE]
Run test 'CORS.invalidCORSOriginNotAllowed' ok
testDecifraturaConPasswordPBKDF2(128, true, 65535)
Run test 'EncryptOpenSSL.testDecifraturaConPasswordPBKDF2' (size: 128)(base64: true)(iteration: 65535) ...
Run test 'EncryptOpenSSL.testDecifraturaConPasswordPBKDF2' (size: 128)(base64: true)(iteration: 65535) ok
testSignature(JSON_SIGNATURE_PROPERTIES_PKCS11, true)
Run test 'Signature' (tipo: JSON_SIGNATURE_PROPERTIES_PKCS11) ...
Run test 'Signature' (tipo: JSON_SIGNATURE_PROPERTIES_PKCS11) ok
testConverterXml2json
Run test 'ConverterXml2json' ...
Run test 'ConverterXml2json' ok
testPrivatePublicKeyPkcs8EncryptedPEM
Run test 'PrivatePublicKey.privatePublicKey.pkcs8_encrypted.pem' ...
Run test 'PrivatePublicKey.privatePublicKey.pkcs8_encrypted.pem' ok
testSignature(JSON_SIGNATURE_JWK_KEYS, false)
Run test 'Signature' (tipo: JSON_SIGNATURE_JWK_KEYS) ...
Run test 'Signature' (tipo: JSON_SIGNATURE_JWK_KEYS) ok
testJasyptCrypt
Run test 'Crypt' ...
Run test 'Crypt' ok
testDigestBinary(SHA512, ${message}${salt}, 51988113, M3ssaggi0 S3Gr3T0!, e4UCUSVfBPaYgDfVUUNQ9wvin9ruyuwNDPgyvdK5C0T...)
Run tests 'Digest'...
Run tests 'Digest'...
testEncryptCrl(JSON_ENCRYPT_CRL_KEYSTORE_HEADER_CUSTOM, false)
Run test 'EncryptCrl' (tipo: JSON_ENCRYPT_CRL_KEYSTORE_HEADER_CUSTOM) ...
Run test 'EncryptCrl' (tipo: JSON_ENCRYPT_CRL_KEYSTORE_HEADER_CUSTOM) ok
testDoFilterPreflightNegativeMaxAge
Run test 'CORS.preflightNegativeMaxAge' ...
Atteso header 'Access-Control-Allow-Origin' [https://www.govway.org] trovato [https://www.govway.org]
Atteso header 'Access-Control-Max-Age' [-1] trovato [-1]
Atteso header 'Access-Control-Allow-Methods' [[GET, POST, PUT, DELETE, PATCH]] trovato [GET, POST, PUT, DELETE, PATCH]
Atteso header 'Access-Control-Allow-Headers' [[Authorization, Content-Type, SOAPAction, Cache-Control]] trovato [Authorization, Content-Type, SOAPAction, Cache-Control]
Atteso tipo richiesta' [PRE_FLIGHT] trovato [PRE_FLIGHT]
Run test 'CORS.preflightNegativeMaxAge' ok
testDigestBinary(SHA384, ${message}${salt}, 51988113, M3ssaggi0 S3Gr3T0!, bE8I/jYx4qjJDw3VdeaN9rNQOs8e545FMZfY9aS2iol...)
Run tests 'Digest'...
Run tests 'Digest'...
testDecifraturaConPasswordPBKDF2(128, false, null)
Run test 'EncryptOpenSSL.testDecifraturaConPasswordPBKDF2' (size: 128)(base64: false)(iteration: null) ...
Run test 'EncryptOpenSSL.testDecifraturaConPasswordPBKDF2' (size: 128)(base64: false)(iteration: null) ok
testPublicPrivateKeyPkcs1PEM
Run test 'PrivatePublicKey.publicPrivateKey.pkcs1.pem' ...
Run test 'PrivatePublicKey.publicPrivateKey.pkcs1.pem' ok
testArchvie(ZIP)
Run test 'Archive' (tipo:ZIP) ...
Run test 'Archive' (tipo:ZIP) ok
testDigestBinary(SHA512_256, ${message}${salt}, 51988113, M3ssaggi0 S3Gr3T0!, sUiTXQ/YZT8TM8gj9JP8OiHK9Co53Qm9sjQrvKg...)
Run tests 'Digest'...
Run tests 'Digest'...
testSignature(PKCS7_SIGNATURE_PKCS11, false)
Run test 'Signature' (tipo: PKCS7_SIGNATURE_PKCS11) ...
Run test 'Signature' (tipo: PKCS7_SIGNATURE_PKCS11) ok
testDoFilterInvalidOrigin(http://www.w3.org
)
Run test 'CORS.invalidOrigin' ...
Non atteso header 'Access-Control-Allow-Origin' trovato [null]
Non atteso header 'Access-Control-Allow-Methods' trovato [null]
Non atteso header 'Access-Control-Allow-Headers' trovato [null]
Atteso tipo richiesta' [INVALID] trovato [INVALID]
Run test 'CORS.invalidOrigin' ok
testSignature(JSON_SIGNATURE_SECRET, false)
Run test 'Signature' (tipo: JSON_SIGNATURE_SECRET) ...
Run test 'Signature' (tipo: JSON_SIGNATURE_SECRET) ok
testDigestBinary(SHA512, ${message}${salt}, 5195720880, T35T0 Ch1ar(), Vl/uDdsdwbu8iTV9fA1+cbFKoVBUAa3sL3VGxE5h1qdxe5...)
Run tests 'Digest'...
Run tests 'Digest'...
testCompressor(DEFLATER)
Run test 'Compressor' (tipo:DEFLATER) ...
Run test 'Compressor' (tipo:DEFLATER) ok
testDoFilterSimpleHEAD
Run test 'CORS.simpleRequestPOST' ...
Atteso header 'Access-Control-Allow-Origin' [https://www.govway.org] trovato [https://www.govway.org]
Non atteso header 'Access-Control-Allow-Methods' trovato [null]
Non atteso header 'Access-Control-Allow-Headers' trovato [null]
Atteso tipo richiesta' [SIMPLE] trovato [SIMPLE]
Run test 'CORS.simpleRequestPOST' ok
testMultipleEmbedded
Run test 'PDFReader' (tipo: testMultipleEmbedded) ...
Run test 'PDFReader' (tipo: testMultipleEmbedded) ok
testDecifraturaConPassword(256, true)
Run test 'EncryptOpenSSL.testDecifraturaConPassword' (size: 256)(base64: true) ...
Run test 'EncryptOpenSSL.testDecifraturaConPassword' (size: 256)(base64: true) ok
testDigestBinary(SHAKE128, ${message}${salt}, 5195720880, M3ssaggi0 S3Gr3T0!, XZzskIacDaPSUjiuWXL3iveu1W9m8nNA4ypfO1c...)
Run tests 'Digest'...
Run tests 'Digest'...
testSignatureCrl(JSON_SIGNATURE_CRL_KEYSTORE, false)
Run test 'SignatureCrl' (tipo: JSON_SIGNATURE_CRL_KEYSTORE) ...
Run test 'SignatureCrl' (tipo: JSON_SIGNATURE_CRL_KEYSTORE) ok
testSignature(JSON_SIGNATURE_JWK_SYMMETRIC_KEYS_HEADER_CUSTOM, false)
Run test 'Signature' (tipo: JSON_SIGNATURE_JWK_SYMMETRIC_KEYS_HEADER_CUSTOM) ...
Run test 'Signature' (tipo: JSON_SIGNATURE_JWK_SYMMETRIC_KEYS_HEADER_CUSTOM) ok
testSecretKey
Run test 'JWKs.secretKey' ...
Run test 'JWKs.secretKey' ok
testSwaggerReader(json)
Run test 'Swagger-Reader' (interfaccia:json) ...
Run test 'Swagger-Reader' (interfaccia:json) ok
testPKCS12
Run test 'Certificate.pkcs12' ...
Run test 'Certificate.pkcs12' ok
testDateFormat
Run test 'DateFormat' ...
Run test 'DateFormat' ok
testCifraturaConKey(128, true)
Run test 'EncryptOpenSSL.testCifraturaConKey' (size: 128)(base64: true) ...
Run test 'EncryptOpenSSL.testCifraturaConKey' (size: 128)(base64: true) ok
testDoFilterSimpleAnyOriginAndSupportsCredentials
Run test 'CORS.simpleAnyOriginAndSupportsCredentials' ...
Atteso header 'Access-Control-Allow-Origin' [https://www.govway.org] trovato [https://www.govway.org]
Atteso header 'Access-Control-Allow-Credentials' [true] trovato [true]
Non atteso header 'Access-Control-Allow-Methods' trovato [null]
Non atteso header 'Access-Control-Allow-Headers' trovato [null]
Atteso tipo richiesta' [SIMPLE] trovato [SIMPLE]
Run test 'CORS.simpleAnyOriginAndSupportsCredentials' ok
testCopyStream(10485760, -1, false, 10485760, false)
Run test 'CopyStream' ...
Run test 'CopyStream' ok
testEncryptOcsp_properties_header_custom(export LD_LIBRARY_PATH=/opt/openssl/openssl-1.1.1w/: ; /opt/openssl/openssl-1.1.1w/apps/openssl, 500...)
Run test 'EncryptOcsp' (tipo: JSON_ENCRYPT_PROPERTIES_OCSP_HEADER_CUSTOM) ...
Run test 'EncryptOcsp' (tipo: JSON_ENCRYPT_PROPERTIES_OCSP_HEADER_CUSTOM) ok
testAlternativeCrlCheckLdapCheckNoAuth
Run test 'OCSP.checkAlternativeCrlCheckLdapCheckNoAuth' ...
Run test 'OCSP.checkAlternativeCrlCheckLdapCheckNoAuth' ok
testEncrypt(JSON_ENCRYPT_JWK_KEYS_HEADER_CUSTOM, false)
Run test 'Encrypt' (tipo: JSON_ENCRYPT_JWK_KEYS_HEADER_CUSTOM) ...
Run test 'Encrypt' (tipo: JSON_ENCRYPT_JWK_KEYS_HEADER_CUSTOM) ok
testDoFilterSimpleWithExposedHeaders(text/plain)
Run test 'CORS.simpleWithExposedHeaders' ...
Atteso header 'Access-Control-Allow-Origin' [https://www.govway.org] trovato [https://www.govway.org]
Atteso header 'Access-Control-Expose-Headers' [X-GovWayTest-HDR1, X-GovWayTest-HDR2] trovato [X-GovWayTest-HDR1, X-GovWayTest-HDR2]
Non atteso header 'Access-Control-Allow-Methods' trovato [null]
Non atteso header 'Access-Control-Allow-Headers' trovato [null]
Atteso tipo richiesta' [SIMPLE] trovato [SIMPLE]
Run test 'CORS..simpleWithExposedHeaders' ok
testMultipleEmbeddedKids
Run test 'PDFReader' (tipo: testMultipleEmbeddedKids) ...
Run test 'PDFReader' (tipo: testMultipleEmbeddedKids) ok
testPrivateKeyPkcs8PEM
Run test 'PrivatePublicKey.privateKey.pkcs8.pem' ...
Run test 'PrivatePublicKey.privateKey.pkcs8.pem' ok
testSignature(JAVA_SIGNATURE_JKS, false)
Run test 'Signature' (tipo: JAVA_SIGNATURE_JKS) ...
Run test 'Signature' (tipo: JAVA_SIGNATURE_JKS) ok
testMultipleEmbedded
Run test 'PDFWriter' (tipo: testMultipleEmbedded) ...
Run test 'PDFWriter' (tipo: testMultipleEmbedded) ok
testSwaggerReader(yaml)
Run test 'Swagger-Reader' (interfaccia:yaml) ...
Run test 'Swagger-Reader' (interfaccia:yaml) ok
testSignatureOcsp_properties_header_custom(export LD_LIBRARY_PATH=/opt/openssl/openssl-1.1.1w/: ; /opt/openssl/openssl-1.1.1w/apps/openssl, 500...)
Run test 'SignatureOcsp' (tipo: JSON_SIGNATURE_PROPERTIES_OCSP_HEADER_CUSTOM) ...
Run test 'SignatureOcsp' (tipo: JSON_SIGNATURE_PROPERTIES_OCSP_HEADER_CUSTOM) ok
testEncrypt(JSON_ENCRYPT_JWK_SYMMETRIC_KEYS_HEADER_CUSTOM, false)
Run test 'Encrypt' (tipo: JSON_ENCRYPT_JWK_SYMMETRIC_KEYS_HEADER_CUSTOM) ...
Run test 'Encrypt' (tipo: JSON_ENCRYPT_JWK_SYMMETRIC_KEYS_HEADER_CUSTOM) ok
testEncrypt(JSON_ENCRYPT_JKS_KEYSTORE_JCE_HEADER_CUSTOM, false)
Run test 'Encrypt' (tipo: JSON_ENCRYPT_JKS_KEYSTORE_JCE_HEADER_CUSTOM) ...
Run test 'Encrypt' (tipo: JSON_ENCRYPT_JKS_KEYSTORE_JCE_HEADER_CUSTOM) ok
testSignature(JSON_SIGNATURE_JWK_KEY, false)
Run test 'Signature' (tipo: JSON_SIGNATURE_JWK_KEY) ...
Run test 'Signature' (tipo: JSON_SIGNATURE_JWK_KEY) ok
testSignature(JSON_SIGNATURE_PKCS11_KEYSTORE, true)
Run test 'Signature' (tipo: JSON_SIGNATURE_PKCS11_KEYSTORE) ...
Run test 'Signature' (tipo: JSON_SIGNATURE_PKCS11_KEYSTORE) ok
testDoFilterNullOrigin
Run test 'CORS.nullOrigin' ...
Non atteso header 'Access-Control-Allow-Origin' trovato [null]
Non atteso header 'Access-Control-Allow-Methods' trovato [null]
Non atteso header 'Access-Control-Allow-Headers' trovato [null]
Atteso tipo richiesta' [INVALID] trovato [INVALID]
Run test 'CORS.nullOrigin' ok
testEncrypt(XML_ENCRYPT_JKS, false)
Run test 'Encrypt' (tipo: XML_ENCRYPT_JKS) ...
Run test 'Encrypt' (tipo: XML_ENCRYPT_JKS) ok
testDoFilterPreflightAnyOrigin
Run test 'CORS.preflightAnyOrigin' ...
Atteso [*] trovato [*]
Atteso header 'Access-Control-Allow-Methods' [[GET, POST, PUT, DELETE, PATCH]] trovato [GET, POST, PUT, DELETE, PATCH]
Atteso header 'Access-Control-Allow-Headers' [[Authorization, Content-Type, SOAPAction, Cache-Control]] trovato [Authorization, Content-Type, SOAPAction, Cache-Control]
Atteso tipo richiesta' [PRE_FLIGHT] trovato [PRE_FLIGHT]
Run test 'CORS.preflightAnyOrigin' ok
testSignature(JSON_SIGNATURE_PKCS12_KEYSTORE_HEADER_CUSTOM, false)
Run test 'Signature' (tipo: JSON_SIGNATURE_PKCS12_KEYSTORE_HEADER_CUSTOM) ...
Run test 'Signature' (tipo: JSON_SIGNATURE_PKCS12_KEYSTORE_HEADER_CUSTOM) ok
testDigestBase64(SHA512_256, ${message}${salt}, 5195720880, T35T0 Ch1ar(), snWoLYlLp8x1ED/wLX2GI9ueOHb4T+O6xf54xq4YIk...)
Run tests 'Digest'...
Run tests 'Digest'...
testDigestBinary(SHA3_384, ${message}${salt}, 5195720880, T35T0 Ch1ar(), GY2jhqXDzP0vySjh+kWB/v0N1UfoqU0HDr7WYlJ3B55d...)
Run tests 'Digest'...
Run tests 'Digest'...
testEcPrivateKeyPkcs8EncryptedDER
Run test 'PrivatePublicKey.ec.privateKey.pkcs8_encrypted.der' ...
Run test 'PrivatePublicKey.ec.privateKey.pkcs8_encrypted.der' ok
testSignature(JSON_SIGNATURE_PKCS11_KEYSTORE_HEADER_CUSTOM, false)
Run test 'Signature' (tipo: JSON_SIGNATURE_PKCS11_KEYSTORE_HEADER_CUSTOM) ...
Run test 'Signature' (tipo: JSON_SIGNATURE_PKCS11_KEYSTORE_HEADER_CUSTOM) ok
testDigestBinary(SHA3_384, ${message}${salt}, 51988113, M3ssaggi0 S3Gr3T0!, 0ZuKZoN8t+aCwJehlrTMX1dCxcXlQubb0JZy0YUea...)
Run tests 'Digest'...
Run tests 'Digest'...
testEcPrivateKeyPkcs8EncryptedPEM
Run test 'PrivatePublicKey.ec.privateKey.pkcs8_encrypted.pem' ...
Run test 'PrivatePublicKey.ec.privateKey.pkcs8_encrypted.pem' ok
testCifraturaConPasswordPBKDF2(256, true, 65535)
Run test 'EncryptOpenSSL.testCifraturaConPasswordPBKDF2' (size: 256)(base64: true)(iteration: 65535) ...
Run test 'EncryptOpenSSL.testCifraturaConPasswordPBKDF2' (size: 256)(base64: true)(iteration: 65535) ok
testDecifraturaConPasswordPBKDF2(192, false, 65535)
Run test 'EncryptOpenSSL.testDecifraturaConPasswordPBKDF2' (size: 192)(base64: false)(iteration: 65535) ...
Run test 'EncryptOpenSSL.testDecifraturaConPasswordPBKDF2' (size: 192)(base64: false)(iteration: 65535) ok
testDoFilterPreflightInvalidOrigin(https://www.govway2.org)
Run test 'CORS.preflightInvalidOrigin' ...
Atteso [*] trovato [null]
Atteso header 'Access-Control-Allow-Methods' [[GET, POST, PUT, DELETE, PATCH]] trovato [GET, POST, PUT, DELETE, PATCH]
Atteso header 'Access-Control-Allow-Headers' [[Authorization, Content-Type, SOAPAction, Cache-Control]] trovato [Authorization, Content-Type, SOAPAction, Cache-Control]
Atteso tipo richiesta' [PRE_FLIGHT] trovato [PRE_FLIGHT]
Run test 'CORS.preflightInvalidOrigin' ok
testReadPrimaryType
Run test 'ContentType.readPrimaryType' ...
Run test 'ContentType.readPrimaryType' ok
testXACML
Run test 'XACML' ...
Run test 'XACML' ok
testTimeChangePendingToday
Run test 'DaylightSaving.timeChangePendingToday' ...
Run test 'DaylightSaving.timeChangePendingToday' ok
testSignature(JAVA_SIGNATURE_PKCS11, true)
Run test 'Signature' (tipo: JAVA_SIGNATURE_PKCS11) ...
Run test 'Signature' (tipo: JAVA_SIGNATURE_PKCS11) ok
testEqualsList
Run test 'ContentType.equalsList' ...
Run test 'ContentType.equalsList' ok
testDecifraturaConPasswordPBKDF2(128, false, 65535)
Run test 'EncryptOpenSSL.testDecifraturaConPasswordPBKDF2' (size: 128)(base64: false)(iteration: 65535) ...
Run test 'EncryptOpenSSL.testDecifraturaConPasswordPBKDF2' (size: 128)(base64: false)(iteration: 65535) ok
testRandomGenerator(true, DRBG)
Run test 'Random' ...
Run test 'Random' ok
testJWKset
Run test 'JWKs.jwtSet' ...
Run test 'JWKs.jwtSet' ok
testEncrypt(JSON_ENCRYPT_PROPERTIES_JKS_HEADER_CUSTOM_KID_ONLY, false)
Run test 'Encrypt' (tipo: JSON_ENCRYPT_PROPERTIES_JKS_HEADER_CUSTOM_KID_ONLY) ...
Run test 'Encrypt' (tipo: JSON_ENCRYPT_PROPERTIES_JKS_HEADER_CUSTOM_KID_ONLY) ok
testEcPublicPrivateKeyPkcs8PEM
Run test 'PrivatePublicKey.ec.publicPrivateKey.pkcs8.pem' ...
Run test 'PrivatePublicKey.ec.publicPrivateKey.pkcs8.pem' ok
testEncrypt(JSON_ENCRYPT_PKCS12_KEYSTORE, false)
Run test 'Encrypt' (tipo: JSON_ENCRYPT_PKCS12_KEYSTORE) ...
Run test 'Encrypt' (tipo: JSON_ENCRYPT_PKCS12_KEYSTORE) ok
testEncrypt(JSON_ENCRYPT_PKCS11_KEYSTORE_JCE, true)
Run test 'Encrypt' (tipo: JSON_ENCRYPT_PKCS11_KEYSTORE_JCE) ...
Run test 'Encrypt' (tipo: JSON_ENCRYPT_PKCS11_KEYSTORE_JCE) ok
testReadMultipartBoundary
Run test 'ContentType.readMultipartBoundary' ...
Run test 'ContentType.readMultipartBoundary' ok
testOpenApiReader(yaml)
Run test 'OpenAPI-Reader' (interfaccia:yaml) ...
Run test 'OpenAPI-Reader' (interfaccia:yaml) ok
testDigestBinary(SHA3_256, ${message}${salt}, 5195720880, M3ssaggi0 S3Gr3T0!, 47AGLVUDXe2xxYBVNMpvfs31/pMkNfLVyP7aGRV...)
Run tests 'Digest'...
Run tests 'Digest'...
testSignature(JSON_SIGNATURE_PROPERTIES_PKCS11_HEADER_CUSTOM_KID_ONLY, false)
Run test 'Signature' (tipo: JSON_SIGNATURE_PROPERTIES_PKCS11_HEADER_CUSTOM_KID_ONLY) ...
Run test 'Signature' (tipo: JSON_SIGNATURE_PROPERTIES_PKCS11_HEADER_CUSTOM_KID_ONLY) ok
testDecifraturaConPasswordPBKDF2(192, false, null)
Run test 'EncryptOpenSSL.testDecifraturaConPasswordPBKDF2' (size: 192)(base64: false)(iteration: null) ...
Run test 'EncryptOpenSSL.testDecifraturaConPasswordPBKDF2' (size: 192)(base64: false)(iteration: null) ok
testEncrypt(JSON_ENCRYPT_JWK_KEY, false)
Run test 'Encrypt' (tipo: JSON_ENCRYPT_JWK_KEY) ...
Run test 'Encrypt' (tipo: JSON_ENCRYPT_JWK_KEY) ok
testOraSolareToOraLegale
Run test 'DaylightSaving.oraSolareToOraLegale' ...
Run test 'DaylightSaving.oraSolareToOraLegale' ok
testCifraturaConKey(256, true)
Run test 'EncryptOpenSSL.testCifraturaConKey' (size: 256)(base64: true) ...
Run test 'EncryptOpenSSL.testCifraturaConKey' (size: 256)(base64: true) ok
testSignature(PKCS7_SIGNATURE_PKCS12, false)
Run test 'Signature' (tipo: PKCS7_SIGNATURE_PKCS12) ...
Run test 'Signature' (tipo: PKCS7_SIGNATURE_PKCS12) ok
testDoFilterPreflightAnyOriginAndSupportsCredentials
Run test 'CORS.preflightAnyOriginAndSupportsCredentials' ...
Atteso header 'Access-Control-Allow-Origin' [https://www.govway.org] trovato [https://www.govway.org]
Atteso header 'Access-Control-Allow-Credentials' [true] trovato [true]
Atteso header 'Access-Control-Allow-Methods' [[GET, POST, PUT, DELETE, PATCH]] trovato [GET, POST, PUT, DELETE, PATCH]
Atteso header 'Access-Control-Allow-Headers' [[Authorization, Content-Type, SOAPAction, Cache-Control]] trovato [Authorization, Content-Type, SOAPAction, Cache-Control]
Atteso tipo richiesta' [PRE_FLIGHT] trovato [PRE_FLIGHT]
Run test 'CORS.preflightAnyOriginAndSupportsCredentials' ok
testCertificatePEM
Run test 'PrivatePublicKey.certificate.pem' ...
Run test 'PrivatePublicKey.certificate.pem' ok
testRsaPssPrivateKeyPkcs8EncryptedDER
Run test 'PrivatePublicKey.rsapss.privateKey.pkcs8_encrypted.der' ...
Run test 'PrivatePublicKey.rsapss.privateKey.pkcs8_encrypted.der' ok
testSignature(JSON_SIGNATURE_PROPERTIES_SECRET, false)
Run test 'Signature' (tipo: JSON_SIGNATURE_PROPERTIES_SECRET) ...
Run test 'Signature' (tipo: JSON_SIGNATURE_PROPERTIES_SECRET) ok
testDecifraturaConKey(192, true)
Run test 'EncryptOpenSSL.testDecifraturaConKey' (size: 192)(base64: true) ...
Run test 'EncryptOpenSSL.testDecifraturaConKey' (size: 192)(base64: true) ok
testEcPrivateKeySec1PEM
Run test 'PrivatePublicKey.ec.privateKey.sec1.pem' ...
Run test 'PrivatePublicKey.ec.privateKey.sec1.pem' ok
testDigestBinary(SHA3_512, ${message}${salt}, 51988113, M3ssaggi0 S3Gr3T0!, NqFVpIp7bPEQbqfeJztmfKHZNobUZXBTXRKYAH1HQ...)
Run tests 'Digest'...
Run tests 'Digest'...
testPublicPrivateKeyPkcs8EncryptedPEM
Run test 'PrivatePublicKey.publicPrivateKey.pkcs8_encrypted.pem' ...
Run test 'PrivatePublicKey.publicPrivateKey.pkcs8_encrypted.pem' ok
testCifraturaConPassword(192, false)
SKIP
testEncrypt(JSON_ENCRYPT_JWK_SYMMETRIC_KEYS, false)
Run test 'Encrypt' (tipo: JSON_ENCRYPT_JWK_SYMMETRIC_KEYS) ...
Run test 'Encrypt' (tipo: JSON_ENCRYPT_JWK_SYMMETRIC_KEYS) ok
testCifraturaConPasswordPBKDF2(128, true, 65535)
Run test 'EncryptOpenSSL.testCifraturaConPasswordPBKDF2' (size: 128)(base64: true)(iteration: 65535) ...
Run test 'EncryptOpenSSL.testCifraturaConPasswordPBKDF2' (size: 128)(base64: true)(iteration: 65535) ok
testSignature(JSON_SIGNATURE_PKCS12_KEYSTORE, false)
Run test 'Signature' (tipo: JSON_SIGNATURE_PKCS12_KEYSTORE) ...
Run test 'Signature' (tipo: JSON_SIGNATURE_PKCS12_KEYSTORE) ok
testDigestBase64(SHA3_256, ${message}${salt}, 5195720880, M3ssaggi0 S3Gr3T0!, 47AGLVUDXe2xxYBVNMpvfs31/pMkNfLVyP7aGRV...)
Run tests 'Digest'...
Run tests 'Digest'...
testOID_keyUsage_sign
Run test 'Certificate.OID_keyUsage_sign' ...
Run test 'Certificate.OID_keyUsage_sign' ok
testRsaPssPublicKeyDER
Run test 'PrivatePublicKey.rsapss.publicKey.der' ...
Run test 'PrivatePublicKey.rsapss.publicKey.der' ok
testCifraturaConPasswordPBKDF2(192, true, 65535)
Run test 'EncryptOpenSSL.testCifraturaConPasswordPBKDF2' (size: 192)(base64: true)(iteration: 65535) ...
Run test 'EncryptOpenSSL.testCifraturaConPasswordPBKDF2' (size: 192)(base64: true)(iteration: 65535) ok
testPrivatePublicKey
Run test 'JWKs.privatePublicKey' ...
Run test 'JWKs.privatePublicKey' ok
testQuery(SPRING_FRAMEWORK, org.openspcoop2.utils.transport.ldap.LdapQuery@3fff8608, ldap://127.0.0.1:9321/dc=...)
Run test 'LDAP.query' ...
engine: SPRING_FRAMEWORK, url: ldap://127.0.0.1:9321/dc=example,dc=com?userCertificate
testParsing(SPRING_FRAMEWORK, org.openspcoop2.utils.transport.ldap.LdapQuery@2016cf66, ldap://127.0.0.1:9321/dc%...)
Run test 'LDAP.parsing' ...
engine: SPRING_FRAMEWORK, url: ldap://127.0.0.1:9321/dc%3Dexample%2Cdc%3Dcom?cn,mobile?%28%7C%28%26%28l%3D*ondon%29%28uid%3C%3D002000%29%29%28uid%3D001377%29%29
testKeystore
Run test 'JWKs.keystore' ...
Run test 'JWKs.keystore' ok
testSignatureOcsp_properties_header_custom_kid_only(export LD_LIBRARY_PATH=/opt/openssl/openssl-1.1.1w/: ; /opt/openssl/openssl-1.1.1w/apps/openssl, 500...)
Run test 'SignatureOcsp' (tipo: JSON_SIGNATURE_PROPERTIES_OCSP_HEADER_CUSTOM_KID_ONLY) ...
Run test 'SignatureOcsp' (tipo: JSON_SIGNATURE_PROPERTIES_OCSP_HEADER_CUSTOM_KID_ONLY) ok
testDigestBinary(SHA3_256, ${message}${salt}, 51988113, M3ssaggi0 S3Gr3T0!, mx5iefAq9owwm7araBk/LQRGhPXsrikBLsMzJOgaS...)
Run tests 'Digest'...
Run tests 'Digest'...
testOpenApiValidator(json, json_schema, false)
Run test 'OpenAPI-Validator' (interfaccia:json openAPILibrary:json_schema mergeSpec:false) ...
Run test 'OpenAPI-Validator' (interfaccia:json openAPILibrary:json_schema mergeSpec:false) ok
testEncrypt(JSON_ENCRYPT_PROPERTIES_JCEKS, false)
Run test 'Encrypt' (tipo: JSON_ENCRYPT_PROPERTIES_JCEKS) ...
Run test 'Encrypt' (tipo: JSON_ENCRYPT_PROPERTIES_JCEKS) ok
testCompareDifferentFormat
Run test 'Certificate.compareDifferentFormat' ...
Run test 'Certificate.compareDifferentFormat' ok
testFastImpl
Run test 'DumpByteArrayOutputStream'.testFastImpl ...
Run test 'DumpByteArrayOutputStream'.testFastImpl ok
testOCSPResponse_signedByResponderCertificate_case2(export LD_LIBRARY_PATH=/opt/openssl/openssl-1.1.1w/: ; /opt/openssl/openssl-1.1.1w/apps/openssl, 500...)
Run test 'OCSP.checkOCSPResponse_signedByResponderCertificate_case2' ...
Run test 'OCSP.checkOCSPResponse_signedByResponderCertificate_case2' ok
testDoFilterSimplePOST(application/x-www-form-urlencoded)
Run test 'CORS.simpleRequestPOST' ...
Atteso header 'Access-Control-Allow-Origin' [https://www.govway.org] trovato [https://www.govway.org]
Non atteso header 'Access-Control-Allow-Methods' trovato [null]
Non atteso header 'Access-Control-Allow-Headers' trovato [null]
Atteso tipo richiesta' [SIMPLE] trovato [SIMPLE]
Run test 'CORS.simpleRequestPOST' ok
testAlternativeCrlCheck
Run test 'OCSP.checkAlternativeCrlCheck' ...
Run test 'OCSP.checkAlternativeCrlCheck' ok
testEncrypt(JSON_ENCRYPT_PROPERTIES_PKCS12_HEADER_CUSTOM, false)
Run test 'Encrypt' (tipo: JSON_ENCRYPT_PROPERTIES_PKCS12_HEADER_CUSTOM) ...
Run test 'Encrypt' (tipo: JSON_ENCRYPT_PROPERTIES_PKCS12_HEADER_CUSTOM) ok
testRandomGenerator(true, null)
Run test 'Random' ...
Run test 'Random' ok
testZoneId
Run test 'DaylightSaving.zoneId' ...
Run test 'DaylightSaving.zoneId' ok
testEcPrivateKeyPkcs8PEM
Run test 'PrivatePublicKey.ec.privateKey.pkcs8.pem' ...
Run test 'PrivatePublicKey.ec.privateKey.pkcs8.pem' ok
testEncrypt(JSON_ENCRYPT_JKS_KEYSTORE, false)
Run test 'Encrypt' (tipo: JSON_ENCRYPT_JKS_KEYSTORE) ...
Run test 'Encrypt' (tipo: JSON_ENCRYPT_JKS_KEYSTORE) ok
testGoogle
Run test 'OCSP.checkGoogle' ...
Run test 'OCSP.checkGoogle' ok
testDigestBase64(SHA384, ${message}${salt}, 51988113, M3ssaggi0 S3Gr3T0!, bE8I/jYx4qjJDw3VdeaN9rNQOs8e545FMZfY9aS2iol...)
Run tests 'Digest'...
Run tests 'Digest'...
testDoFilterInvalidOrigin(http://www.w3.org%0d%0a)
Run test 'CORS.invalidOrigin' ...
Non atteso header 'Access-Control-Allow-Origin' trovato [null]
Non atteso header 'Access-Control-Allow-Methods' trovato [null]
Non atteso header 'Access-Control-Allow-Headers' trovato [null]
Atteso tipo richiesta' [INVALID] trovato [INVALID]
Run test 'CORS.invalidOrigin' ok
testMultipleAnnotations
Run test 'PDFWriter' (tipo: testMultipleAnnotations) ...
Run test 'PDFWriter' (tipo: testMultipleAnnotations) ok
testSignature
Run test 'PDFWriter' (tipo: testSignature) ...
Run test 'PDFWriter' (tipo: testSignature) ok
testSignature
Run test 'PDFReader' (tipo: testSignature) ...
Run test 'PDFReader' (tipo: testSignature) ok
testEncrypt(JSON_ENCRYPT_PROPERTIES_PKCS11, false)
Run test 'Encrypt' (tipo: JSON_ENCRYPT_PROPERTIES_PKCS11) ...
Run test 'Encrypt' (tipo: JSON_ENCRYPT_PROPERTIES_PKCS11) ok
testReadSubType
Run test 'ContentType.readSubType' ...
Run test 'ContentType.readSubType' ok
testJsonPath
Run test 'JSON-Path' ...
Run test 'JSON-Path' ok
testDoFilterDifferentOrigin(file://)
Run test 'CORS.differentOrigin' ...
Atteso header 'Access-Control-Allow-Origin' [*] trovato [*]
Non atteso header 'Access-Control-Allow-Methods' trovato [null]
Non atteso header 'Access-Control-Allow-Headers' trovato [null]
Atteso tipo richiesta' [SIMPLE] trovato [SIMPLE]
Run test 'CORS.differentOrigin' ok
testXFAFile
Run test 'PDFReader' (tipo: testXFAFile) ...
Run test 'PDFReader' (tipo: testXFAFile) ok
testEcPublicPrivateKeyPkcs8EncryptedPEM
Run test 'PrivatePublicKey.ec.publicPrivateKey.pkcs8_encrypted.pem' ...
Run test 'PrivatePublicKey.ec.publicPrivateKey.pkcs8_encrypted.pem' ok
testSignature(JSON_SIGNATURE_PKCS11_KEYSTORE, false)
Run test 'Signature' (tipo: JSON_SIGNATURE_PKCS11_KEYSTORE) ...
Run test 'Signature' (tipo: JSON_SIGNATURE_PKCS11_KEYSTORE) ok
testXXE
Run test 'XML-eXternalEntityInjection-XXE' ...
Run test 'XML-eXternalEntityInjection-XXE' ok
testOpenApi3ExtendedValidator(openapi4j, true)
Run test 'OpenAPI-Validator' (openAPILibrary:openapi4j mergeSpec:true) ...
Run test 'OpenAPI-Validator' (openAPILibrary:openapi4j mergeSpec:true) ok
testSignatureOcsp_keystore(export LD_LIBRARY_PATH=/opt/openssl/openssl-1.1.1w/: ; /opt/openssl/openssl-1.1.1w/apps/openssl, 500...)
Run test 'SignatureOcsp' (tipo: JSON_SIGNATURE_OCSP_KEYSTORE) ...
Run test 'SignatureOcsp' (tipo: JSON_SIGNATURE_OCSP_KEYSTORE) ok
testCopyStream(1024, -1, false, -1, false)
Run test 'CopyStream' ...
Run test 'CopyStream' ok
testDigestBinary(SHA512_256, ${message}${salt}, 5195720880, T35T0 Ch1ar(), snWoLYlLp8x1ED/wLX2GI9ueOHb4T+O6xf54xq4YIk...)
Run tests 'Digest'...
Run tests 'Digest'...
testSignature(JSON_SIGNATURE_JCEKS_KEYSTORE_HEADER_CUSTOM, false)
Run test 'Signature' (tipo: JSON_SIGNATURE_JCEKS_KEYSTORE_HEADER_CUSTOM) ...
Run test 'Signature' (tipo: JSON_SIGNATURE_JCEKS_KEYSTORE_HEADER_CUSTOM) ok
testPrivatePublicKeyPkcs8PEM
Run test 'PrivatePublicKey.privatePublicKey.pkcs8.pem' ...
Run test 'PrivatePublicKey.privatePublicKey.pkcs8.pem' ok
testDecifraturaConPassword(192, false)
SKIP
testDigestBase64(SHAKE128, ${message}${salt}, 5195720880, M3ssaggi0 S3Gr3T0!, XZzskIacDaPSUjiuWXL3iveu1W9m8nNA4ypfO1c...)
Run tests 'Digest'...
Run tests 'Digest'...
testDigestBase64(SHA3_384, ${message}${salt}, 5195720880, M3ssaggi0 S3Gr3T0!, J3O3T35Ge51wfJZig8l0SX4ty2R/ImDcaAlaYT3...)
Run tests 'Digest'...
Run tests 'Digest'...
testEcPrivatePublicKeySec1PEM
Run test 'PrivatePublicKey.ec.privatePublicKey.sec1.pem' ...
Run test 'PrivatePublicKey.ec.privatePublicKey.sec1.pem' ok
testEncrypt(JAVA_ENCRYPT_PKCS12, false)
Run test 'Encrypt' (tipo: JAVA_ENCRYPT_PKCS12) ...
Run test 'Encrypt' (tipo: JAVA_ENCRYPT_PKCS12) ok
testCheckPreFlightNoACRH
Run test 'CORS.preflightNoAccessControlRequestHeaders' ...
Atteso header 'Access-Control-Allow-Origin' [https://www.govway.org] trovato [https://www.govway.org]
Atteso header 'Access-Control-Allow-Methods' [[GET, POST, PUT, DELETE, PATCH]] trovato [GET, POST, PUT, DELETE, PATCH]
Atteso header 'Access-Control-Allow-Headers' [[Authorization, Content-Type, SOAPAction, Cache-Control]] trovato [Authorization, Content-Type, SOAPAction, Cache-Control]
Atteso tipo richiesta' [PRE_FLIGHT] trovato [PRE_FLIGHT]
Run test 'CORS.preflightNoAccessControlRequestHeaders' ok
testCifraturaConPassword(256, true)
Run test 'EncryptOpenSSL.testCifraturaConPassword' (size: 256)(base64: true) ...
Run test 'EncryptOpenSSL.testCifraturaConPassword' (size: 256)(base64: true) ok
testDoFilterPreflightMaxAge
Run test 'CORS.preflightMaxAge' ...
Atteso header 'Access-Control-Allow-Origin' [https://www.govway.org] trovato [https://www.govway.org]
Atteso header 'Access-Control-Max-Age' [345] trovato [345]
Atteso header 'Access-Control-Allow-Methods' [[GET, POST, PUT, DELETE, PATCH]] trovato [GET, POST, PUT, DELETE, PATCH]
Atteso header 'Access-Control-Allow-Headers' [[Authorization, Content-Type, SOAPAction, Cache-Control]] trovato [Authorization, Content-Type, SOAPAction, Cache-Control]
Atteso tipo richiesta' [PRE_FLIGHT] trovato [PRE_FLIGHT]
Run test 'CORS.preflightMaxAge' ok
testBugEntityReferences
Run test 'TestBugEntityReferences' [string] ...
Run test 'TestBugEntityReferences' [string] ok
testEncrypt(JSON_ENCRYPT_PKCS12_KEYSTORE_JCE_HEADER_CUSTOM, false)
Run test 'Encrypt' (tipo: JSON_ENCRYPT_PKCS12_KEYSTORE_JCE_HEADER_CUSTOM) ...
Run test 'Encrypt' (tipo: JSON_ENCRYPT_PKCS12_KEYSTORE_JCE_HEADER_CUSTOM) ok
testOpenApi3ExtendedValidator(json_schema, false)
Run test 'OpenAPI-Validator' (openAPILibrary:json_schema mergeSpec:false) ...
Run test 'OpenAPI-Validator' (openAPILibrary:json_schema mergeSpec:false) ok
testDecifraturaConPassword(128, false)
SKIP
testEncrypt(JSON_ENCRYPT_PROPERTIES_PKCS11_HEADER_CUSTOM_KID_ONLY, true)
Run test 'Encrypt' (tipo: JSON_ENCRYPT_PROPERTIES_PKCS11_HEADER_CUSTOM_KID_ONLY) ...
Run test 'Encrypt' (tipo: JSON_ENCRYPT_PROPERTIES_PKCS11_HEADER_CUSTOM_KID_ONLY) ok
testIsMultipart
Run test 'ContentType.isMultipart' ...
Run test 'ContentType.isMultipart' ok
testDigestBase64(SHAKE128, ${message}${salt}, 5195720880, T35T0 Ch1ar(), 5jDZbYutjfnd5TW2uGIFUQ+uqT+HtgCZ9U84g4GlUYM=)
Run tests 'Digest'...
Run tests 'Digest'...
testSignature(JSON_SIGNATURE_PROPERTIES_PKCS11, false)
Run test 'Signature' (tipo: JSON_SIGNATURE_PROPERTIES_PKCS11) ...
Run test 'Signature' (tipo: JSON_SIGNATURE_PROPERTIES_PKCS11) ok
testDigestBase64(SHA256, ${message}${salt}, 5195720880, T35T0 Ch1ar(), XwYQiEq84zq1AI+1ov/xYASieHXS1i5xOoE3BzDq9Fc=)
Run tests 'Digest'...
Run tests 'Digest'...
testSignatureOcsp_keystore_header_custom(export LD_LIBRARY_PATH=/opt/openssl/openssl-1.1.1w/: ; /opt/openssl/openssl-1.1.1w/apps/openssl, 500...)
Run test 'SignatureOcsp' (tipo: JSON_SIGNATURE_OCSP_KEYSTORE_HEADER_CUSTOM) ...
Run test 'SignatureOcsp' (tipo: JSON_SIGNATURE_OCSP_KEYSTORE_HEADER_CUSTOM) ok
testDigestBinary(SHA256, -${message}-${salt}-, 51988113, M3ssaggi0 S3Gr3T0!, lF6AEXat0Xc25LEWlpLYl+pZ/SaW9j1jrHEP+Hoy...)
Run tests 'Digest'...
Run tests 'Digest'...
testEncrypt(JSON_ENCRYPT_PKCS12_KEYSTORE_JCE, false)
Run test 'Encrypt' (tipo: JSON_ENCRYPT_PKCS12_KEYSTORE_JCE) ...
Run test 'Encrypt' (tipo: JSON_ENCRYPT_PKCS12_KEYSTORE_JCE) ok
testCheckPreFlightUnsupportedACRH
Run test 'CORS.preflightUnsupportedAccessControlRequestHeaders' ...
Atteso header 'Access-Control-Allow-Origin' [https://www.govway.org] trovato [https://www.govway.org]
Atteso header 'Access-Control-Allow-Methods' [[GET, POST, PUT, DELETE, PATCH]] trovato [GET, POST, PUT, DELETE, PATCH]
Atteso header 'Access-Control-Allow-Headers' [[Authorization, Content-Type, SOAPAction, Cache-Control]] trovato [Authorization, Content-Type, SOAPAction, Cache-Control]
Atteso tipo richiesta' [PRE_FLIGHT] trovato [PRE_FLIGHT]
Run test 'CORS.preflightUnsupportedAccessControlRequestHeaders' ok
testOpenApiReader(json)
Run test 'OpenAPI-Reader' (interfaccia:json) ...
Run test 'OpenAPI-Reader' (interfaccia:json) ok
testDigestBinary(SHA3_512, ${message}${salt}, 5195720880, T35T0 Ch1ar(), BQ0ykdPwWyFh78NQZa/xi14+Ixv+7Xh6Zg11hVskN4Ko...)
Run tests 'Digest'...
Run tests 'Digest'...
testPrivateKeyJKS
Run test 'Keystore.privateKey.jks' ...
Run test 'Keystore.privateKey.jks' ok
testApplicativeLogger(batch)
Run test 'ApplicativeLogger' (tipo:batch) ...
Run test 'ApplicativeLogger' (tipo:batch) ok
testSignature(JSON_SIGNATURE_PROPERTIES_JWK_HEADER_CUSTOM_KID_ONLY, false)
Run test 'Signature' (tipo: JSON_SIGNATURE_PROPERTIES_JWK_HEADER_CUSTOM_KID_ONLY) ...
Run test 'Signature' (tipo: JSON_SIGNATURE_PROPERTIES_JWK_HEADER_CUSTOM_KID_ONLY) ok
testApplicativeLogger(application)
Run test 'ApplicativeLogger' (tipo:application) ...
Run test 'ApplicativeLogger' (tipo:application) ok
testSignatureCrl(JSON_SIGNATURE_PROPERTIES_CRL_HEADER_CUSTOM_KID_ONLY, false)
Run test 'SignatureCrl' (tipo: JSON_SIGNATURE_PROPERTIES_CRL_HEADER_CUSTOM_KID_ONLY) ...
Run test 'SignatureCrl' (tipo: JSON_SIGNATURE_PROPERTIES_CRL_HEADER_CUSTOM_KID_ONLY) ok
testEncrypt(JSON_ENCRYPT_JKS_KEYSTORE_JCE, false)
Run test 'Encrypt' (tipo: JSON_ENCRYPT_JKS_KEYSTORE_JCE) ...
Run test 'Encrypt' (tipo: JSON_ENCRYPT_JKS_KEYSTORE_JCE) ok
testCopyStream(10485760, -1, false, 10240, true)
Run test 'CopyStream' ...
Run test 'CopyStream' ok
testDigestBinary(SHA3_384, ${message}${salt}, 5195720880, M3ssaggi0 S3Gr3T0!, J3O3T35Ge51wfJZig8l0SX4ty2R/ImDcaAlaYT3...)
Run tests 'Digest'...
Run tests 'Digest'...
testProvider(false)
Run test 'SecurityProvider' (useBCFacility: false) ...
Run test 'SecurityProvider' (useBCFacility: false) ok
testPublicPrivateKeyPkcs8PEM
Run test 'PrivatePublicKey.publicPrivateKey.pkcs8.pem' ...
Run test 'PrivatePublicKey.publicPrivateKey.pkcs8.pem' ok
testCheckActualNotSimplePostWithoutContentType
Run test 'CORS.actualPostWithoutContentType' ...
Atteso header 'Access-Control-Allow-Origin' [https://www.govway.org] trovato [https://www.govway.org]
Non atteso header 'Access-Control-Allow-Methods' trovato [null]
Non atteso header 'Access-Control-Allow-Headers' trovato [null]
Atteso tipo richiesta' [ACTUAL] trovato [ACTUAL]
Run test 'CORS.actualPostWithoutContentType' ok
testSignature(XML_SIGNATURE_PKCS11, false)
Run test 'Signature' (tipo: XML_SIGNATURE_PKCS11) ...
Run test 'Signature' (tipo: XML_SIGNATURE_PKCS11) ok
testEcPrivateKeyPkcs8DER
Run test 'PrivatePublicKey.ec.privateKey.pkcs8.der' ...
Run test 'PrivatePublicKey.ec.privateKey.pkcs8.der' ok
testOpenApiValidator(yaml, swagger_request_validator, false)
Run test 'OpenAPI-Validator' (interfaccia:yaml openAPILibrary:swagger_request_validator mergeSpec:false) ...
Run test 'OpenAPI-Validator' (interfaccia:yaml openAPILibrary:swagger_request_validator mergeSpec:false) ok
testOraLegaleToOraSolare
Run test 'DaylightSaving.oraLegaleToOraSolare' ...
Run test 'DaylightSaving.oraLegaleToOraSolare' ok
testDigestBinary(SHA256, -${message}-${salt}-, 5195720880, M3ssaggi0 S3Gr3T0!, JNwGBJupODTVWx0UStmfUejrsYUX4mnfQL0zQi...)
Run tests 'Digest'...
Run tests 'Digest'...
testNormalizeToRfc7230
Run test 'ContentType.normalizeToRfc7230' ...
Run test 'ContentType.normalizeToRfc7230' ok
testCache
Run test 'Cache.performance' ...
Run test 'Cache.performance' ok
testSignature(JSON_SIGNATURE_PROPERTIES_JKS_HEADER_CUSTOM, false)
Run test 'Signature' (tipo: JSON_SIGNATURE_PROPERTIES_JKS_HEADER_CUSTOM) ...
Run test 'Signature' (tipo: JSON_SIGNATURE_PROPERTIES_JKS_HEADER_CUSTOM) ok
testEncrypt(JSON_ENCRYPT_PKCS11_KEYSTORE, false)
Run test 'Encrypt' (tipo: JSON_ENCRYPT_PKCS11_KEYSTORE) ...
Run test 'Encrypt' (tipo: JSON_ENCRYPT_PKCS11_KEYSTORE) ok
testSignature(JSON_SIGNATURE_JWK_SYMMETRIC_KEYS, false)
Run test 'Signature' (tipo: JSON_SIGNATURE_JWK_SYMMETRIC_KEYS) ...
Run test 'Signature' (tipo: JSON_SIGNATURE_JWK_SYMMETRIC_KEYS) ok
testOpenApi3BigInterfaceValidator(swagger_request_validator, true)
Run test 'OpenAPI-Validator' (openAPILibrary:swagger_request_validator mergeSpec:true) ...
Run test 'OpenAPI-Validator' (openAPILibrary:swagger_request_validator mergeSpec:true) ok
testParsing(SPRING_FRAMEWORK, org.openspcoop2.utils.transport.ldap.LdapQuery@56fd4239, ldap://127.0.0.1:9321/dc=...)
Run test 'LDAP.parsing' ...
engine: SPRING_FRAMEWORK, url: ldap://127.0.0.1:9321/dc=example,dc=com?userCertificate
testPrivateKeyPkcs8EncryptedPEM
Run test 'PrivatePublicKey.privateKey.pkcs8_encrypted.pem' ...
Run test 'PrivatePublicKey.privateKey.pkcs8_encrypted.pem' ok
testCifraturaConPasswordPBKDF2(128, false, 65535)
Run test 'EncryptOpenSSL.testCifraturaConPasswordPBKDF2' (size: 128)(base64: false)(iteration: 65535) ...
Run test 'EncryptOpenSSL.testCifraturaConPasswordPBKDF2' (size: 128)(base64: false)(iteration: 65535) ok
testEcPrivatePublicKeyPkcs8PEM
Run test 'PrivatePublicKey.ec.privatePublicKey.pkcs8.pem' ...
Run test 'PrivatePublicKey.ec.privatePublicKey.pkcs8.pem' ok
testDigestBase64(SHA512, ${message}${salt}, 5195720880, M3ssaggi0 S3Gr3T0!, xeTxFp6KDMD6wK1/vKTUV5+qdoweUXlcw4eY/gXLX...)
Run tests 'Digest'...
Run tests 'Digest'...
testOpenApiValidator(yaml, json_schema, false)
Run test 'OpenAPI-Validator' (interfaccia:yaml openAPILibrary:json_schema mergeSpec:false) ...
Run test 'OpenAPI-Validator' (interfaccia:yaml openAPILibrary:json_schema mergeSpec:false) ok
testCSV
Run test 'CSV' ...
Run test 'CSV' ok
testAnnotation
Run test 'PDFWriter' (tipo: testAnnotation) ...
Run test 'PDFWriter' (tipo: testAnnotation) ok
testSignature(XML_SIGNATURE_PKCS12, false)
Run test 'Signature' (tipo: XML_SIGNATURE_PKCS12) ...
Run test 'Signature' (tipo: XML_SIGNATURE_PKCS12) ok
testDoFilterInvalidOrigin(http://www.w3.org%0D%0A)
Run test 'CORS.invalidOrigin' ...
Non atteso header 'Access-Control-Allow-Origin' trovato [null]
Non atteso header 'Access-Control-Allow-Methods' trovato [null]
Non atteso header 'Access-Control-Allow-Headers' trovato [null]
Atteso tipo richiesta' [INVALID] trovato [INVALID]
Run test 'CORS.invalidOrigin' ok
testPublicKey
Run test 'RemoteStore.publicKey' ...
Run test 'RemoteStore.publicKey' ok
testCompressor(ZIP)
Run test 'Compressor' (tipo:ZIP) ...
Run test 'Compressor' (tipo:ZIP) ok
testDoFilterInvalidOrigin(http://www.w3.org http://altraUrl)
Run test 'CORS.invalidOrigin' ...
Non atteso header 'Access-Control-Allow-Origin' trovato [null]
Non atteso header 'Access-Control-Allow-Methods' trovato [null]
Non atteso header 'Access-Control-Allow-Headers' trovato [null]
Atteso tipo richiesta' [INVALID] trovato [INVALID]
Run test 'CORS.invalidOrigin' ok
testMultipleCerts
Run test 'Certificate.multipleCerts' ...
Run test 'Certificate.multipleCerts' ok
testCifraturaConPasswordPBKDF2(128, false, null)
Run test 'EncryptOpenSSL.testCifraturaConPasswordPBKDF2' (size: 128)(base64: false)(iteration: null) ...
Run test 'EncryptOpenSSL.testCifraturaConPasswordPBKDF2' (size: 128)(base64: false)(iteration: null) ok
testEncrypt(JSON_ENCRYPT_PROPERTIES_PKCS12_HEADER_CUSTOM_KID_ONLY, false)
Run test 'Encrypt' (tipo: JSON_ENCRYPT_PROPERTIES_PKCS12_HEADER_CUSTOM_KID_ONLY) ...
Run test 'Encrypt' (tipo: JSON_ENCRYPT_PROPERTIES_PKCS12_HEADER_CUSTOM_KID_ONLY) ok
testCopyStream(10485760, 120000, false, -1, false)
Run test 'CopyStream' ...
Run test 'CopyStream' ok
testJacksonSerializer
Run test 'JacksonSerializer' ...
Run test 'JacksonSerializer' ok
testCheckActualNotSimpleHeaders
Run test 'CORS.actualNotSimpleHeaders' ...
Atteso header 'Access-Control-Allow-Origin' [https://www.govway.org] trovato [https://www.govway.org]
Non atteso header 'Access-Control-Allow-Methods' trovato [null]
Non atteso header 'Access-Control-Allow-Headers' trovato [null]
Atteso tipo richiesta' [ACTUAL] trovato [ACTUAL]
Run test 'CORS.actualNotSimpleHeaders' ok
testReadBaseType
Run test 'ContentType.readBaseType' ...
Run test 'ContentType.readBaseType' ok
testPrivateKeyPkcs1DER
Run test 'PrivatePublicKey.privateKey.pkcs1.der' ...
Run test 'PrivatePublicKey.privateKey.pkcs1.der' ok
testOpenApi3ExtendedValidator(swagger_request_validator, true)
Run test 'OpenAPI-Validator' (openAPILibrary:swagger_request_validator mergeSpec:true) ...
Run test 'OpenAPI-Validator' (openAPILibrary:swagger_request_validator mergeSpec:true) ok
testMultipleEmbeddedKids
Run test 'PDFWriter' (tipo: testMultipleEmbeddedKids) ...
Run test 'PDFWriter' (tipo: testMultipleEmbeddedKids) ok
testPasswordGenerator
Run test 'PasswordGenerator' ...
Run test 'PasswordGenerator' ok
testCifraturaConPasswordPBKDF2(256, true, null)
Run test 'EncryptOpenSSL.testCifraturaConPasswordPBKDF2' (size: 256)(base64: true)(iteration: null) ...
Run test 'EncryptOpenSSL.testCifraturaConPasswordPBKDF2' (size: 256)(base64: true)(iteration: null) ok
testOpenApiValidator(json, swagger_request_validator, true)
Run test 'OpenAPI-Validator' (interfaccia:json openAPILibrary:swagger_request_validator mergeSpec:true) ...
Run test 'OpenAPI-Validator' (interfaccia:json openAPILibrary:swagger_request_validator mergeSpec:true) ok
testEncrypt(JSON_ENCRYPT_PROPERTIES_JWK_HEADER_CUSTOM_KID_ONLY, false)
Run test 'Encrypt' (tipo: JSON_ENCRYPT_PROPERTIES_JWK_HEADER_CUSTOM_KID_ONLY) ...
Run test 'Encrypt' (tipo: JSON_ENCRYPT_PROPERTIES_JWK_HEADER_CUSTOM_KID_ONLY) ok
testDigestBinary(SHAKE256, ${message}${salt}, 51988113, M3ssaggi0 S3Gr3T0!, dMTdTXBW3CEK+z6yCvRAa6eNI25ueDKAwNEXuaS3w...)
Run tests 'Digest'...
Run tests 'Digest'...
testEncrypt(JSON_ENCRYPT_PROPERTIES_JWK_HEADER_CUSTOM, false)
Run test 'Encrypt' (tipo: JSON_ENCRYPT_PROPERTIES_JWK_HEADER_CUSTOM) ...
Run test 'Encrypt' (tipo: JSON_ENCRYPT_PROPERTIES_JWK_HEADER_CUSTOM) ok
testSignature(JSON_SIGNATURE_PROPERTIES_JKS_HEADER_CUSTOM_KID_ONLY, false)
Run test 'Signature' (tipo: JSON_SIGNATURE_PROPERTIES_JKS_HEADER_CUSTOM_KID_ONLY) ...
Run test 'Signature' (tipo: JSON_SIGNATURE_PROPERTIES_JKS_HEADER_CUSTOM_KID_ONLY) ok
testDigestBinary(SHAKE128, ${message}${salt}, 5195720880, T35T0 Ch1ar(), 5jDZbYutjfnd5TW2uGIFUQ+uqT+HtgCZ9U84g4GlUYM=)
Run tests 'Digest'...
Run tests 'Digest'...
testDigestBase64(SHA256, -${message}-${salt}-, 5195720880, M3ssaggi0 S3Gr3T0!, JNwGBJupODTVWx0UStmfUejrsYUX4mnfQL0zQi...)
Run tests 'Digest'...
Run tests 'Digest'...
testSignature(JSON_SIGNATURE_PROPERTIES_PKCS11_HEADER_CUSTOM, false)
Run test 'Signature' (tipo: JSON_SIGNATURE_PROPERTIES_PKCS11_HEADER_CUSTOM) ...
Run test 'Signature' (tipo: JSON_SIGNATURE_PROPERTIES_PKCS11_HEADER_CUSTOM) ok
testDecifraturaConPasswordPBKDF2(256, true, 65535)
Run test 'EncryptOpenSSL.testDecifraturaConPasswordPBKDF2' (size: 256)(base64: true)(iteration: 65535) ...
Run test 'EncryptOpenSSL.testDecifraturaConPasswordPBKDF2' (size: 256)(base64: true)(iteration: 65535) ok
testPrivateKeyPkcs1PEM
Run test 'PrivatePublicKey.privateKey.pkcs1.pem' ...
Run test 'PrivatePublicKey.privateKey.pkcs1.pem' ok
testSwaggerValidator(json, json_schema, false)
Run test 'Swagger-Validator' (interfaccia:json openAPILibrary:json_schema mergeSpec:false) ...
Run test 'Swagger-Validator' (interfaccia:json openAPILibrary:json_schema mergeSpec:false) ok
testCifraturaConPasswordPBKDF2(128, true, null)
Run test 'EncryptOpenSSL.testCifraturaConPasswordPBKDF2' (size: 128)(base64: true)(iteration: null) ...
Run test 'EncryptOpenSSL.testCifraturaConPasswordPBKDF2' (size: 128)(base64: true)(iteration: null) ok
testSignature(JAVA_SIGNATURE_PKCS11, false)
Run test 'Signature' (tipo: JAVA_SIGNATURE_PKCS11) ...
Run test 'Signature' (tipo: JAVA_SIGNATURE_PKCS11) ok
testEncrypt(JSON_ENCRYPT_JWK_KEYS, false)
Run test 'Encrypt' (tipo: JSON_ENCRYPT_JWK_KEYS) ...
Run test 'Encrypt' (tipo: JSON_ENCRYPT_JWK_KEYS) ok
testDigestBase64(SHA3_512, ${message}${salt}, 51988113, M3ssaggi0 S3Gr3T0!, NqFVpIp7bPEQbqfeJztmfKHZNobUZXBTXRKYAH1HQ...)
Run tests 'Digest'...
Run tests 'Digest'...
testUnzip
Run test 'Unzip' ...
Run test 'Unzip' ok
testSignature(JSON_SIGNATURE_PROPERTIES_PKCS11_HEADER_CUSTOM_KID_ONLY, true)
Run test 'Signature' (tipo: JSON_SIGNATURE_PROPERTIES_PKCS11_HEADER_CUSTOM_KID_ONLY) ...
Run test 'Signature' (tipo: JSON_SIGNATURE_PROPERTIES_PKCS11_HEADER_CUSTOM_KID_ONLY) ok
testBugFWK005ParseXerces_string
Run test 'TestBugFWK005ParseXerces' [string] ...
Run test 'TestBugFWK005ParseXerces' [string] ok
testSignature(JSON_SIGNATURE_PROPERTIES_JCEKS, false)
Run test 'Signature' (tipo: JSON_SIGNATURE_PROPERTIES_JCEKS) ...
Run test 'Signature' (tipo: JSON_SIGNATURE_PROPERTIES_JCEKS) ok
testDigestBase64(SHAKE256, ${message}${salt}, 5195720880, M3ssaggi0 S3Gr3T0!, 6rCab4rygXr5SWIiGuHTpHY4KXK2+0hj4/uSA2u...)
Run tests 'Digest'...
Run tests 'Digest'...
testRandomGenerator(true, NativePRNGNonBlocking)
Run test 'Random' ...
Run test 'Random' ok
testEmbedded
Run test 'PDFReader' (tipo: testEmbedded) ...
Run test 'PDFReader' (tipo: testEmbedded) ok
testPrivateCertificatesPkcs8PEM
Run test 'PrivatePublicKey.privateCertificates.pkcs8.pem' ...
Run test 'PrivatePublicKey.privateCertificates.pkcs8.pem' ok
testDoFilterPreflightAnyOriginAndSupportsCredentialsDisabled
Run test 'CORS.preflightAnyOriginAndSupportsCredentialsDisabled' ...
Atteso [*] trovato [*]
Atteso header 'Access-Control-Allow-Credentials' [null] trovato [null]
Atteso header 'Access-Control-Allow-Methods' [[GET, POST, PUT, DELETE, PATCH]] trovato [GET, POST, PUT, DELETE, PATCH]
Atteso header 'Access-Control-Allow-Headers' [[Authorization, Content-Type, SOAPAction, Cache-Control]] trovato [Authorization, Content-Type, SOAPAction, Cache-Control]
Atteso tipo richiesta' [PRE_FLIGHT] trovato [PRE_FLIGHT]
Run test 'CORS.preflightAnyOriginAndSupportsCredentialsDisabled' ok
testPrivateKeyPkcs8EncryptedDER
Run test 'PrivatePublicKey.privateKey.pkcs8_encrypted.der' ...
Run test 'PrivatePublicKey.privateKey.pkcs8_encrypted.der' ok
testEncrypt(JSON_ENCRYPT_PROPERTIES_PKCS11, true)
Run test 'Encrypt' (tipo: JSON_ENCRYPT_PROPERTIES_PKCS11) ...
Run test 'Encrypt' (tipo: JSON_ENCRYPT_PROPERTIES_PKCS11) ok
testDecifraturaConPasswordPBKDF2(192, true, null)
Run test 'EncryptOpenSSL.testDecifraturaConPasswordPBKDF2' (size: 192)(base64: true)(iteration: null) ...
Run test 'EncryptOpenSSL.testDecifraturaConPasswordPBKDF2' (size: 192)(base64: true)(iteration: null) ok
testCopyStream(10485760, 120000, false, 10240, true)
Run test 'CopyStream' ...
Run test 'CopyStream' ok
testEncrypt(JSON_ENCRYPT_PROPERTIES_JWK, false)
Run test 'Encrypt' (tipo: JSON_ENCRYPT_PROPERTIES_JWK) ...
Run test 'Encrypt' (tipo: JSON_ENCRYPT_PROPERTIES_JWK) ok
testCifraturaConKey(128, false)
Run test 'EncryptOpenSSL.testCifraturaConKey' (size: 128)(base64: false) ...
Run test 'EncryptOpenSSL.testCifraturaConKey' (size: 128)(base64: false) ok
testOpenApi3BigInterfaceValidator(swagger_request_validator, false)
Run test 'OpenAPI-Validator' (openAPILibrary:swagger_request_validator mergeSpec:false) ...
Run test 'OpenAPI-Validator' (openAPILibrary:swagger_request_validator mergeSpec:false) ok
testPrivateKeyPKCS11
Run test 'Keystore.privateKey.pkcs11' ...
Run test 'Keystore.privateKey.pkcs12' ok
testSignature(JSON_SIGNATURE_JWK_SYMMETRIC_KEY_HEADER_CUSTOM, false)
Run test 'Signature' (tipo: JSON_SIGNATURE_JWK_SYMMETRIC_KEY_HEADER_CUSTOM) ...
Run test 'Signature' (tipo: JSON_SIGNATURE_JWK_SYMMETRIC_KEY_HEADER_CUSTOM) ok
testDoFilterNullRequestType
Run test 'CORS.nullRequestType' ...
Non atteso header 'Access-Control-Allow-Origin' trovato [null]
Non atteso header 'Access-Control-Allow-Methods' trovato [null]
Non atteso header 'Access-Control-Allow-Headers' trovato [null]
Atteso tipo richiesta' [INVALID] trovato [INVALID]
Run test 'CORS.nullRequestType' ok
testEmbeddedKid
Run test 'PDFReader' (tipo: testEmbeddedKid) ...
Run test 'PDFReader' (tipo: testEmbeddedKid) ok
testCifraturaConPasswordPBKDF2(192, false, 65535)
Run test 'EncryptOpenSSL.testCifraturaConPasswordPBKDF2' (size: 192)(base64: false)(iteration: 65535) ...
Run test 'EncryptOpenSSL.testCifraturaConPasswordPBKDF2' (size: 192)(base64: false)(iteration: 65535) ok
testDoFilterEmptyOrigin
Run test 'CORS.emptyOrigin' ...
Non atteso header 'Access-Control-Allow-Origin' trovato [null]
Non atteso header 'Access-Control-Allow-Methods' trovato [null]
Non atteso header 'Access-Control-Allow-Headers' trovato [null]
Atteso tipo richiesta' [INVALID] trovato [INVALID]
Run test 'CORS.emptyOrigin' ok
testOpenApiValidator(json, swagger_request_validator, false)
Run test 'OpenAPI-Validator' (interfaccia:json openAPILibrary:swagger_request_validator mergeSpec:false) ...
Run test 'OpenAPI-Validator' (interfaccia:json openAPILibrary:swagger_request_validator mergeSpec:false) ok
testRsaPssPublicKeyPEM
Run test 'PrivatePublicKey.rsapss.publicKey.pem' ...
Run test 'PrivatePublicKey.rsapss.publicKey.pem' ok
testEncryptCrl(JSON_ENCRYPT_CRL_KEYSTORE, false)
Run test 'EncryptCrl' (tipo: JSON_ENCRYPT_CRL_KEYSTORE) ...
Run test 'EncryptCrl' (tipo: JSON_ENCRYPT_CRL_KEYSTORE) ok
testDoFilterSimplePOST(multipart/form-data)
Run test 'CORS.simpleRequestPOST' ...
Atteso header 'Access-Control-Allow-Origin' [https://www.govway.org] trovato [https://www.govway.org]
Non atteso header 'Access-Control-Allow-Methods' trovato [null]
Non atteso header 'Access-Control-Allow-Headers' trovato [null]
Atteso tipo richiesta' [SIMPLE] trovato [SIMPLE]
Run test 'CORS.simpleRequestPOST' ok
testSignature(JSON_SIGNATURE_PROPERTIES_PKCS12, false)
Run test 'Signature' (tipo: JSON_SIGNATURE_PROPERTIES_PKCS12) ...
Run test 'Signature' (tipo: JSON_SIGNATURE_PROPERTIES_PKCS12) ok
testVerifyGoogleJWT
Run test 'VerifyGoogleJWT' ...
Run test 'VerifyGoogleJWT' ok
testDoFilterSimpleWithExposedHeaders(application/x-www-form-urlencoded)
Run test 'CORS.simpleWithExposedHeaders' ...
Atteso header 'Access-Control-Allow-Origin' [https://www.govway.org] trovato [https://www.govway.org]
Atteso header 'Access-Control-Expose-Headers' [X-GovWayTest-HDR1, X-GovWayTest-HDR2] trovato [X-GovWayTest-HDR1, X-GovWayTest-HDR2]
Non atteso header 'Access-Control-Allow-Methods' trovato [null]
Non atteso header 'Access-Control-Allow-Headers' trovato [null]
Atteso tipo richiesta' [SIMPLE] trovato [SIMPLE]
Run test 'CORS..simpleWithExposedHeaders' ok
testCodecCrypt
Run test 'Crypt' ...
Run test 'Crypt' ok
testSignature(JSON_SIGNATURE_JCEKS_KEYSTORE, false)
Run test 'Signature' (tipo: JSON_SIGNATURE_JCEKS_KEYSTORE) ...
Run test 'Signature' (tipo: JSON_SIGNATURE_JCEKS_KEYSTORE) ok
testOpenApiValidator(yaml, openapi4j, false)
Run test 'OpenAPI-Validator' (interfaccia:yaml openAPILibrary:openapi4j mergeSpec:false) ...
Run test 'OpenAPI-Validator' (interfaccia:yaml openAPILibrary:openapi4j mergeSpec:false) ok
testDigestBinary(SHAKE128, ${message}${salt}, 51988113, M3ssaggi0 S3Gr3T0!, cedbOjDPPP6o65GCK2GikE4imgmDozyknF9ZlsbDz...)
Run tests 'Digest'...
Run tests 'Digest'...
testReadCharset
Run test 'ContentType.readCharset' ...
Run test 'ContentType.readCharset' ok
testDigestBinary(SHA384, ${message}${salt}, 5195720880, T35T0 Ch1ar(), 2Wu/IGj6R6u9eWqfCXu3TXHy91gemNJWA751H+nNzieHxM...)
Run tests 'Digest'...
Run tests 'Digest'...
testDigestBase64(SHA256, -${message}-${salt}-, 51988113, M3ssaggi0 S3Gr3T0!, lF6AEXat0Xc25LEWlpLYl+pZ/SaW9j1jrHEP+Hoy...)
Run tests 'Digest'...
Run tests 'Digest'...
testDigestBinary(SHA3_512, ${message}${salt}, 5195720880, M3ssaggi0 S3Gr3T0!, 1OM9V5ESPkOvYETJIrcvaLUXzR2gLXBtjBi7s6d...)
Run tests 'Digest'...
Run tests 'Digest'...
testDigestBinary(SHA512, ${message}${salt}, 5195720880, M3ssaggi0 S3Gr3T0!, xeTxFp6KDMD6wK1/vKTUV5+qdoweUXlcw4eY/gXLX...)
Run tests 'Digest'...
Run tests 'Digest'...
testParsing(SPRING_FRAMEWORK, org.openspcoop2.utils.transport.ldap.LdapQuery@7b80827e, ldap://127.0.0.1:9321/dc%...)
Run test 'LDAP.parsing' ...
engine: SPRING_FRAMEWORK, url: ldap://127.0.0.1:9321/dc%3Dexample%2Cdc%3Dcom?%28cn%3D*%29
testEcPublicPrivateKeySec1PEM
Run test 'PrivatePublicKey.ec.publicPrivateKey.sec1.pem' ...
Run test 'PrivatePublicKey.ec.publicPrivateKey.sec1.pem' ok
testRandomGenerator(false, null)
Run test 'Random' ...
Run test 'Random' ok
testRsaPssPublicPrivateKeyPkcs8EncryptedPEM
Run test 'PrivatePublicKey.rsapss.publicPrivateKey.pkcs8_encrypted.pem' ...
Run test 'PrivatePublicKey.rsapss.publicPrivateKey.pkcs8_encrypted.pem' ok
testAnnotation
Run test 'PDFReader' (tipo: testAnnotation) ...
Run test 'PDFReader' (tipo: testAnnotation) ok
testDoFilterInvalidCORSOriginNotAllowed(http://www.govway.org)
Run test 'CORS.invalidCORSOriginNotAllowed' ...
Non Atteso header 'Access-Control-Allow-Origin' trovato [null]
Non atteso header 'Access-Control-Allow-Methods' trovato [null]
Non atteso header 'Access-Control-Allow-Headers' trovato [null]
Atteso tipo richiesta' [SIMPLE] trovato [SIMPLE]
Run test 'CORS.invalidCORSOriginNotAllowed' ok
testDigestBinary(SHA256, ${message}${salt}, 51988113, M3ssaggi0 S3Gr3T0!, JeCsH6nJVbZ5PPc4ETgLN4uiCKdFFHTyY2yvx1H0QRs...)
Run tests 'Digest'...
Run tests 'Digest'...
testSignature(JSON_SIGNATURE_PKCS11_KEYSTORE_HEADER_CUSTOM, true)
Run test 'Signature' (tipo: JSON_SIGNATURE_PKCS11_KEYSTORE_HEADER_CUSTOM) ...
Run test 'Signature' (tipo: JSON_SIGNATURE_PKCS11_KEYSTORE_HEADER_CUSTOM) ok
testParsing(SPRING_FRAMEWORK, org.openspcoop2.utils.transport.ldap.LdapQuery@663e4a86, ldap://127.0.0.1:9321/dc%...)
Run test 'LDAP.parsing' ...
engine: SPRING_FRAMEWORK, url: ldap://127.0.0.1:9321/dc%3Dexample%2Cdc%3Dcom?cn,mobile?%28%7C%28%26%28l%3D*ondon%29%28uid%3E%3D002000%29%29%28uid%3D001377%29%29
testEmbedded
Run test 'PDFWriter' (tipo: testEmbedded) ...
Run test 'PDFWriter' (tipo: testEmbedded) ok
testDigestBinary(SHAKE256, ${message}${salt}, 5195720880, M3ssaggi0 S3Gr3T0!, 6rCab4rygXr5SWIiGuHTpHY4KXK2+0hj4/uSA2u...)
Run tests 'Digest'...
Run tests 'Digest'...
testOpenApiValidator(yaml, swagger_request_validator, true)
Run test 'OpenAPI-Validator' (interfaccia:yaml openAPILibrary:swagger_request_validator mergeSpec:true) ...
Run test 'OpenAPI-Validator' (interfaccia:yaml openAPILibrary:swagger_request_validator mergeSpec:true) ok
testOpenApiReaderIndentazione
Run test 'OpenAPI-Reader' (verificaIndentazione) ...
Run test 'OpenAPI-Reader' (verificaIndentazione) ok
testSignature(PKCS7_SIGNATURE_JKS, false)
Run test 'Signature' (tipo: PKCS7_SIGNATURE_JKS) ...
Run test 'Signature' (tipo: PKCS7_SIGNATURE_JKS) ok
testEncrypt(JSON_ENCRYPT_PKCS11_KEYSTORE, true)
Run test 'Encrypt' (tipo: JSON_ENCRYPT_PKCS11_KEYSTORE) ...
Run test 'Encrypt' (tipo: JSON_ENCRYPT_PKCS11_KEYSTORE) ok
testDigestBase64(SHA384, ${message}${salt}, 5195720880, M3ssaggi0 S3Gr3T0!, CW+DM/NAKvRLDGD67lbIOV9PokJViIJ5bkwG31bNR...)
Run tests 'Digest'...
Run tests 'Digest'...
testEcPrivateKeySec1DER
Run test 'PrivatePublicKey.ec.privateKey.sec1.der' ...
Run test 'PrivatePublicKey.ec.privateKey.sec1.der' ok
testOID_keyUsage_auth
Run test 'Certificate.OID_keyUsage_auth' ...
Run test 'Certificate.OID_keyUsage_auth' ok
testCompareDifferentFormat_multipleOU
Run test 'Certificate.compareDifferentFormat_multipleOU' ...
Run test 'Certificate.compareDifferentFormat_multipleOU' ok
testApacheIdGenerator
Run test 'ApacheIdGenerator' ...
Run test 'ApacheIdGenerator' ok
testOldMd5Crypt
Run test 'Crypt' ...
Run test 'Crypt' ok
testCertificatesPrivateKeyPkcs8PEM
Run test 'PrivatePublicKey.certificatesPrivateKey.pkcs8.pem' ...
Run test 'PrivatePublicKey.certificatesPrivateKey.pkcs8.pem' ok
testDecifraturaConKey(128, true)
Run test 'EncryptOpenSSL.testDecifraturaConKey' (size: 128)(base64: true) ...
Run test 'EncryptOpenSSL.testDecifraturaConKey' (size: 128)(base64: true) ok
testOpenApiValidator(json, openapi4j, true)
Run test 'OpenAPI-Validator' (interfaccia:json openAPILibrary:openapi4j mergeSpec:true) ...
Run test 'OpenAPI-Validator' (interfaccia:json openAPILibrary:openapi4j mergeSpec:true) ok
testCifraturaConPassword(128, false)
SKIP
testCopyCharStream(1048576)
Run test 'CopyCharStream' ...
Run test 'CopyCharStream' ok
testCifraturaConPasswordPBKDF2(256, false, null)
Run test 'EncryptOpenSSL.testCifraturaConPasswordPBKDF2' (size: 256)(base64: false)(iteration: null) ...
Run test 'EncryptOpenSSL.testCifraturaConPasswordPBKDF2' (size: 256)(base64: false)(iteration: null) ok
testDoFilterInvalidOrigin(http://www.w3.org%0%0d%0ad%0%0d%0aa)
Run test 'CORS.invalidOrigin' ...
Non atteso header 'Access-Control-Allow-Origin' trovato [null]
Non atteso header 'Access-Control-Allow-Methods' trovato [null]
Non atteso header 'Access-Control-Allow-Headers' trovato [null]
Atteso tipo richiesta' [INVALID] trovato [INVALID]
Run test 'CORS.invalidOrigin' ok
testPrivatePublicKeyPkcs1PEM
Run test 'PrivatePublicKey.privatePublicKey.pkcs1.pem' ...
Run test 'PrivatePublicKey.privatePublicKey.pkcs1.pem' ok
testSignature(JSON_SIGNATURE_PROPERTIES_PKCS12_HEADER_CUSTOM, false)
Run test 'Signature' (tipo: JSON_SIGNATURE_PROPERTIES_PKCS12_HEADER_CUSTOM) ...
Run test 'Signature' (tipo: JSON_SIGNATURE_PROPERTIES_PKCS12_HEADER_CUSTOM) ok
testDigestBinary(SHAKE256, ${message}${salt}, 5195720880, T35T0 Ch1ar(), gTM/P1SMtvNMUwL1YQuFZh4WKsu9dQSGD8aJx8sEEra6...)
Run tests 'Digest'...
Run tests 'Digest'...
testArchvie(TGZ)
Run test 'Archive' (tipo:TGZ) ...
Run test 'Archive' (tipo:TGZ) ok
testEncrypt(XML_ENCRYPT_PKCS12, false)
Run test 'Encrypt' (tipo: XML_ENCRYPT_PKCS12) ...
Run test 'Encrypt' (tipo: XML_ENCRYPT_PKCS12) ok
testRFC2047
Run test 'RFC2047' ...
Run test 'RFC2047' ok
testDigestBase64(SHAKE256, ${message}${salt}, 5195720880, T35T0 Ch1ar(), gTM/P1SMtvNMUwL1YQuFZh4WKsu9dQSGD8aJx8sEEra6...)
Run tests 'Digest'...
Run tests 'Digest'...
testDecifraturaConPasswordPBKDF2(256, false, 65535)
Run test 'EncryptOpenSSL.testDecifraturaConPasswordPBKDF2' (size: 256)(base64: false)(iteration: 65535) ...
Run test 'EncryptOpenSSL.testDecifraturaConPasswordPBKDF2' (size: 256)(base64: false)(iteration: 65535) ok
testDoFilterSimpleSpecificHeader(application/x-www-form-urlencoded)
Run test 'CORS.simpleSpecificHeader' ...
Atteso header 'Access-Control-Allow-Origin' [https://www.govway.org] trovato [https://www.govway.org]
Non atteso header 'Access-Control-Allow-Methods' trovato [null]
Non atteso header 'Access-Control-Allow-Headers' trovato [null]
Atteso tipo richiesta' [SIMPLE] trovato [SIMPLE]
Run test 'CORS.simpleSpecificHeader' ok
testRegExp
Run test 'RegExp' ...
Run test 'RegExp' ok
testCheckPreFlightUnsupportedACRM
Run test 'CORS.preflightUnsupportedAccessControlRequestMethod' ...
Atteso header 'Access-Control-Allow-Origin' [https://www.govway.org] trovato [https://www.govway.org]
Atteso header 'Access-Control-Allow-Methods' [[GET, POST, PUT, DELETE, PATCH]] trovato [GET, POST, PUT, DELETE, PATCH]
Atteso header 'Access-Control-Allow-Headers' [[Authorization, Content-Type, SOAPAction, Cache-Control]] trovato [Authorization, Content-Type, SOAPAction, Cache-Control]
Atteso tipo richiesta' [PRE_FLIGHT] trovato [PRE_FLIGHT]
Run test 'CORS.preflightUnsupportedAccessControlRequestMethod' ok
testCopyStream(1048576, -1, false, -1, false)
Run test 'CopyStream' ...
Run test 'CopyStream' ok
testEncrypt(JSON_ENCRYPT_PROPERTIES_PKCS12, false)
Run test 'Encrypt' (tipo: JSON_ENCRYPT_PROPERTIES_PKCS12) ...
Run test 'Encrypt' (tipo: JSON_ENCRYPT_PROPERTIES_PKCS12) ok
testEncryptCrl(JSON_ENCRYPT_PROPERTIES_CRL, false)
Run test 'EncryptCrl' (tipo: JSON_ENCRYPT_PROPERTIES_CRL) ...
Run test 'EncryptCrl' (tipo: JSON_ENCRYPT_PROPERTIES_CRL) ok
testEcPrivatePublicKeySec1EncryptedPEM
Run test 'PrivatePublicKey.ec.privatePublicKey.sec1_encrypted.pem' ...
Run test 'PrivatePublicKey.ec.privatePublicKey.sec1_encrypted.pem' ok
testEcPublicKeyPEM
Run test 'PrivatePublicKey.ec.publicKey.pem' ...
Run test 'PrivatePublicKey.ec.publicKey.pem' ok
testDigestBase64(SHA256, ${message}${salt}, 5195720880, M3ssaggi0 S3Gr3T0!, USan20lu/WtPhUmLgxAaj8SPAy1u89CRuiqpi7BBb...)
Run tests 'Digest'...
Run tests 'Digest'...
testCifraturaConPasswordPBKDF2(192, true, null)
Run test 'EncryptOpenSSL.testCifraturaConPasswordPBKDF2' (size: 192)(base64: true)(iteration: null) ...
Run test 'EncryptOpenSSL.testCifraturaConPasswordPBKDF2' (size: 192)(base64: true)(iteration: null) ok
testOthersCrypt
Run test 'Crypt' ...
Run test 'Crypt' ok
testEcPublicPrivateKeySec1EncryptedPEM
Run test 'PrivatePublicKey.ec.publicPrivateKey.sec1_encrypted.pem' ...
Run test 'PrivatePublicKey.ec.publicPrivateKey.sec1_encrypted.pem' ok
testArchvie(TAR)
Run test 'Archive' (tipo:TAR) ...
Run test 'Archive' (tipo:TAR) ok
testSwaggerValidator(yaml, swagger_request_validator, false)
Run test 'Swagger-Validator' (interfaccia:yaml openAPILibrary:swagger_request_validator mergeSpec:false) ...
Run test 'Swagger-Validator' (interfaccia:yaml openAPILibrary:swagger_request_validator mergeSpec:false) ok
testEncrypt(JSON_ENCRYPT_PKCS11_KEYSTORE_JCE, false)
Run test 'Encrypt' (tipo: JSON_ENCRYPT_PKCS11_KEYSTORE_JCE) ...
Run test 'Encrypt' (tipo: JSON_ENCRYPT_PKCS11_KEYSTORE_JCE) ok
testRandomGenerator(true, NativePRNGBlocking)
Run test 'Random' ...
Run test 'Random' ok
testParsing(SPRING_FRAMEWORK, org.openspcoop2.utils.transport.ldap.LdapQuery@1b13535c, ldap://127.0.0.1:9321/dc%...)
Run test 'LDAP.parsing' ...
engine: SPRING_FRAMEWORK, url: ldap://127.0.0.1:9321/dc%3Dexample%2Cdc%3Dcom?cn,mobile?%28%21%28l%3D*ondon%29%29
testDigestBase64(SHA384, ${message}${salt}, 5195720880, T35T0 Ch1ar(), 2Wu/IGj6R6u9eWqfCXu3TXHy91gemNJWA751H+nNzieHxM...)
Run tests 'Digest'...
Run tests 'Digest'...
testCertificateReader
Run test 'CertificateReader' ...
Run test 'CertificateReader' ok
testDoFilterSimpleGET
Run test 'CORS.simpleRequestGET' ...
Atteso header 'Access-Control-Allow-Origin' [https://www.govway.org] trovato [https://www.govway.org]
Non atteso header 'Access-Control-Allow-Methods' trovato [null]
Non atteso header 'Access-Control-Allow-Headers' trovato [null]
Atteso tipo richiesta' [SIMPLE] trovato [SIMPLE]
Run test 'CORS.simpleRequestGET' ok
testCopyStream(10485760, 2, true, -1, false)
Run test 'CopyStream' ...
Run test 'CopyStream' ok
testDecifraturaConPassword(128, true)
SKIP
testJsonValidator(FGE)
Run test 'JSON-Validator' (tipo:FGE) ...
Run test 'JSON-Validator' (tipo:FGE) ok
testPEM
Run test 'Certificate.pem' ...
Run test 'Certificate.pem' ok
testOpenApi3ExtendedValidator(swagger_request_validator, false)
Run test 'OpenAPI-Validator' (openAPILibrary:swagger_request_validator mergeSpec:false) ...
Run test 'OpenAPI-Validator' (openAPILibrary:swagger_request_validator mergeSpec:false) ok
testSwaggerValidator(yaml, json_schema, true)
Run test 'Swagger-Validator' (interfaccia:yaml openAPILibrary:json_schema mergeSpec:true) ...
Run test 'Swagger-Validator' (interfaccia:yaml openAPILibrary:json_schema mergeSpec:true) ok
testDoFilterDifferentOrigin(https://www.govway2.org:8443)
Run test 'CORS.differentOrigin' ...
Atteso header 'Access-Control-Allow-Origin' [*] trovato [*]
Non atteso header 'Access-Control-Allow-Methods' trovato [null]
Non atteso header 'Access-Control-Allow-Headers' trovato [null]
Atteso tipo richiesta' [SIMPLE] trovato [SIMPLE]
Run test 'CORS.differentOrigin' ok
testRsaPssPrivateKeyPkcs8DER
Run test 'PrivatePublicKey.rsapss.privateKey.pkcs8.der' ...
Run test 'PrivatePublicKey.rsapss.privateKey.pkcs8.der' ok
testJWK
Run test 'RemoteStore.jwk' ...
Run test 'RemoteStore.jwk' ok
testEncryptCrl(JSON_ENCRYPT_PROPERTIES_CRL_HEADER_CUSTOM_KID_ONLY, false)
Run test 'EncryptCrl' (tipo: JSON_ENCRYPT_PROPERTIES_CRL_HEADER_CUSTOM_KID_ONLY) ...
Run test 'EncryptCrl' (tipo: JSON_ENCRYPT_PROPERTIES_CRL_HEADER_CUSTOM_KID_ONLY) ok
testOpenApiValidator(yaml, openapi4j, true)
Run test 'OpenAPI-Validator' (interfaccia:yaml openAPILibrary:openapi4j mergeSpec:true) ...
Run test 'OpenAPI-Validator' (interfaccia:yaml openAPILibrary:openapi4j mergeSpec:true) ok
testDigestBase64(SHA512_256, ${message}${salt}, 5195720880, M3ssaggi0 S3Gr3T0!, TsRs4s1ZFlU3F+qdqKlBXS006pzAYMyswq7Pt...)
Run tests 'Digest'...
Run tests 'Digest'...
testSwaggerValidator(json, json_schema, true)
Run test 'Swagger-Validator' (interfaccia:json openAPILibrary:json_schema mergeSpec:true) ...
Run test 'Swagger-Validator' (interfaccia:json openAPILibrary:json_schema mergeSpec:true) ok
testSignatureOcsp_properties(export LD_LIBRARY_PATH=/opt/openssl/openssl-1.1.1w/: ; /opt/openssl/openssl-1.1.1w/apps/openssl, 500...)
Run test 'SignatureOcsp' (tipo: JSON_SIGNATURE_PROPERTIES_OCSP) ...
Run test 'SignatureOcsp' (tipo: JSON_SIGNATURE_PROPERTIES_OCSP) ok
testDoFilterSimplePOST(text/plain)
Run test 'CORS.simpleRequestPOST' ...
Atteso header 'Access-Control-Allow-Origin' [https://www.govway.org] trovato [https://www.govway.org]
Non atteso header 'Access-Control-Allow-Methods' trovato [null]
Non atteso header 'Access-Control-Allow-Headers' trovato [null]
Atteso tipo richiesta' [SIMPLE] trovato [SIMPLE]
Run test 'CORS.simpleRequestPOST' ok
testDigestBase64(SHA3_512, ${message}${salt}, 5195720880, M3ssaggi0 S3Gr3T0!, 1OM9V5ESPkOvYETJIrcvaLUXzR2gLXBtjBi7s6d...)
Run tests 'Digest'...
Run tests 'Digest'...
testDoFilterDifferentOrigin(null)
Run test 'CORS.differentOrigin' ...
Atteso header 'Access-Control-Allow-Origin' [*] trovato [*]
Non atteso header 'Access-Control-Allow-Methods' trovato [null]
Non atteso header 'Access-Control-Allow-Headers' trovato [null]
Atteso tipo richiesta' [SIMPLE] trovato [SIMPLE]
Run test 'CORS.differentOrigin' ok
testProvider(true)
Run test 'SecurityProvider' (useBCFacility: true) ...
Run test 'SecurityProvider' (useBCFacility: true) ok
testSignature(JSON_SIGNATURE_JWK_KEYS_HEADER_CUSTOM, false)
Run test 'Signature' (tipo: JSON_SIGNATURE_JWK_KEYS_HEADER_CUSTOM) ...
Run test 'Signature' (tipo: JSON_SIGNATURE_JWK_KEYS_HEADER_CUSTOM) ok
testEncrypt(XML_ENCRYPT_PKCS11, false)
Run test 'Encrypt' (tipo: XML_ENCRYPT_PKCS11) ...
Run test 'Encrypt' (tipo: XML_ENCRYPT_PKCS11) ok
testGovWay
Run test 'OCSP.checkGovWay' ...
Run test 'OCSP.checkGovWay' ok
testSignature(PKCS7_SIGNATURE_PKCS11, true)
Run test 'Signature' (tipo: PKCS7_SIGNATURE_PKCS11) ...
Run test 'Signature' (tipo: PKCS7_SIGNATURE_PKCS11) ok
testAlternativeCrlCheckLdapCheckAuthBasic
Run test 'OCSP.checkAlternativeCrlCheckLdapCheckAuthBasic' ...
Run test 'OCSP.checkAlternativeCrlCheckLdapCheckAuthBasic' ok
testDigestBase64(SHA512, ${message}${salt}, 5195720880, T35T0 Ch1ar(), Vl/uDdsdwbu8iTV9fA1+cbFKoVBUAa3sL3VGxE5h1qdxe5...)
Run tests 'Digest'...
Run tests 'Digest'...
testEncryptCrl(JSON_ENCRYPT_PROPERTIES_CRL_HEADER_CUSTOM, false)
Run test 'EncryptCrl' (tipo: JSON_ENCRYPT_PROPERTIES_CRL_HEADER_CUSTOM) ...
Run test 'EncryptCrl' (tipo: JSON_ENCRYPT_PROPERTIES_CRL_HEADER_CUSTOM) ok
testDoFilterDifferentOrigin(https://www.govway.org)
Run test 'CORS.differentOrigin' ...
Atteso header 'Access-Control-Allow-Origin' [*] trovato [*]
Non atteso header 'Access-Control-Allow-Methods' trovato [null]
Non atteso header 'Access-Control-Allow-Headers' trovato [null]
Atteso tipo richiesta' [SIMPLE] trovato [SIMPLE]
Run test 'CORS.differentOrigin' ok
testDigestBase64(SHA256, -${message}-${salt}-, 5195720880, T35T0 Ch1ar(), Who7CBEy7heN5ipw3LtTcxXDqDkpJk2G5FlIzLPlELg...)
Run tests 'Digest'...
Run tests 'Digest'...
testPrivatePublicKeyPkcs1EncryptedPEM
Run test 'PrivatePublicKey.privatePublicKey.pkcs1_encrypted.pem' ...
Run test 'PrivatePublicKey.privatePublicKey.pkcs1_encrypted.pem' ok
testSwaggerValidator(yaml, json_schema, false)
Run test 'Swagger-Validator' (interfaccia:yaml openAPILibrary:json_schema mergeSpec:false) ...
Run test 'Swagger-Validator' (interfaccia:yaml openAPILibrary:json_schema mergeSpec:false) ok
testDecifraturaConPassword(256, false)
Run test 'EncryptOpenSSL.testDecifraturaConPassword' (size: 256)(base64: false) ...
Run test 'EncryptOpenSSL.testDecifraturaConPassword' (size: 256)(base64: false) ok
testDecifraturaConKey(256, false)
Run test 'EncryptOpenSSL.testDecifraturaConKey' (size: 256)(base64: false) ...
Run test 'EncryptOpenSSL.testDecifraturaConKey' (size: 256)(base64: false) ok
testCifraturaConPassword(256, false)
Run test 'EncryptOpenSSL.testCifraturaConPassword' (size: 256)(base64: false) ...
Run test 'EncryptOpenSSL.testCifraturaConPassword' (size: 256)(base64: false) ok
testDigestBase64(SHA3_384, ${message}${salt}, 51988113, M3ssaggi0 S3Gr3T0!, 0ZuKZoN8t+aCwJehlrTMX1dCxcXlQubb0JZy0YUea...)
Run tests 'Digest'...
Run tests 'Digest'...
testDoFilterDifferentOrigin(http://www.govway.org)
Run test 'CORS.differentOrigin' ...
Atteso header 'Access-Control-Allow-Origin' [*] trovato [*]
Non atteso header 'Access-Control-Allow-Methods' trovato [null]
Non atteso header 'Access-Control-Allow-Headers' trovato [null]
Atteso tipo richiesta' [SIMPLE] trovato [SIMPLE]
Run test 'CORS.differentOrigin' ok
testDoFilterDifferentOrigin(https://www.GOVWAY.org)
Run test 'CORS.differentOrigin' ...
Atteso header 'Access-Control-Allow-Origin' [*] trovato [*]
Non atteso header 'Access-Control-Allow-Methods' trovato [null]
Non atteso header 'Access-Control-Allow-Headers' trovato [null]
Atteso tipo richiesta' [SIMPLE] trovato [SIMPLE]
Run test 'CORS.differentOrigin' ok
testDigestBase64(SHA256, ${message}${salt}, 51988113, M3ssaggi0 S3Gr3T0!, JeCsH6nJVbZ5PPc4ETgLN4uiCKdFFHTyY2yvx1H0QRs...)
Run tests 'Digest'...
Run tests 'Digest'...
testDecifraturaConKey(192, false)
Run test 'EncryptOpenSSL.testDecifraturaConKey' (size: 192)(base64: false) ...
Run test 'EncryptOpenSSL.testDecifraturaConKey' (size: 192)(base64: false) ok
testRandomGenerator(true, SHA1PRNG)
Run test 'Random' ...
Run test 'Random' ok
testCifraturaConPasswordPBKDF2(192, false, null)
Run test 'EncryptOpenSSL.testCifraturaConPasswordPBKDF2' (size: 192)(base64: false)(iteration: null) ...
Run test 'EncryptOpenSSL.testCifraturaConPasswordPBKDF2' (size: 192)(base64: false)(iteration: null) ok
testQuery(SPRING_FRAMEWORK, org.openspcoop2.utils.transport.ldap.LdapQuery@551b5826, ldap://127.0.0.1:9321/dc%...)
Run test 'LDAP.query' ...
engine: SPRING_FRAMEWORK, url: ldap://127.0.0.1:9321/dc%3Dexample%2Cdc%3Dcom?cn,mobile?%28%7C%28%26%28l%3D*ondon%29%28uid%3C%3D002000%29%29%28uid%3D001377%29%29
testXMLDiff
Run test 'XMLDiff' ...
Run test 'XMLDiff' ok
testCifraturaConKey(192, false)
Run test 'EncryptOpenSSL.testCifraturaConKey' (size: 192)(base64: false) ...
Run test 'EncryptOpenSSL.testCifraturaConKey' (size: 192)(base64: false) ok
testDecifraturaConPassword(192, true)
SKIP
testQuery(SPRING_FRAMEWORK, org.openspcoop2.utils.transport.ldap.LdapQuery@11cd4374, ldap://127.0.0.1:9321/dc%...)
Run test 'LDAP.query' ...
engine: SPRING_FRAMEWORK, url: ldap://127.0.0.1:9321/dc%3Dexample%2Cdc%3Dcom?cn,mobile?%28%21%28l%3D*ondon%29%29
testEncrypt(JSON_ENCRYPT_PROPERTIES_PKCS11_HEADER_CUSTOM, false)
Run test 'Encrypt' (tipo: JSON_ENCRYPT_PROPERTIES_PKCS11_HEADER_CUSTOM) ...
Run test 'Encrypt' (tipo: JSON_ENCRYPT_PROPERTIES_PKCS11_HEADER_CUSTOM) ok
testDigestBase64(SHA3_384, ${message}${salt}, 5195720880, T35T0 Ch1ar(), GY2jhqXDzP0vySjh+kWB/v0N1UfoqU0HDr7WYlJ3B55d...)
Run tests 'Digest'...
Run tests 'Digest'...
testXFAFile
Run test 'PDFWriter' (tipo: testXFAFile) ...
Run test 'PDFWriter' (tipo: testXFAFile) ok
testDoFilterSimpleWithExposedHeaders(multipart/form-data)
Run test 'CORS.simpleWithExposedHeaders' ...
Atteso header 'Access-Control-Allow-Origin' [https://www.govway.org] trovato [https://www.govway.org]
Atteso header 'Access-Control-Expose-Headers' [X-GovWayTest-HDR1, X-GovWayTest-HDR2] trovato [X-GovWayTest-HDR1, X-GovWayTest-HDR2]
Non atteso header 'Access-Control-Allow-Methods' trovato [null]
Non atteso header 'Access-Control-Allow-Headers' trovato [null]
Atteso tipo richiesta' [SIMPLE] trovato [SIMPLE]
Run test 'CORS..simpleWithExposedHeaders' ok
testCheckActualRequestType
Run test 'CORS.actualRequestType' ...
Atteso header 'Access-Control-Allow-Origin' [https://www.govway.org] trovato [https://www.govway.org]
Non atteso header 'Access-Control-Allow-Methods' trovato [null]
Non atteso header 'Access-Control-Allow-Headers' trovato [null]
Atteso tipo richiesta' [ACTUAL] trovato [ACTUAL]
Run test 'CORS.actualRequestType' ok
testValidateContentType
Run test 'ContentType.validateContentType' ...
Run test 'ContentType.validateContentType' ok
testEncrypt(JSON_ENCRYPT_PROPERTIES_JCEKS_HEADER_CUSTOM, false)
Run test 'Encrypt' (tipo: JSON_ENCRYPT_PROPERTIES_JCEKS_HEADER_CUSTOM) ...
Run test 'Encrypt' (tipo: JSON_ENCRYPT_PROPERTIES_JCEKS_HEADER_CUSTOM) ok
testEncrypt(JSON_ENCRYPT_PKCS12_KEYSTORE_HEADER_CUSTOM, false)
Run test 'Encrypt' (tipo: JSON_ENCRYPT_PKCS12_KEYSTORE_HEADER_CUSTOM) ...
Run test 'Encrypt' (tipo: JSON_ENCRYPT_PKCS12_KEYSTORE_HEADER_CUSTOM) ok
testCifraturaConPasswordPBKDF2(256, false, 65535)
Run test 'EncryptOpenSSL.testCifraturaConPasswordPBKDF2' (size: 256)(base64: false)(iteration: 65535) ...
Run test 'EncryptOpenSSL.testCifraturaConPasswordPBKDF2' (size: 256)(base64: false)(iteration: 65535) ok
testEcPrivateKeySec1EncryptedPEM
Run test 'PrivatePublicKey.ec.privateKey.sec1_encrypted.pem' ...
Run test 'PrivatePublicKey.ec.privateKey.sec1_encrypted.pem' ok
testXFAFileDatasets
Run test 'PDFReader' (tipo: testXFAFileDatasets) ...
Run test 'PDFReader' (tipo: testXFAFileDatasets) ok
testCopyCharStream(10485760)
Run test 'CopyCharStream' ...
Run test 'CopyCharStream' ok
testEncrypt(JAVA_ENCRYPT_PKCS11, false)
Run test 'Encrypt' (tipo: JAVA_ENCRYPT_PKCS11) ...
Run test 'Encrypt' (tipo: JAVA_ENCRYPT_PKCS11) ok
testEncryptOcsp_properties(export LD_LIBRARY_PATH=/opt/openssl/openssl-1.1.1w/: ; /opt/openssl/openssl-1.1.1w/apps/openssl, 500...)
Run test 'EncryptOcsp' (tipo: JSON_ENCRYPT_PROPERTIES_OCSP) ...
Run test 'EncryptOcsp' (tipo: JSON_ENCRYPT_PROPERTIES_OCSP) ok
testRsaPssPrivateKeyPkcs8EncryptedPEM
Run test 'PrivatePublicKey.rsapss.privateKey.pkcs8_encrypted.pem' ...
Run test 'PrivatePublicKey.rsapss.privateKey.pkcs8_encrypted.pem' ok
testDigestBinary(SHA384, ${message}${salt}, 5195720880, M3ssaggi0 S3Gr3T0!, CW+DM/NAKvRLDGD67lbIOV9PokJViIJ5bkwG31bNR...)
Run tests 'Digest'...
Run tests 'Digest'...
testCifraturaConKey(192, true)
Run test 'EncryptOpenSSL.testCifraturaConKey' (size: 192)(base64: true) ...
Run test 'EncryptOpenSSL.testCifraturaConKey' (size: 192)(base64: true) ok
testSignature(JSON_SIGNATURE_JWK_SYMMETRIC_KEY, false)
Run test 'Signature' (tipo: JSON_SIGNATURE_JWK_SYMMETRIC_KEY) ...
Run test 'Signature' (tipo: JSON_SIGNATURE_JWK_SYMMETRIC_KEY) ok
testRsaPssPublicPrivateKeyPkcs8PEM
Run test 'PrivatePublicKey.rsapss.publicPrivateKey.pkcs8.pem' ...
Run test 'PrivatePublicKey.rsapss.publicPrivateKey.pkcs8.pem' ok
testMultiplePrivatePublicKeys
Run test 'Certificate.multiplePrivatePublicKeys' ...
Run test 'Certificate.multiplePrivatePublicKeys' ok
testEncrypt(JSON_ENCRYPT_JWK_KEY_HEADER_CUSTOM, false)
Run test 'Encrypt' (tipo: JSON_ENCRYPT_JWK_KEY_HEADER_CUSTOM) ...
Run test 'Encrypt' (tipo: JSON_ENCRYPT_JWK_KEY_HEADER_CUSTOM) ok
testEncryptOcsp_properties_header_custom_kid_only(export LD_LIBRARY_PATH=/opt/openssl/openssl-1.1.1w/: ; /opt/openssl/openssl-1.1.1w/apps/openssl, 500...)
Run test 'EncryptOcsp' (tipo: JSON_ENCRYPT_PROPERTIES_OCSP_HEADER_CUSTOM_KID_ONLY) ...
Run test 'EncryptOcsp' (tipo: JSON_ENCRYPT_PROPERTIES_OCSP_HEADER_CUSTOM_KID_ONLY) ok
testEncrypt(JSON_ENCRYPT_PKCS11_KEYSTORE_HEADER_CUSTOM, false)
Run test 'Encrypt' (tipo: JSON_ENCRYPT_PKCS11_KEYSTORE_HEADER_CUSTOM) ...
Run test 'Encrypt' (tipo: JSON_ENCRYPT_PKCS11_KEYSTORE_HEADER_CUSTOM) ok
testEncrypt(JSON_ENCRYPT_PROPERTIES_JWK_SYMMETRIC, false)
Run test 'Encrypt' (tipo: JSON_ENCRYPT_PROPERTIES_JWK_SYMMETRIC) ...
Run test 'Encrypt' (tipo: JSON_ENCRYPT_PROPERTIES_JWK_SYMMETRIC) ok
testDigestBinary(SHA3_256, ${message}${salt}, 5195720880, T35T0 Ch1ar(), s4XHi26LJ/rsUpV1OV5XW3Fv0c+ae/zcCyi5htVMU00=)
Run tests 'Digest'...
Run tests 'Digest'...
testApplicativeLogger(proxy)
Run test 'ApplicativeLogger' (tipo:proxy) ...
Run test 'ApplicativeLogger' (tipo:proxy) ok
testCertificatePrivateKeyPkcs1PEM
Run test 'PrivatePublicKey.certificatePrivateKey.pkcs1.pem' ...
Run test 'PrivatePublicKey.certificatePrivateKey.pkcs1.pem' ok
testPublicKeyDER
Run test 'PrivatePublicKey.publicKey.der' ...
Run test 'PrivatePublicKey.publicKey.der' ok
testCheckPreFlightNoACRM
Run test 'CORS.preflightNoAccessControlRequestMethod' ...
Atteso header 'Access-Control-Allow-Origin' [https://www.govway.org] trovato [https://www.govway.org]
Non atteso header 'Access-Control-Allow-Methods' trovato [null]
Non atteso header 'Access-Control-Allow-Headers' trovato [null]
Atteso tipo richiesta' [ACTUAL] trovato [ACTUAL]
Run test 'CORS.preflightNoAccessControlRequestMethod' ok
testXQuery
Run test 'XQuery' ...
Run test 'XQuery' ok
testDecifraturaConPasswordPBKDF2(256, true, null)
Run test 'EncryptOpenSSL.testDecifraturaConPasswordPBKDF2' (size: 256)(base64: true)(iteration: null) ...
Run test 'EncryptOpenSSL.testDecifraturaConPasswordPBKDF2' (size: 256)(base64: true)(iteration: null) ok
testBuildContentType
Run test 'ContentType.buildContentType' ...
Run test 'ContentType.buildContentType' ok
testOCSPResponse_signedByResponderCertificate_case3(export LD_LIBRARY_PATH=/opt/openssl/openssl-1.1.1w/: ; /opt/openssl/openssl-1.1.1w/apps/openssl, 500...)
Run test 'OCSP.checkOCSPResponse_signedByResponderCertificate_case3' ...
Run test 'OCSP.checkOCSPResponse_signedByResponderCertificate_case3' ok
testOpenApi3ExtendedValidator(json_schema, true)
Run test 'OpenAPI-Validator' (openAPILibrary:json_schema mergeSpec:true) ...
Run test 'OpenAPI-Validator' (openAPILibrary:json_schema mergeSpec:true) ok
testPrivateKeyPkcs1EncryptedPEM
Run test 'PrivatePublicKey.privateKey.pkcs1_encrypted.pem' ...
Run test 'PrivatePublicKey.privateKey.pkcs1_encrypted.pem' ok
testSignature(JAVA_SIGNATURE_PKCS12, false)
Run test 'Signature' (tipo: JAVA_SIGNATURE_PKCS12) ...
Run test 'Signature' (tipo: JAVA_SIGNATURE_PKCS12) ok
testPrivateKeyPkcs8DER
Run test 'PrivatePublicKey.privateKey.pkcs8.der' ...
Run test 'PrivatePublicKey.privateKey.pkcs8.der' ok
testSignatureCrl(JSON_SIGNATURE_PROPERTIES_CRL_HEADER_CUSTOM, false)
Run test 'SignatureCrl' (tipo: JSON_SIGNATURE_PROPERTIES_CRL_HEADER_CUSTOM) ...
Run test 'SignatureCrl' (tipo: JSON_SIGNATURE_PROPERTIES_CRL_HEADER_CUSTOM) ok
testDigestBinary(SHA256, -${message}-${salt}-, 5195720880, T35T0 Ch1ar(), Who7CBEy7heN5ipw3LtTcxXDqDkpJk2G5FlIzLPlELg...)
Run tests 'Digest'...
Run tests 'Digest'...
testEncrypt(JSON_ENCRYPT_PROPERTIES_PKCS11_HEADER_CUSTOM, true)
Run test 'Encrypt' (tipo: JSON_ENCRYPT_PROPERTIES_PKCS11_HEADER_CUSTOM) ...
Run test 'Encrypt' (tipo: JSON_ENCRYPT_PROPERTIES_PKCS11_HEADER_CUSTOM) ok
testProblemRFC7807
Run test 'ProblemRFC7807' ...
Run test 'ProblemRFC7807' ok
testDoFilterPreflightMoreHeaders
Run test 'CORS.preflightMoreHeaders' ...
Atteso header 'Access-Control-Allow-Origin' [https://www.govway.org] trovato [https://www.govway.org]
Atteso header 'Access-Control-Allow-Methods' [[GET, POST, PUT, DELETE, PATCH]] trovato [GET, POST, PUT, DELETE, PATCH]
Atteso header 'Access-Control-Allow-Headers' [[Authorization, Content-Type, SOAPAction, Cache-Control]] trovato [Authorization, Content-Type, SOAPAction, Cache-Control]
Atteso tipo richiesta' [PRE_FLIGHT] trovato [PRE_FLIGHT]
Run test 'CORS.preflightMoreHeaders' ok
testIsMatch
Run test 'ContentType.isMatch' ...
Run test 'ContentType.isMatch' ok
testDER
Run test 'Certificate.der' ...
Run test 'Certificate.der' ok
testSignature(JSON_SIGNATURE_PROPERTIES_JKS, false)
Run test 'Signature' (tipo: JSON_SIGNATURE_PROPERTIES_JKS) ...
Run test 'Signature' (tipo: JSON_SIGNATURE_PROPERTIES_JKS) ok
testEncryptOcsp_keystore(export LD_LIBRARY_PATH=/opt/openssl/openssl-1.1.1w/: ; /opt/openssl/openssl-1.1.1w/apps/openssl, 500...)
Run test 'EncryptOcsp' (tipo: JSON_ENCRYPT_OCSP_KEYSTORE) ...
Run test 'EncryptOcsp' (tipo: JSON_ENCRYPT_OCSP_KEYSTORE) ok
testDigestBase64(SHA3_256, ${message}${salt}, 51988113, M3ssaggi0 S3Gr3T0!, mx5iefAq9owwm7araBk/LQRGhPXsrikBLsMzJOgaS...)
Run tests 'Digest'...
Run tests 'Digest'...
testDoFilterInvalidCORSOriginNotAllowed(https://www.GOVWAY.org)
Run test 'CORS.invalidCORSOriginNotAllowed' ...
Non Atteso header 'Access-Control-Allow-Origin' trovato [null]
Non atteso header 'Access-Control-Allow-Methods' trovato [null]
Non atteso header 'Access-Control-Allow-Headers' trovato [null]
Atteso tipo richiesta' [SIMPLE] trovato [SIMPLE]
Run test 'CORS.invalidCORSOriginNotAllowed' ok
testDoFilterSimpleAnyOriginAndSupportsCredentialsDisabled
Run test 'CORS.simpleAnyOriginAndSupportsCredentialsDisabled' ...
Atteso [*] trovato [*]
Atteso header 'Access-Control-Allow-Credentials' [true] trovato [null]
Non atteso header 'Access-Control-Allow-Methods' trovato [null]
Non atteso header 'Access-Control-Allow-Headers' trovato [null]
Atteso tipo richiesta' [SIMPLE] trovato [SIMPLE]
Run test 'CORS.simpleAnyOriginAndSupportsCredentialsDisabled' ok
testEncrypt(JSON_ENCRYPT_PKCS11_KEYSTORE_HEADER_CUSTOM, true)
Run test 'Encrypt' (tipo: JSON_ENCRYPT_PKCS11_KEYSTORE_HEADER_CUSTOM) ...
Run test 'Encrypt' (tipo: JSON_ENCRYPT_PKCS11_KEYSTORE_HEADER_CUSTOM) ok
testSignature(JSON_SIGNATURE_PROPERTIES_PKCS12_HEADER_CUSTOM_KID_ONLY, false)
Run test 'Signature' (tipo: JSON_SIGNATURE_PROPERTIES_PKCS12_HEADER_CUSTOM_KID_ONLY) ...
Run test 'Signature' (tipo: JSON_SIGNATURE_PROPERTIES_PKCS12_HEADER_CUSTOM_KID_ONLY) ok
testPrivateKeyPKCS12
Run test 'Keystore.privateKey.pkcs12' ...
Run test 'Keystore.privateKey.pkcs12' ok
testCertificateDER
Run test 'PrivatePublicKey.certificate.der' ...
Run test 'PrivatePublicKey.certificate.der' ok
testOpenApi3ExtendedValidator(openapi4j, false)
Run test 'OpenAPI-Validator' (openAPILibrary:openapi4j mergeSpec:false) ...
Run test 'OpenAPI-Validator' (openAPILibrary:openapi4j mergeSpec:false) ok
testCycle
Run test 'XML-XSDUtils' ...
Run test 'XML-XSDUtils' ok
testCompressor(GZIP)
Run test 'Compressor' (tipo:GZIP) ...
Run test 'Compressor' (tipo:GZIP) ok
testCifraturaConKey(256, false)
Run test 'EncryptOpenSSL.testCifraturaConKey' (size: 256)(base64: false) ...
Run test 'EncryptOpenSSL.testCifraturaConKey' (size: 256)(base64: false) ok
testDigestBase64(SHAKE128, ${message}${salt}, 51988113, M3ssaggi0 S3Gr3T0!, cedbOjDPPP6o65GCK2GikE4imgmDozyknF9ZlsbDz...)
Run tests 'Digest'...
Run tests 'Digest'...
testCifraturaConPassword(192, true)
SKIP
testCifraturaConPassword(128, true)
SKIP
testDoFilterPreflightInvalidOrigin(http://www.govway.org)
Run test 'CORS.preflightInvalidOrigin' ...
Atteso [*] trovato [null]
Atteso header 'Access-Control-Allow-Methods' [[GET, POST, PUT, DELETE, PATCH]] trovato [GET, POST, PUT, DELETE, PATCH]
Atteso header 'Access-Control-Allow-Headers' [[Authorization, Content-Type, SOAPAction, Cache-Control]] trovato [Authorization, Content-Type, SOAPAction, Cache-Control]
Atteso tipo richiesta' [PRE_FLIGHT] trovato [PRE_FLIGHT]
Run test 'CORS.preflightInvalidOrigin' ok
testDoFilterSimpleSpecificHeader(text/plain)
Run test 'CORS.simpleSpecificHeader' ...
Atteso header 'Access-Control-Allow-Origin' [https://www.govway.org] trovato [https://www.govway.org]
Non atteso header 'Access-Control-Allow-Methods' trovato [null]
Non atteso header 'Access-Control-Allow-Headers' trovato [null]
Atteso tipo richiesta' [SIMPLE] trovato [SIMPLE]
Run test 'CORS.simpleSpecificHeader' ok
testDoFilterInvalidCORSOriginNotAllowed(https://www.govway2.org:8443)
Run test 'CORS.invalidCORSOriginNotAllowed' ...
Non Atteso header 'Access-Control-Allow-Origin' trovato [null]
Non atteso header 'Access-Control-Allow-Methods' trovato [null]
Non atteso header 'Access-Control-Allow-Headers' trovato [null]
Atteso tipo richiesta' [SIMPLE] trovato [SIMPLE]
Run test 'CORS.invalidCORSOriginNotAllowed' ok
testCopyStream(10485760, -1, false, -1, false)
Run test 'CopyStream' ...
Run test 'CopyStream' ok
testBugFWK005ParseXerces_xml
Run test 'TestBugFWK005ParseXerces' [xml] ...
Run test 'TestBugFWK005ParseXerces' [xml] ok
testCheckPreFlightInvalidACRM
Run test 'CORS.preflightInvalidAccessControlRequestMethod' ...
Atteso header 'Access-Control-Allow-Origin' [https://www.govway.org] trovato [https://www.govway.org]
Atteso header 'Access-Control-Allow-Methods' [[GET, POST, PUT, DELETE, PATCH]] trovato [GET, POST, PUT, DELETE, PATCH]
Atteso header 'Access-Control-Allow-Headers' [[Authorization, Content-Type, SOAPAction, Cache-Control]] trovato [Authorization, Content-Type, SOAPAction, Cache-Control]
Atteso tipo richiesta' [PRE_FLIGHT] trovato [PRE_FLIGHT]
Run test 'CORS.preflightInvalidAccessControlRequestMethod' ok
testDoFilterPreflight
Run test 'CORS.preflight' ...
Atteso header 'Access-Control-Allow-Origin' [https://www.govway.org] trovato [https://www.govway.org]
Atteso header 'Access-Control-Allow-Methods' [[GET, POST, PUT, DELETE, PATCH]] trovato [GET, POST, PUT, DELETE, PATCH]
Atteso header 'Access-Control-Allow-Headers' [[Authorization, Content-Type, SOAPAction, Cache-Control]] trovato [Authorization, Content-Type, SOAPAction, Cache-Control]
Atteso tipo richiesta' [PRE_FLIGHT] trovato [PRE_FLIGHT]
Run test 'CORS.preflight' ok
testRsaPssPrivatePublicKeyPkcs8PEM
Run test 'PrivatePublicKey.rsapss.privatePublicKey.pkcs8.pem' ...
Run test 'PrivatePublicKey.rsapss.privatePublicKey.pkcs8.pem' ok
testSignatureCrl(JSON_SIGNATURE_CRL_KEYSTORE_HEADER_CUSTOM, false)
Run test 'SignatureCrl' (tipo: JSON_SIGNATURE_CRL_KEYSTORE_HEADER_CUSTOM) ...
Run test 'SignatureCrl' (tipo: JSON_SIGNATURE_CRL_KEYSTORE_HEADER_CUSTOM) ok
testDigestBase64(SHA512_256, ${message}${salt}, 51988113, M3ssaggi0 S3Gr3T0!, sUiTXQ/YZT8TM8gj9JP8OiHK9Co53Qm9sjQrvKg...)
Run tests 'Digest'...
Run tests 'Digest'...
testEncrypt(JSON_ENCRYPT_PROPERTIES_JKS_HEADER_CUSTOM, false)
Run test 'Encrypt' (tipo: JSON_ENCRYPT_PROPERTIES_JKS_HEADER_CUSTOM) ...
Run test 'Encrypt' (tipo: JSON_ENCRYPT_PROPERTIES_JKS_HEADER_CUSTOM) ok
testEqualsString
Run test 'ContentType.equalsString' ...
Run test 'ContentType.equalsString' ok
testDigestBinary(SHA256, ${message}${salt}, 5195720880, M3ssaggi0 S3Gr3T0!, USan20lu/WtPhUmLgxAaj8SPAy1u89CRuiqpi7BBb...)
Run tests 'Digest'...
Run tests 'Digest'...
testCompareDifferentFormat_multipleOU_specialChar
Run test 'Certificate.compareDifferentFormat_multipleOU_specialChar' ...
Run test 'Certificate.compareDifferentFormat_multipleOU_specialChar' ok
testEncrypt(JSON_ENCRYPT_PKCS11_KEYSTORE_JCE_HEADER_CUSTOM, false)
Run test 'Encrypt' (tipo: JSON_ENCRYPT_PKCS11_KEYSTORE_JCE_HEADER_CUSTOM) ...
Run test 'Encrypt' (tipo: JSON_ENCRYPT_PKCS11_KEYSTORE_JCE_HEADER_CUSTOM) ok
testCheckPreFlightEmptyACRH
Run test 'CORS.preflightEmptyAccessControlRequestHeaders' ...
Atteso header 'Access-Control-Allow-Origin' [https://www.govway.org] trovato [https://www.govway.org]
Atteso header 'Access-Control-Allow-Methods' [[GET, POST, PUT, DELETE, PATCH]] trovato [GET, POST, PUT, DELETE, PATCH]
Atteso header 'Access-Control-Allow-Headers' [[Authorization, Content-Type, SOAPAction, Cache-Control]] trovato [Authorization, Content-Type, SOAPAction, Cache-Control]
Atteso tipo richiesta' [PRE_FLIGHT] trovato [PRE_FLIGHT]
Run test 'CORS.preflightEmptyAccessControlRequestHeaders' ok
testOID_keyUsage_multipleOU
Run test 'Certificate.OID_keyUsage_multipleOU' ...
Run test 'Certificate.OID_keyUsage_multipleOU' ok
testSignature(XML_SIGNATURE_JKS, false)
Run test 'Signature' (tipo: XML_SIGNATURE_JKS) ...
Run test 'Signature' (tipo: XML_SIGNATURE_JKS) ok
testDoFilterPreflightInvalidOrigin(https://www.govway2.org:8443)
Run test 'CORS.preflightInvalidOrigin' ...
Atteso [*] trovato [null]
Atteso header 'Access-Control-Allow-Methods' [[GET, POST, PUT, DELETE, PATCH]] trovato [GET, POST, PUT, DELETE, PATCH]
Atteso header 'Access-Control-Allow-Headers' [[Authorization, Content-Type, SOAPAction, Cache-Control]] trovato [Authorization, Content-Type, SOAPAction, Cache-Control]
Atteso tipo richiesta' [PRE_FLIGHT] trovato [PRE_FLIGHT]
Run test 'CORS.preflightInvalidOrigin' ok
testEncrypt(XML_ENCRYPT_PKCS11, true)
Run test 'Encrypt' (tipo: XML_ENCRYPT_PKCS11) ...
Run test 'Encrypt' (tipo: XML_ENCRYPT_PKCS11) ok
testDigestBinary(SHA512_256, ${message}${salt}, 5195720880, M3ssaggi0 S3Gr3T0!, TsRs4s1ZFlU3F+qdqKlBXS006pzAYMyswq7Pt...)
Run tests 'Digest'...
Run tests 'Digest'...
testSwaggerValidator(json, swagger_request_validator, false)
Run test 'Swagger-Validator' (interfaccia:json openAPILibrary:swagger_request_validator mergeSpec:false) ...
Run test 'Swagger-Validator' (interfaccia:json openAPILibrary:swagger_request_validator mergeSpec:false) ok
testEmbeddedKid
Run test 'PDFWriter' (tipo: testEmbeddedKid) ...
Run test 'PDFWriter' (tipo: testEmbeddedKid) ok
testCRL(SPRING_FRAMEWORK)
Run test 'LDAP.crl' ...
engine: SPRING_FRAMEWORK
testDecifraturaConKey(256, true)
Run test 'EncryptOpenSSL.testDecifraturaConKey' (size: 256)(base64: true) ...
Run test 'EncryptOpenSSL.testDecifraturaConKey' (size: 256)(base64: true) ok
testEncrypt(JSON_ENCRYPT_PKCS11_KEYSTORE_JCE_HEADER_CUSTOM, true)
Run test 'Encrypt' (tipo: JSON_ENCRYPT_PKCS11_KEYSTORE_JCE_HEADER_CUSTOM) ...
Run test 'Encrypt' (tipo: JSON_ENCRYPT_PKCS11_KEYSTORE_JCE_HEADER_CUSTOM) ok
testEncryptOcsp_keystore_header_custom(export LD_LIBRARY_PATH=/opt/openssl/openssl-1.1.1w/: ; /opt/openssl/openssl-1.1.1w/apps/openssl, 500...)
Run test 'EncryptOcsp' (tipo: JSON_ENCRYPT_OCSP_KEYSTORE_HEADER_CUSTOM) ...
Run test 'EncryptOcsp' (tipo: JSON_ENCRYPT_OCSP_KEYSTORE_HEADER_CUSTOM) ok
testDoFilterSimpleSpecificHeader(multipart/form-data)
Run test 'CORS.simpleSpecificHeader' ...
Atteso header 'Access-Control-Allow-Origin' [https://www.govway.org] trovato [https://www.govway.org]
Non atteso header 'Access-Control-Allow-Methods' trovato [null]
Non atteso header 'Access-Control-Allow-Headers' trovato [null]
Atteso tipo richiesta' [SIMPLE] trovato [SIMPLE]
Run test 'CORS.simpleSpecificHeader' ok
testEcPublicKeyDER
Run test 'PrivatePublicKey.ec.publicKey.der' ...
Run test 'PrivatePublicKey.ec.publicKey.der' ok
testEncrypt(JSON_ENCRYPT_PROPERTIES_JWK_SYMMETRIC_HEADER_CUSTOM, false)
Run test 'Encrypt' (tipo: JSON_ENCRYPT_PROPERTIES_JWK_SYMMETRIC_HEADER_CUSTOM) ...
Run test 'Encrypt' (tipo: JSON_ENCRYPT_PROPERTIES_JWK_SYMMETRIC_HEADER_CUSTOM) ok
testEncrypt(JSON_ENCRYPT_JWK_SYMMETRIC_KEY, false)
Run test 'Encrypt' (tipo: JSON_ENCRYPT_JWK_SYMMETRIC_KEY) ...
Run test 'Encrypt' (tipo: JSON_ENCRYPT_JWK_SYMMETRIC_KEY) ok
testSignature(JSON_SIGNATURE_PROPERTIES_JWK_HEADER_CUSTOM, false)
Run test 'Signature' (tipo: JSON_SIGNATURE_PROPERTIES_JWK_HEADER_CUSTOM) ...
Run test 'Signature' (tipo: JSON_SIGNATURE_PROPERTIES_JWK_HEADER_CUSTOM) ok
testCopyStream(12582912, 2, true, 10485760, false)
Run test 'CopyStream' ...
Run test 'CopyStream' ok
testDecifraturaConPasswordPBKDF2(128, true, null)
Run test 'EncryptOpenSSL.testDecifraturaConPasswordPBKDF2' (size: 128)(base64: true)(iteration: null) ...
Run test 'EncryptOpenSSL.testDecifraturaConPasswordPBKDF2' (size: 128)(base64: true)(iteration: null) ok
testQuery(SPRING_FRAMEWORK, org.openspcoop2.utils.transport.ldap.LdapQuery@5f56fec0, ldap://127.0.0.1:9321/dc%...)
Run test 'LDAP.query' ...
engine: SPRING_FRAMEWORK, url: ldap://127.0.0.1:9321/dc%3Dexample%2Cdc%3Dcom?cn,mobile?%28%7C%28%26%28l%3D*ondon%29%28uid%3E%3D002000%29%29%28uid%3D001377%29%29
testDecifraturaConKey(128, false)
Run test 'EncryptOpenSSL.testDecifraturaConKey' (size: 128)(base64: false) ...
Run test 'EncryptOpenSSL.testDecifraturaConKey' (size: 128)(base64: false) ok
testSignature(JSON_SIGNATURE_PROPERTIES_PKCS11_HEADER_CUSTOM, true)
Run test 'Signature' (tipo: JSON_SIGNATURE_PROPERTIES_PKCS11_HEADER_CUSTOM) ...
Run test 'Signature' (tipo: JSON_SIGNATURE_PROPERTIES_PKCS11_HEADER_CUSTOM) ok
testSignature(JSON_SIGNATURE_JKS_KEYSTORE_HEADER_CUSTOM, false)
Run test 'Signature' (tipo: JSON_SIGNATURE_JKS_KEYSTORE_HEADER_CUSTOM) ...
Run test 'Signature' (tipo: JSON_SIGNATURE_JKS_KEYSTORE_HEADER_CUSTOM) ok
testDecifraturaConPasswordPBKDF2(192, true, 65535)
Run test 'EncryptOpenSSL.testDecifraturaConPasswordPBKDF2' (size: 192)(base64: true)(iteration: 65535) ...
Run test 'EncryptOpenSSL.testDecifraturaConPasswordPBKDF2' (size: 192)(base64: true)(iteration: 65535) ok
testDefaultImpl
Run test 'DumpByteArrayOutputStream'.testDefaultImpl ...
Run test 'DumpByteArrayOutputStream'.testDefaultImpl ok
testDoFilterDifferentOrigin(https://www.govway2.org)
Run test 'CORS.differentOrigin' ...
Atteso header 'Access-Control-Allow-Origin' [*] trovato [*]
Non atteso header 'Access-Control-Allow-Methods' trovato [null]
Non atteso header 'Access-Control-Allow-Headers' trovato [null]
Atteso tipo richiesta' [SIMPLE] trovato [SIMPLE]
Run test 'CORS.differentOrigin' ok
testX509
Run test 'RemoteStore.x509' ...
Run test 'RemoteStore.x509' ok
testDigestBase64(SHAKE256, ${message}${salt}, 51988113, M3ssaggi0 S3Gr3T0!, dMTdTXBW3CEK+z6yCvRAa6eNI25ueDKAwNEXuaS3w...)
Run tests 'Digest'...
Run tests 'Digest'...
testJKS
Run test 'Certificate.jks' ...
Run test 'Certificate.jks' ok
testSignature(JSON_SIGNATURE_JKS_KEYSTORE, false)
Run test 'Signature' (tipo: JSON_SIGNATURE_JKS_KEYSTORE) ...
Run test 'Signature' (tipo: JSON_SIGNATURE_JKS_KEYSTORE) ok
testOpenApiValidator(json, openapi4j, false)
Run test 'OpenAPI-Validator' (interfaccia:json openAPILibrary:openapi4j mergeSpec:false) ...
Run test 'OpenAPI-Validator' (interfaccia:json openAPILibrary:openapi4j mergeSpec:false) ok
testRandomGenerator(true, NativePRNG)
Run test 'Random' ...
Run test 'Random' ok
testEcPrivatePublicKeyPkcs8EncryptedPEM
Run test 'PrivatePublicKey.ec.privatePublicKey.pkcs8_encrypted.pem' ...
Run test 'PrivatePublicKey.ec.privatePublicKey.pkcs8_encrypted.pem' ok
testPrivateCertificatePkcs1PEM
Run test 'PrivatePublicKey.privateCertificate.pkcs1.pem' ...
Run test 'PrivatePublicKey.privateCertificate.pkcs1.pem' ok
testSignature(JSON_SIGNATURE_PROPERTIES_JWK, false)
Run test 'Signature' (tipo: JSON_SIGNATURE_PROPERTIES_JWK) ...
Run test 'Signature' (tipo: JSON_SIGNATURE_PROPERTIES_JWK) ok
testSignature(JSON_SIGNATURE_PROPERTIES_JCEKS_HEADER_CUSTOM, false)
Run test 'Signature' (tipo: JSON_SIGNATURE_PROPERTIES_JCEKS_HEADER_CUSTOM) ...
Run test 'Signature' (tipo: JSON_SIGNATURE_PROPERTIES_JCEKS_HEADER_CUSTOM) ok
testOCSPResponse_signedByResponderCertificate_case2_differentNonce(export LD_LIBRARY_PATH=/opt/openssl/openssl-1.1.1w/: ; /opt/openssl/openssl-1.1.1w/apps/openssl, 500...)
Run test 'OCSP.checkOCSPResponse_signedByResponderCertificate_case2_differentNonce' ...
Run test 'OCSP.checkOCSPResponse_signedByResponderCertificate_case2_differentNonce' ok
testCheckPreFlightEmptyACRM
Run test 'CORS.preflightEmptyAccessControlRequestMethod' ...
Non atteso header 'Access-Control-Allow-Origin' trovato [null]
Non atteso header 'Access-Control-Allow-Methods' trovato [null]
Non atteso header 'Access-Control-Allow-Headers' trovato [null]
Atteso tipo richiesta' [INVALID] trovato [INVALID]
Run test 'CORS.preflightEmptyAccessControlRequestMethod' ok
testPublicPrivateKeyPkcs1EncryptedPEM
Run test 'PrivatePublicKey.publicPrivateKey.pkcs1_encrypted.pem' ...
Run test 'PrivatePublicKey.publicPrivateKey.pkcs1_encrypted.pem' ok
testEncrypt(JAVA_ENCRYPT_JKS, false)
Run test 'Encrypt' (tipo: JAVA_ENCRYPT_JKS) ...
Run test 'Encrypt' (tipo: JAVA_ENCRYPT_JKS) ok
testDigestBase64(SHA3_512, ${message}${salt}, 5195720880, T35T0 Ch1ar(), BQ0ykdPwWyFh78NQZa/xi14+Ixv+7Xh6Zg11hVskN4Ko...)
Run tests 'Digest'...
Run tests 'Digest'...
testDecifraturaConPasswordPBKDF2(256, false, null)
Run test 'EncryptOpenSSL.testDecifraturaConPasswordPBKDF2' (size: 256)(base64: false)(iteration: null) ...
Run test 'EncryptOpenSSL.testDecifraturaConPasswordPBKDF2' (size: 256)(base64: false)(iteration: null) ok
testDigestBase64(SHA512, ${message}${salt}, 51988113, M3ssaggi0 S3Gr3T0!, e4UCUSVfBPaYgDfVUUNQ9wvin9ruyuwNDPgyvdK5C0T...)
Run tests 'Digest'...
Run tests 'Digest'...
testCopyCharStream(1024)
Run test 'CopyCharStream' ...
Run test 'CopyCharStream' ok
testEncrypt(JAVA_ENCRYPT_PKCS11, true)
Run test 'Encrypt' (tipo: JAVA_ENCRYPT_PKCS11) ...
Run test 'Encrypt' (tipo: JAVA_ENCRYPT_PKCS11) ok
testEncrypt(JSON_ENCRYPT_JKS_KEYSTORE_HEADER_CUSTOM, false)
Run test 'Encrypt' (tipo: JSON_ENCRYPT_JKS_KEYSTORE_HEADER_CUSTOM) ...
Run test 'Encrypt' (tipo: JSON_ENCRYPT_JKS_KEYSTORE_HEADER_CUSTOM) ok
testSignature(JSON_SIGNATURE_PROPERTIES_JWK_SYMMETRIC, false)
Run test 'Signature' (tipo: JSON_SIGNATURE_PROPERTIES_JWK_SYMMETRIC) ...
Run test 'Signature' (tipo: JSON_SIGNATURE_PROPERTIES_JWK_SYMMETRIC) ok
9 ignored methods
org.openspcoop2.utils.test.cache.TestCache
testLimitedHashMap
testCacheSingleTest
testCacheSingleTest
org.openspcoop2.utils.test.semaphore.TestDBSemaphore
testDBSemaphore
org.openspcoop2.utils.test.openapi.TestOpenApiValidator
testOpenApi3BigInterfaceValidatorSingleTest
org.openspcoop2.utils.test.id.TestSerialGenerator
testSerialGenerator
org.openspcoop2.utils.test.jdbc.TestKeyGenerator
testKeyGenerator
org.openspcoop2.utils.test.sql.TestSQLGenerator
testSQLGenerator
org.openspcoop2.utils.test.sonde.TestSonde
testSonde
org.openspcoop2.utils.test.jdbc.TestJDBCAdapter
testJDBCAdapter
Methods in chronological order
org.openspcoop2.utils.test.cache.TestCache
testCache
0 ms
org.openspcoop2.utils.test.certificate.TestCertificate
testCompareDifferentFormat
17828 ms
testCompareDifferentFormat_multipleOU
19320 ms
testCompareDifferentFormat_multipleOU_specialChar
19539 ms
testDER
19740 ms
testJKS
19824 ms
testMultipleCerts
19859 ms
testMultiplePrivatePublicKeys
19930 ms
testOID_keyUsage_auth
19973 ms
testOID_keyUsage_multipleOU
20584 ms
testOID_keyUsage_sign
20602 ms
testPEM
20657 ms
testPKCS12
20668 ms
testPKCS12CreatedFromPKCS12
20738 ms
org.openspcoop2.utils.test.certificate.TestCertificateReader
testCertificateReader
24933 ms
org.openspcoop2.utils.test.certificate.TestJWK
testJWKset
25170 ms
testKeystore
25968 ms
testPrivatePublicKey
26091 ms
testSecretKey
26743 ms
org.openspcoop2.utils.test.certificate.TestKeystore
testPrivateKeyJKS
26780 ms
testPrivateKeyPKCS11
26783 ms
testPrivateKeyPKCS12
26926 ms
org.openspcoop2.utils.test.certificate.TestOCSP
testAlternativeCrlCheck
26941 ms
testGovWay
27315 ms
testOCSPResponse_signedByResponderCertificate_case2(export LD_LIBRARY_PATH=/opt/openssl/openssl-1.1.1w/: ; /opt/openssl/openssl-1.1.1w/apps/openssl, 500...)
28674 ms
testOCSPResponse_signedByResponderCertificate_case2_differentNonce(export LD_LIBRARY_PATH=/opt/openssl/openssl-1.1.1w/: ; /opt/openssl/openssl-1.1.1w/apps/openssl, 500...)
35836 ms
testGoogle
42875 ms
testOCSPResponse_signedByResponderCertificate_case3(export LD_LIBRARY_PATH=/opt/openssl/openssl-1.1.1w/: ; /opt/openssl/openssl-1.1.1w/apps/openssl, 500...)
43568 ms
testAlternativeCrlCheckLdapCheckNoAuth
50634 ms
testAlternativeCrlCheckLdapCheckAuthBasic
57936 ms
org.openspcoop2.utils.test.certificate.TestPrivatePublicKey
testCertificateDER
62100 ms
testCertificatePEM
62153 ms
testCertificatePrivateKeyPkcs1PEM
62188 ms
testCertificatesPrivateKeyPkcs8PEM
62262 ms
testEcPrivateKeyPkcs8DER
62316 ms
testEcPrivateKeyPkcs8EncryptedDER
62360 ms
testEcPrivateKeyPkcs8EncryptedPEM
62441 ms
testEcPrivateKeyPkcs8PEM
62515 ms
testEcPrivateKeySec1DER
62536 ms
testEcPrivateKeySec1EncryptedPEM
62609 ms
testEcPrivateKeySec1PEM
62636 ms
testEcPrivatePublicKeyPkcs8EncryptedPEM
62658 ms
testEcPrivatePublicKeyPkcs8PEM
62775 ms
testEcPrivatePublicKeySec1EncryptedPEM
62793 ms
testEcPrivatePublicKeySec1PEM
62818 ms
testEcPublicKeyDER
62841 ms
testEcPublicKeyPEM
62859 ms
testEcPublicPrivateKeyPkcs8EncryptedPEM
62878 ms
testEcPublicPrivateKeyPkcs8PEM
62971 ms
testEcPublicPrivateKeySec1EncryptedPEM
62992 ms
testEcPublicPrivateKeySec1PEM
63016 ms
testPrivateCertificatePkcs1PEM
63039 ms
testPrivateCertificatesPkcs8PEM
63065 ms
testPrivateKeyPkcs1DER
63089 ms
testPrivateKeyPkcs1EncryptedPEM
63108 ms
testPrivateKeyPkcs1PEM
63139 ms
testPrivateKeyPkcs8DER
63160 ms
testPrivateKeyPkcs8EncryptedDER
63180 ms
testPrivateKeyPkcs8EncryptedPEM
63249 ms
testPrivateKeyPkcs8PEM
63315 ms
testPrivatePublicKeyPkcs1EncryptedPEM
63334 ms
testPrivatePublicKeyPkcs1PEM
63353 ms
testPrivatePublicKeyPkcs8EncryptedPEM
63374 ms
testPrivatePublicKeyPkcs8PEM
63464 ms
testPublicKeyDER
63483 ms
testPublicKeyPEM
63498 ms
testPublicPrivateKeyPkcs1EncryptedPEM
63513 ms
testPublicPrivateKeyPkcs1PEM
63532 ms
testPublicPrivateKeyPkcs8EncryptedPEM
63562 ms
testPublicPrivateKeyPkcs8PEM
63655 ms
testRsaPssPrivateKeyPkcs8DER
63674 ms
testRsaPssPrivateKeyPkcs8EncryptedDER
63701 ms
testRsaPssPrivateKeyPkcs8EncryptedPEM
63754 ms
testRsaPssPrivateKeyPkcs8PEM
63871 ms
testRsaPssPrivatePublicKeyPkcs8EncryptedPEM
63902 ms
testRsaPssPrivatePublicKeyPkcs8PEM
64066 ms
testRsaPssPublicKeyDER
64110 ms
testRsaPssPublicKeyPEM
64141 ms
testRsaPssPublicPrivateKeyPkcs8EncryptedPEM
64184 ms
testRsaPssPublicPrivateKeyPkcs8PEM
64311 ms
org.openspcoop2.utils.test.certificate.TestRemoteStore
testJWK
64332 ms
testPublicKey
64367 ms
testX509
64370 ms
org.openspcoop2.utils.test.crypt.TestCrypt
testCodecCrypt
64376 ms
testJasyptCrypt
67694 ms
testOldMd5Crypt
70047 ms
testOthersCrypt
70063 ms
org.openspcoop2.utils.test.crypt.TestPasswordGenerator
testPasswordGenerator
86589 ms
org.openspcoop2.utils.test.csv.TestCSV
testCSV
86600 ms
org.openspcoop2.utils.test.date.TestDate
testDateFormat
86781 ms
org.openspcoop2.utils.test.date.TestDaylightSaving
testOraLegaleToOraSolare
399183 ms
testOraSolareToOraLegale
399215 ms
testTimeChangePendingToday
399229 ms
testZoneId
399250 ms
org.openspcoop2.utils.test.digest.TestDigest
testDigestBase64(SHA256, -${message}-${salt}-, 5195720880, M3ssaggi0 S3Gr3T0!, JNwGBJupODTVWx0UStmfUejrsYUX4mnfQL0zQi...)
399260 ms
testDigestBase64(SHA256, -${message}-${salt}-, 51988113, M3ssaggi0 S3Gr3T0!, lF6AEXat0Xc25LEWlpLYl+pZ/SaW9j1jrHEP+Hoy...)
399324 ms
testDigestBase64(SHA256, -${message}-${salt}-, 5195720880, T35T0 Ch1ar(), Who7CBEy7heN5ipw3LtTcxXDqDkpJk2G5FlIzLPlELg...)
399325 ms
testDigestBase64(SHA256, ${message}${salt}, 5195720880, M3ssaggi0 S3Gr3T0!, USan20lu/WtPhUmLgxAaj8SPAy1u89CRuiqpi7BBb...)
399326 ms
testDigestBase64(SHA256, ${message}${salt}, 51988113, M3ssaggi0 S3Gr3T0!, JeCsH6nJVbZ5PPc4ETgLN4uiCKdFFHTyY2yvx1H0QRs...)
399327 ms
testDigestBase64(SHA256, ${message}${salt}, 5195720880, T35T0 Ch1ar(), XwYQiEq84zq1AI+1ov/xYASieHXS1i5xOoE3BzDq9Fc=)
399328 ms
testDigestBase64(SHA384, ${message}${salt}, 5195720880, M3ssaggi0 S3Gr3T0!, CW+DM/NAKvRLDGD67lbIOV9PokJViIJ5bkwG31bNR...)
399329 ms
testDigestBase64(SHA384, ${message}${salt}, 51988113, M3ssaggi0 S3Gr3T0!, bE8I/jYx4qjJDw3VdeaN9rNQOs8e545FMZfY9aS2iol...)
399330 ms
testDigestBase64(SHA384, ${message}${salt}, 5195720880, T35T0 Ch1ar(), 2Wu/IGj6R6u9eWqfCXu3TXHy91gemNJWA751H+nNzieHxM...)
399330 ms
testDigestBase64(SHA512, ${message}${salt}, 5195720880, M3ssaggi0 S3Gr3T0!, xeTxFp6KDMD6wK1/vKTUV5+qdoweUXlcw4eY/gXLX...)
399331 ms
testDigestBase64(SHA512, ${message}${salt}, 51988113, M3ssaggi0 S3Gr3T0!, e4UCUSVfBPaYgDfVUUNQ9wvin9ruyuwNDPgyvdK5C0T...)
399332 ms
testDigestBase64(SHA512, ${message}${salt}, 5195720880, T35T0 Ch1ar(), Vl/uDdsdwbu8iTV9fA1+cbFKoVBUAa3sL3VGxE5h1qdxe5...)
399333 ms
testDigestBase64(SHA512_256, ${message}${salt}, 5195720880, M3ssaggi0 S3Gr3T0!, TsRs4s1ZFlU3F+qdqKlBXS006pzAYMyswq7Pt...)
399334 ms
testDigestBase64(SHA512_256, ${message}${salt}, 51988113, M3ssaggi0 S3Gr3T0!, sUiTXQ/YZT8TM8gj9JP8OiHK9Co53Qm9sjQrvKg...)
399334 ms
testDigestBase64(SHA512_256, ${message}${salt}, 5195720880, T35T0 Ch1ar(), snWoLYlLp8x1ED/wLX2GI9ueOHb4T+O6xf54xq4YIk...)
399335 ms
testDigestBase64(SHA3_256, ${message}${salt}, 5195720880, M3ssaggi0 S3Gr3T0!, 47AGLVUDXe2xxYBVNMpvfs31/pMkNfLVyP7aGRV...)
399336 ms
testDigestBase64(SHA3_256, ${message}${salt}, 51988113, M3ssaggi0 S3Gr3T0!, mx5iefAq9owwm7araBk/LQRGhPXsrikBLsMzJOgaS...)
399340 ms
testDigestBase64(SHA3_256, ${message}${salt}, 5195720880, T35T0 Ch1ar(), s4XHi26LJ/rsUpV1OV5XW3Fv0c+ae/zcCyi5htVMU00=)
399341 ms
testDigestBase64(SHA3_384, ${message}${salt}, 5195720880, M3ssaggi0 S3Gr3T0!, J3O3T35Ge51wfJZig8l0SX4ty2R/ImDcaAlaYT3...)
399342 ms
testDigestBase64(SHA3_384, ${message}${salt}, 51988113, M3ssaggi0 S3Gr3T0!, 0ZuKZoN8t+aCwJehlrTMX1dCxcXlQubb0JZy0YUea...)
399344 ms
testDigestBase64(SHA3_512, ${message}${salt}, 5195720880, M3ssaggi0 S3Gr3T0!, 1OM9V5ESPkOvYETJIrcvaLUXzR2gLXBtjBi7s6d...)
399345 ms
testDigestBase64(SHA3_384, ${message}${salt}, 5195720880, T35T0 Ch1ar(), GY2jhqXDzP0vySjh+kWB/v0N1UfoqU0HDr7WYlJ3B55d...)
399345 ms
testDigestBase64(SHA3_512, ${message}${salt}, 51988113, M3ssaggi0 S3Gr3T0!, NqFVpIp7bPEQbqfeJztmfKHZNobUZXBTXRKYAH1HQ...)
399347 ms
testDigestBase64(SHA3_512, ${message}${salt}, 5195720880, T35T0 Ch1ar(), BQ0ykdPwWyFh78NQZa/xi14+Ixv+7Xh6Zg11hVskN4Ko...)
399347 ms
testDigestBase64(SHAKE128, ${message}${salt}, 5195720880, M3ssaggi0 S3Gr3T0!, XZzskIacDaPSUjiuWXL3iveu1W9m8nNA4ypfO1c...)
399348 ms
testDigestBase64(SHAKE128, ${message}${salt}, 51988113, M3ssaggi0 S3Gr3T0!, cedbOjDPPP6o65GCK2GikE4imgmDozyknF9ZlsbDz...)
399355 ms
testDigestBase64(SHAKE128, ${message}${salt}, 5195720880, T35T0 Ch1ar(), 5jDZbYutjfnd5TW2uGIFUQ+uqT+HtgCZ9U84g4GlUYM=)
399357 ms
testDigestBase64(SHAKE256, ${message}${salt}, 5195720880, M3ssaggi0 S3Gr3T0!, 6rCab4rygXr5SWIiGuHTpHY4KXK2+0hj4/uSA2u...)
399359 ms
testDigestBase64(SHAKE256, ${message}${salt}, 51988113, M3ssaggi0 S3Gr3T0!, dMTdTXBW3CEK+z6yCvRAa6eNI25ueDKAwNEXuaS3w...)
399361 ms
testDigestBase64(SHAKE256, ${message}${salt}, 5195720880, T35T0 Ch1ar(), gTM/P1SMtvNMUwL1YQuFZh4WKsu9dQSGD8aJx8sEEra6...)
399362 ms
testDigestBinary(SHA256, -${message}-${salt}-, 5195720880, M3ssaggi0 S3Gr3T0!, JNwGBJupODTVWx0UStmfUejrsYUX4mnfQL0zQi...)
399363 ms
testDigestBinary(SHA256, -${message}-${salt}-, 51988113, M3ssaggi0 S3Gr3T0!, lF6AEXat0Xc25LEWlpLYl+pZ/SaW9j1jrHEP+Hoy...)
399367 ms
testDigestBinary(SHA256, -${message}-${salt}-, 5195720880, T35T0 Ch1ar(), Who7CBEy7heN5ipw3LtTcxXDqDkpJk2G5FlIzLPlELg...)
399368 ms
testDigestBinary(SHA256, ${message}${salt}, 5195720880, M3ssaggi0 S3Gr3T0!, USan20lu/WtPhUmLgxAaj8SPAy1u89CRuiqpi7BBb...)
399374 ms
testDigestBinary(SHA256, ${message}${salt}, 51988113, M3ssaggi0 S3Gr3T0!, JeCsH6nJVbZ5PPc4ETgLN4uiCKdFFHTyY2yvx1H0QRs...)
399379 ms
testDigestBinary(SHA256, ${message}${salt}, 5195720880, T35T0 Ch1ar(), XwYQiEq84zq1AI+1ov/xYASieHXS1i5xOoE3BzDq9Fc=)
399380 ms
testDigestBinary(SHA384, ${message}${salt}, 5195720880, M3ssaggi0 S3Gr3T0!, CW+DM/NAKvRLDGD67lbIOV9PokJViIJ5bkwG31bNR...)
399380 ms
testDigestBinary(SHA384, ${message}${salt}, 51988113, M3ssaggi0 S3Gr3T0!, bE8I/jYx4qjJDw3VdeaN9rNQOs8e545FMZfY9aS2iol...)
399381 ms
testDigestBinary(SHA384, ${message}${salt}, 5195720880, T35T0 Ch1ar(), 2Wu/IGj6R6u9eWqfCXu3TXHy91gemNJWA751H+nNzieHxM...)
399381 ms
testDigestBinary(SHA512, ${message}${salt}, 5195720880, M3ssaggi0 S3Gr3T0!, xeTxFp6KDMD6wK1/vKTUV5+qdoweUXlcw4eY/gXLX...)
399386 ms
testDigestBinary(SHA512, ${message}${salt}, 51988113, M3ssaggi0 S3Gr3T0!, e4UCUSVfBPaYgDfVUUNQ9wvin9ruyuwNDPgyvdK5C0T...)
399387 ms
testDigestBinary(SHA512, ${message}${salt}, 5195720880, T35T0 Ch1ar(), Vl/uDdsdwbu8iTV9fA1+cbFKoVBUAa3sL3VGxE5h1qdxe5...)
399388 ms
testDigestBinary(SHA512_256, ${message}${salt}, 5195720880, M3ssaggi0 S3Gr3T0!, TsRs4s1ZFlU3F+qdqKlBXS006pzAYMyswq7Pt...)
399391 ms
testDigestBinary(SHA512_256, ${message}${salt}, 51988113, M3ssaggi0 S3Gr3T0!, sUiTXQ/YZT8TM8gj9JP8OiHK9Co53Qm9sjQrvKg...)
399392 ms
testDigestBinary(SHA512_256, ${message}${salt}, 5195720880, T35T0 Ch1ar(), snWoLYlLp8x1ED/wLX2GI9ueOHb4T+O6xf54xq4YIk...)
399393 ms
testDigestBinary(SHA3_256, ${message}${salt}, 5195720880, M3ssaggi0 S3Gr3T0!, 47AGLVUDXe2xxYBVNMpvfs31/pMkNfLVyP7aGRV...)
399394 ms
testDigestBinary(SHA3_256, ${message}${salt}, 51988113, M3ssaggi0 S3Gr3T0!, mx5iefAq9owwm7araBk/LQRGhPXsrikBLsMzJOgaS...)
399395 ms
testDigestBinary(SHA3_256, ${message}${salt}, 5195720880, T35T0 Ch1ar(), s4XHi26LJ/rsUpV1OV5XW3Fv0c+ae/zcCyi5htVMU00=)
399396 ms
testDigestBinary(SHA3_384, ${message}${salt}, 5195720880, M3ssaggi0 S3Gr3T0!, J3O3T35Ge51wfJZig8l0SX4ty2R/ImDcaAlaYT3...)
399397 ms
testDigestBinary(SHA3_384, ${message}${salt}, 51988113, M3ssaggi0 S3Gr3T0!, 0ZuKZoN8t+aCwJehlrTMX1dCxcXlQubb0JZy0YUea...)
399400 ms
testDigestBinary(SHA3_384, ${message}${salt}, 5195720880, T35T0 Ch1ar(), GY2jhqXDzP0vySjh+kWB/v0N1UfoqU0HDr7WYlJ3B55d...)
399401 ms
testDigestBinary(SHA3_512, ${message}${salt}, 5195720880, M3ssaggi0 S3Gr3T0!, 1OM9V5ESPkOvYETJIrcvaLUXzR2gLXBtjBi7s6d...)
399403 ms
testDigestBinary(SHA3_512, ${message}${salt}, 51988113, M3ssaggi0 S3Gr3T0!, NqFVpIp7bPEQbqfeJztmfKHZNobUZXBTXRKYAH1HQ...)
399404 ms
testDigestBinary(SHA3_512, ${message}${salt}, 5195720880, T35T0 Ch1ar(), BQ0ykdPwWyFh78NQZa/xi14+Ixv+7Xh6Zg11hVskN4Ko...)
399406 ms
testDigestBinary(SHAKE128, ${message}${salt}, 5195720880, M3ssaggi0 S3Gr3T0!, XZzskIacDaPSUjiuWXL3iveu1W9m8nNA4ypfO1c...)
399407 ms
testDigestBinary(SHAKE128, ${message}${salt}, 51988113, M3ssaggi0 S3Gr3T0!, cedbOjDPPP6o65GCK2GikE4imgmDozyknF9ZlsbDz...)
399410 ms
testDigestBinary(SHAKE128, ${message}${salt}, 5195720880, T35T0 Ch1ar(), 5jDZbYutjfnd5TW2uGIFUQ+uqT+HtgCZ9U84g4GlUYM=)
399413 ms
testDigestBinary(SHAKE256, ${message}${salt}, 5195720880, M3ssaggi0 S3Gr3T0!, 6rCab4rygXr5SWIiGuHTpHY4KXK2+0hj4/uSA2u...)
399415 ms
testDigestBinary(SHAKE256, ${message}${salt}, 51988113, M3ssaggi0 S3Gr3T0!, dMTdTXBW3CEK+z6yCvRAa6eNI25ueDKAwNEXuaS3w...)
399416 ms
testDigestBinary(SHAKE256, ${message}${salt}, 5195720880, T35T0 Ch1ar(), gTM/P1SMtvNMUwL1YQuFZh4WKsu9dQSGD8aJx8sEEra6...)
399416 ms
org.openspcoop2.utils.test.id.TestApacheGenerator
testApacheIdGenerator
399419 ms
org.openspcoop2.utils.test.id.TestUUID
testUUID
400887 ms
org.openspcoop2.utils.test.io.TestArchive
testArchvie(ZIP)
689139 ms
testArchvie(TAR)
689301 ms
testArchvie(TGZ)
689344 ms
org.openspcoop2.utils.test.io.TestCompressor
testCompressor(DEFLATER)
689371 ms
testCompressor(GZIP)
689374 ms
testCompressor(ZIP)
689378 ms
org.openspcoop2.utils.test.io.TestDumpByteArrayOutputStream
testDefaultImpl
689386 ms
testFastImpl
689597 ms
org.openspcoop2.utils.test.io.TestUnzip
testUnzip
689928 ms
org.openspcoop2.utils.test.json.TestJsonPath
testJsonPath
689953 ms
org.openspcoop2.utils.test.json.TestJsonValidator
testJsonValidator(FGE)
690267 ms
testJsonValidator(NETWORK_NT)
856826 ms
org.openspcoop2.utils.test.logger.TestApplicativeLogger
testApplicativeLogger(proxy)
881199 ms
testApplicativeLogger(application)
881379 ms
testApplicativeLogger(batch)
881401 ms
org.openspcoop2.utils.test.openapi.TestOpenApiReader
testOpenApiReader(json)
881423 ms
testOpenApiReader(yaml)
882070 ms
testOpenApiReaderIndentazione
882466 ms
org.openspcoop2.utils.test.openapi.TestOpenApiValidator
testOpenApi3BigInterfaceValidator(swagger_request_validator, false)
882748 ms
testOpenApi3BigInterfaceValidator(swagger_request_validator, true)
895435 ms
testOpenApi3ExtendedValidator(json_schema, false)
900513 ms
testOpenApi3ExtendedValidator(json_schema, true)
911663 ms
testOpenApi3ExtendedValidator(openapi4j, false)
918286 ms
testOpenApi3ExtendedValidator(openapi4j, true)
927571 ms
testOpenApi3ExtendedValidator(swagger_request_validator, false)
936058 ms
testOpenApi3ExtendedValidator(swagger_request_validator, true)
941656 ms
testOpenApiValidator(json, json_schema, false)
946485 ms
testOpenApiValidator(yaml, json_schema, false)
946618 ms
testOpenApiValidator(json, openapi4j, true)
946708 ms
testOpenApiValidator(yaml, openapi4j, true)
946841 ms
testOpenApiValidator(json, openapi4j, false)
946950 ms
testOpenApiValidator(yaml, openapi4j, false)
946991 ms
testOpenApiValidator(json, swagger_request_validator, true)
947054 ms
testOpenApiValidator(yaml, swagger_request_validator, true)
947228 ms
testOpenApiValidator(json, swagger_request_validator, false)
947473 ms
testOpenApiValidator(yaml, swagger_request_validator, false)
947672 ms
org.openspcoop2.utils.test.openapi.TestSwaggerReader
testSwaggerReader(json)
947859 ms
testSwaggerReader(yaml)
948127 ms
org.openspcoop2.utils.test.openapi.TestSwaggerValidator
testSwaggerValidator(json, json_schema, true)
948181 ms
testSwaggerValidator(yaml, json_schema, true)
948248 ms
testSwaggerValidator(json, json_schema, false)
948306 ms
testSwaggerValidator(yaml, json_schema, false)
948354 ms
testSwaggerValidator(json, swagger_request_validator, false)
948425 ms
testSwaggerValidator(yaml, swagger_request_validator, false)
948663 ms
org.openspcoop2.utils.test.pdf.TestPDFReader
testAnnotation
948853 ms
testEmbedded
949114 ms
testEmbeddedKid
949122 ms
testMultipleAnnotations
949126 ms
testMultipleEmbedded
949133 ms
testMultipleEmbeddedKids
949139 ms
testSignature
949146 ms
testXFAFile
949587 ms
testXFAFileDatasets
950251 ms
org.openspcoop2.utils.test.pdf.TestPDFWriter
testAnnotation
950455 ms
testEmbedded
950580 ms
testEmbeddedKid
950602 ms
testMultipleAnnotations
950625 ms
testMultipleEmbedded
950648 ms
testMultipleEmbeddedKids
950667 ms
testSignature
950680 ms
testXFAFile
950926 ms
testXFAFileDatasets
951183 ms
org.openspcoop2.utils.test.random.TestRandom
testRandomGenerator(false, null)
951636 ms
testRandomGenerator(true, null)
951641 ms
testRandomGenerator(true, NativePRNGBlocking)
951642 ms
testRandomGenerator(true, NativePRNG)
951642 ms
testRandomGenerator(true, NativePRNGNonBlocking)
951645 ms
testRandomGenerator(true, DRBG)
951646 ms
testRandomGenerator(true, SHA1PRNG)
951658 ms
org.openspcoop2.utils.test.regexp.TestRegExp
testRegExp
951660 ms
org.openspcoop2.utils.test.resource.TestCopyCharStream
testCopyCharStream(1024)
951667 ms
testCopyCharStream(1048576)
951695 ms
testCopyCharStream(10485760)
951985 ms
org.openspcoop2.utils.test.resource.TestCopyStream
testCopyStream(1024, -1, false, -1, false)
953673 ms
testCopyStream(1048576, -1, false, -1, false)
953712 ms
testCopyStream(10485760, -1, false, -1, false)
953803 ms
testCopyStream(10485760, 120000, false, -1, false)
954406 ms
testCopyStream(10485760, 2, true, -1, false)
954964 ms
testCopyStream(12582912, 2, true, 10485760, false)
955100 ms
testCopyStream(10485760, -1, false, 10485760, false)
955279 ms
testCopyStream(10485760, -1, false, 10240, true)
955732 ms
testCopyStream(10485760, 120000, false, 10240, true)
955767 ms
org.openspcoop2.utils.test.rest.TestProblemDetail
testProblemRFC7807
955803 ms
org.openspcoop2.utils.test.security.TestEncrypt
testEncrypt(JAVA_ENCRYPT_JKS, false)
955844 ms
testEncrypt(JAVA_ENCRYPT_PKCS12, false)
955992 ms
testEncrypt(JAVA_ENCRYPT_PKCS11, false)
956055 ms
testEncrypt(JAVA_ENCRYPT_PKCS11, true)
956110 ms
testEncrypt(XML_ENCRYPT_JKS, false)
956165 ms
testEncrypt(XML_ENCRYPT_PKCS12, false)
956568 ms
testEncrypt(XML_ENCRYPT_PKCS11, false)
956682 ms
testEncrypt(XML_ENCRYPT_PKCS11, true)
956787 ms
testEncrypt(JSON_ENCRYPT_PROPERTIES_JKS, false)
956876 ms
testEncrypt(JSON_ENCRYPT_PROPERTIES_PKCS12, false)
957180 ms
testEncrypt(JSON_ENCRYPT_PROPERTIES_PKCS11, false)
957324 ms
testEncrypt(JSON_ENCRYPT_PROPERTIES_PKCS11, true)
957508 ms
testEncrypt(JSON_ENCRYPT_PROPERTIES_JCEKS, false)
957682 ms
testEncrypt(JSON_ENCRYPT_PROPERTIES_JWK, false)
957731 ms
testEncrypt(JSON_ENCRYPT_PROPERTIES_JWK_SYMMETRIC, false)
957852 ms
testEncrypt(JSON_ENCRYPT_PROPERTIES_JKS_HEADER_CUSTOM, false)
957895 ms
testEncrypt(JSON_ENCRYPT_PROPERTIES_PKCS12_HEADER_CUSTOM, false)
958000 ms
testEncrypt(JSON_ENCRYPT_PROPERTIES_PKCS11_HEADER_CUSTOM, false)
958131 ms
testEncrypt(JSON_ENCRYPT_PROPERTIES_PKCS11_HEADER_CUSTOM, true)
958310 ms
testEncrypt(JSON_ENCRYPT_PROPERTIES_JCEKS_HEADER_CUSTOM, false)
958455 ms
testEncrypt(JSON_ENCRYPT_PROPERTIES_JWK_HEADER_CUSTOM, false)
958497 ms
testEncrypt(JSON_ENCRYPT_PROPERTIES_JWK_SYMMETRIC_HEADER_CUSTOM, false)
958599 ms
testEncrypt(JSON_ENCRYPT_PROPERTIES_JKS_HEADER_CUSTOM_KID_ONLY, false)
958642 ms
testEncrypt(JSON_ENCRYPT_PROPERTIES_PKCS12_HEADER_CUSTOM_KID_ONLY, false)
958734 ms
testEncrypt(JSON_ENCRYPT_PROPERTIES_PKCS11_HEADER_CUSTOM_KID_ONLY, false)
958836 ms
testEncrypt(JSON_ENCRYPT_PROPERTIES_PKCS11_HEADER_CUSTOM_KID_ONLY, true)
958999 ms
testEncrypt(JSON_ENCRYPT_PROPERTIES_JWK_HEADER_CUSTOM_KID_ONLY, false)
959149 ms
testEncrypt(JSON_ENCRYPT_JKS_KEYSTORE, false)
959239 ms
testEncrypt(JSON_ENCRYPT_JKS_KEYSTORE_HEADER_CUSTOM, false)
959300 ms
testEncrypt(JSON_ENCRYPT_PKCS12_KEYSTORE, false)
959366 ms
testEncrypt(JSON_ENCRYPT_PKCS12_KEYSTORE_HEADER_CUSTOM, false)
959434 ms
testEncrypt(JSON_ENCRYPT_PKCS11_KEYSTORE, false)
959506 ms
testEncrypt(JSON_ENCRYPT_PKCS11_KEYSTORE_HEADER_CUSTOM, false)
959604 ms
testEncrypt(JSON_ENCRYPT_PKCS11_KEYSTORE, true)
959717 ms
testEncrypt(JSON_ENCRYPT_PKCS11_KEYSTORE_HEADER_CUSTOM, true)
959836 ms
testEncrypt(JSON_ENCRYPT_JKS_KEYSTORE_JCE, false)
959954 ms
testEncrypt(JSON_ENCRYPT_JKS_KEYSTORE_JCE_HEADER_CUSTOM, false)
959990 ms
testEncrypt(JSON_ENCRYPT_PKCS12_KEYSTORE_JCE, false)
960023 ms
testEncrypt(JSON_ENCRYPT_PKCS12_KEYSTORE_JCE_HEADER_CUSTOM, false)
960055 ms
testEncrypt(JSON_ENCRYPT_PKCS11_KEYSTORE_JCE, false)
960089 ms
testEncrypt(JSON_ENCRYPT_PKCS11_KEYSTORE_JCE_HEADER_CUSTOM, false)
960123 ms
testEncrypt(JSON_ENCRYPT_PKCS11_KEYSTORE_JCE, true)
960149 ms
testEncrypt(JSON_ENCRYPT_PKCS11_KEYSTORE_JCE_HEADER_CUSTOM, true)
960174 ms
testEncrypt(JSON_ENCRYPT_JWK_KEYS, false)
960202 ms
testEncrypt(JSON_ENCRYPT_JWK_KEYS_HEADER_CUSTOM, false)
960260 ms
testEncrypt(JSON_ENCRYPT_JWK_KEY, false)
960340 ms
testEncrypt(JSON_ENCRYPT_JWK_KEY_HEADER_CUSTOM, false)
960415 ms
testEncrypt(JSON_ENCRYPT_JWK_SYMMETRIC_KEYS, false)
960488 ms
testEncrypt(JSON_ENCRYPT_JWK_SYMMETRIC_KEYS_HEADER_CUSTOM, false)
960518 ms
testEncrypt(JSON_ENCRYPT_JWK_SYMMETRIC_KEY, false)
960545 ms
testEncrypt(JSON_ENCRYPT_JWK_SYMMETRIC_KEY_HEADER_CUSTOM, false)
960572 ms
org.openspcoop2.utils.test.security.TestEncryptCRL
testEncryptCrl(JSON_ENCRYPT_PROPERTIES_CRL, false)
960602 ms
testEncryptCrl(JSON_ENCRYPT_PROPERTIES_CRL_HEADER_CUSTOM, false)
960872 ms
testEncryptCrl(JSON_ENCRYPT_PROPERTIES_CRL_HEADER_CUSTOM_KID_ONLY, false)
961125 ms
testEncryptCrl(JSON_ENCRYPT_CRL_KEYSTORE, false)
961365 ms
testEncryptCrl(JSON_ENCRYPT_CRL_KEYSTORE_HEADER_CUSTOM, false)
961451 ms
org.openspcoop2.utils.test.security.TestEncryptOCSP
testEncryptOcsp_keystore(export LD_LIBRARY_PATH=/opt/openssl/openssl-1.1.1w/: ; /opt/openssl/openssl-1.1.1w/apps/openssl, 500...)
961542 ms
testEncryptOcsp_keystore_header_custom(export LD_LIBRARY_PATH=/opt/openssl/openssl-1.1.1w/: ; /opt/openssl/openssl-1.1.1w/apps/openssl, 500...)
973591 ms
testEncryptOcsp_properties(export LD_LIBRARY_PATH=/opt/openssl/openssl-1.1.1w/: ; /opt/openssl/openssl-1.1.1w/apps/openssl, 500...)
985644 ms
testEncryptOcsp_properties_header_custom(export LD_LIBRARY_PATH=/opt/openssl/openssl-1.1.1w/: ; /opt/openssl/openssl-1.1.1w/apps/openssl, 500...)
997686 ms
testEncryptOcsp_properties_header_custom_kid_only(export LD_LIBRARY_PATH=/opt/openssl/openssl-1.1.1w/: ; /opt/openssl/openssl-1.1.1w/apps/openssl, 500...)
1009735 ms
org.openspcoop2.utils.test.security.TestEncryptOpenSSL
testCifraturaConKey(128, true)
1021783 ms
testCifraturaConKey(128, false)
1022345 ms
testCifraturaConKey(192, true)
1022886 ms
testCifraturaConKey(192, false)
1023420 ms
testCifraturaConKey(256, true)
1023953 ms
testCifraturaConKey(256, false)
1024488 ms
testCifraturaConPassword(128, false)
1025025 ms
testCifraturaConPassword(128, true)
1025025 ms
testCifraturaConPassword(192, false)
1025026 ms
testCifraturaConPassword(256, true)
1025026 ms
testCifraturaConPassword(192, true)
1025026 ms
testCifraturaConPassword(256, false)
1025572 ms
testCifraturaConPasswordPBKDF2(128, true, null)
1026108 ms
testCifraturaConPasswordPBKDF2(128, false, null)
1026717 ms
testCifraturaConPasswordPBKDF2(192, true, null)
1027316 ms
testCifraturaConPasswordPBKDF2(192, false, null)
1027895 ms
testCifraturaConPasswordPBKDF2(256, true, null)
1028482 ms
testCifraturaConPasswordPBKDF2(256, false, null)
1029068 ms
testCifraturaConPasswordPBKDF2(128, true, 65535)
1029651 ms
testCifraturaConPasswordPBKDF2(128, false, 65535)
1030366 ms
testCifraturaConPasswordPBKDF2(192, true, 65535)
1031064 ms
testCifraturaConPasswordPBKDF2(192, false, 65535)
1031909 ms
testCifraturaConPasswordPBKDF2(256, true, 65535)
1032769 ms
testCifraturaConPasswordPBKDF2(256, false, 65535)
1033605 ms
testDecifraturaConKey(128, true)
1034451 ms
testDecifraturaConKey(128, false)
1034985 ms
testDecifraturaConKey(192, true)
1035521 ms
testDecifraturaConKey(192, false)
1036058 ms
testDecifraturaConKey(256, true)
1036592 ms
testDecifraturaConKey(256, false)
1037127 ms
testDecifraturaConPassword(128, true)
1037660 ms
testDecifraturaConPassword(256, true)
1037661 ms
testDecifraturaConPassword(192, false)
1037661 ms
testDecifraturaConPassword(128, false)
1037661 ms
testDecifraturaConPassword(192, true)
1037661 ms
testDecifraturaConPassword(256, false)
1038195 ms
testDecifraturaConPasswordPBKDF2(128, true, null)
1038730 ms
testDecifraturaConPasswordPBKDF2(128, false, null)
1039291 ms
testDecifraturaConPasswordPBKDF2(192, true, null)
1039850 ms
testDecifraturaConPasswordPBKDF2(192, false, null)
1040435 ms
testDecifraturaConPasswordPBKDF2(256, true, null)
1041016 ms
testDecifraturaConPasswordPBKDF2(256, false, null)
1041594 ms
testDecifraturaConPasswordPBKDF2(128, true, 65535)
1042175 ms
testDecifraturaConPasswordPBKDF2(128, false, 65535)
1042871 ms
testDecifraturaConPasswordPBKDF2(192, true, 65535)
1043572 ms
testDecifraturaConPasswordPBKDF2(192, false, 65535)
1044405 ms
testDecifraturaConPasswordPBKDF2(256, true, 65535)
1045248 ms
testDecifraturaConPasswordPBKDF2(256, false, 65535)
1046094 ms
org.openspcoop2.utils.test.security.TestProvider
testProvider(false)
1046939 ms
testProvider(true)
1046956 ms
org.openspcoop2.utils.test.security.TestSignature
testSignature(JAVA_SIGNATURE_JKS, false)
1047084 ms
testSignature(JAVA_SIGNATURE_PKCS12, false)
1047114 ms
testSignature(JAVA_SIGNATURE_PKCS11, false)
1047139 ms
testSignature(JAVA_SIGNATURE_PKCS11, true)
1047168 ms
testSignature(PKCS7_SIGNATURE_JKS, false)
1047192 ms
testSignature(PKCS7_SIGNATURE_PKCS12, false)
1049274 ms
testSignature(PKCS7_SIGNATURE_PKCS11, false)
1051323 ms
testSignature(PKCS7_SIGNATURE_PKCS11, true)
1053376 ms
testSignature(XML_SIGNATURE_JKS, false)
1055417 ms
testSignature(XML_SIGNATURE_PKCS12, false)
1055673 ms
testSignature(XML_SIGNATURE_PKCS11, false)
1055741 ms
testSignature(XML_SIGNATURE_PKCS11, true)
1055809 ms
testSignature(JSON_SIGNATURE_PROPERTIES_JKS, false)
1055875 ms
testSignature(JSON_SIGNATURE_PROPERTIES_PKCS12, false)
1055985 ms
testSignature(JSON_SIGNATURE_PROPERTIES_PKCS11, false)
1056053 ms
testSignature(JSON_SIGNATURE_PROPERTIES_PKCS11, true)
1056117 ms
testSignature(JSON_SIGNATURE_PROPERTIES_JCEKS, false)
1056160 ms
testSignature(JSON_SIGNATURE_PROPERTIES_JWK, false)
1056201 ms
testSignature(JSON_SIGNATURE_PROPERTIES_JWK_SYMMETRIC, false)
1056262 ms
testSignature(JSON_SIGNATURE_PROPERTIES_JKS_HEADER_CUSTOM, false)
1056300 ms
testSignature(JSON_SIGNATURE_PROPERTIES_PKCS12_HEADER_CUSTOM, false)
1056359 ms
testSignature(JSON_SIGNATURE_PROPERTIES_PKCS11_HEADER_CUSTOM, false)
1056424 ms
testSignature(JSON_SIGNATURE_PROPERTIES_PKCS11_HEADER_CUSTOM, true)
1056487 ms
testSignature(JSON_SIGNATURE_PROPERTIES_JCEKS_HEADER_CUSTOM, false)
1056537 ms
testSignature(JSON_SIGNATURE_PROPERTIES_JWK_HEADER_CUSTOM, false)
1056569 ms
testSignature(JSON_SIGNATURE_PROPERTIES_JWK_SYMMETRIC_HEADER_CUSTOM, false)
1056630 ms
testSignature(JSON_SIGNATURE_PROPERTIES_JKS_HEADER_CUSTOM_KID_ONLY, false)
1056667 ms
testSignature(JSON_SIGNATURE_PROPERTIES_PKCS12_HEADER_CUSTOM_KID_ONLY, false)
1056717 ms
testSignature(JSON_SIGNATURE_PROPERTIES_PKCS11_HEADER_CUSTOM_KID_ONLY, false)
1056782 ms
testSignature(JSON_SIGNATURE_PROPERTIES_PKCS11_HEADER_CUSTOM_KID_ONLY, true)
1056839 ms
testSignature(JSON_SIGNATURE_PROPERTIES_JWK_HEADER_CUSTOM_KID_ONLY, false)
1056882 ms
testSignature(JSON_SIGNATURE_PROPERTIES_SECRET, false)
1056932 ms
testSignature(JSON_SIGNATURE_JKS_KEYSTORE, false)
1056956 ms
testSignature(JSON_SIGNATURE_JKS_KEYSTORE_HEADER_CUSTOM, false)
1056994 ms
testSignature(JSON_SIGNATURE_PKCS12_KEYSTORE, false)
1057036 ms
testSignature(JSON_SIGNATURE_PKCS12_KEYSTORE_HEADER_CUSTOM, false)
1057091 ms
testSignature(JSON_SIGNATURE_PKCS11_KEYSTORE, false)
1057149 ms
testSignature(JSON_SIGNATURE_PKCS11_KEYSTORE_HEADER_CUSTOM, false)
1057199 ms
testSignature(JSON_SIGNATURE_PKCS11_KEYSTORE, true)
1057260 ms
testSignature(JSON_SIGNATURE_PKCS11_KEYSTORE_HEADER_CUSTOM, true)
1057308 ms
testSignature(JSON_SIGNATURE_JCEKS_KEYSTORE, false)
1057354 ms
testSignature(JSON_SIGNATURE_JCEKS_KEYSTORE_HEADER_CUSTOM, false)
1057384 ms
testSignature(JSON_SIGNATURE_JWK_KEYS, false)
1057411 ms
testSignature(JSON_SIGNATURE_JWK_KEYS_HEADER_CUSTOM, false)
1057451 ms
testSignature(JSON_SIGNATURE_JWK_KEY, false)
1057491 ms
testSignature(JSON_SIGNATURE_JWK_KEY_HEADER_CUSTOM, false)
1057529 ms
testSignature(JSON_SIGNATURE_JWK_SYMMETRIC_KEYS, false)
1057571 ms
testSignature(JSON_SIGNATURE_JWK_SYMMETRIC_KEYS_HEADER_CUSTOM, false)
1057594 ms
testSignature(JSON_SIGNATURE_JWK_SYMMETRIC_KEY, false)
1057619 ms
testSignature(JSON_SIGNATURE_JWK_SYMMETRIC_KEY_HEADER_CUSTOM, false)
1057642 ms
testSignature(JSON_SIGNATURE_SECRET, false)
1057667 ms
org.openspcoop2.utils.test.security.TestSignatureCRL
testSignatureCrl(JSON_SIGNATURE_PROPERTIES_CRL, false)
1057692 ms
testSignatureCrl(JSON_SIGNATURE_PROPERTIES_CRL_HEADER_CUSTOM, false)
1057882 ms
testSignatureCrl(JSON_SIGNATURE_PROPERTIES_CRL_HEADER_CUSTOM_KID_ONLY, false)
1058053 ms
testSignatureCrl(JSON_SIGNATURE_CRL_KEYSTORE, false)
1058200 ms
testSignatureCrl(JSON_SIGNATURE_CRL_KEYSTORE_HEADER_CUSTOM, false)
1058297 ms
org.openspcoop2.utils.test.security.TestSignatureOCSP
testSignatureOcsp_keystore(export LD_LIBRARY_PATH=/opt/openssl/openssl-1.1.1w/: ; /opt/openssl/openssl-1.1.1w/apps/openssl, 500...)
1058419 ms
testSignatureOcsp_keystore_header_custom(export LD_LIBRARY_PATH=/opt/openssl/openssl-1.1.1w/: ; /opt/openssl/openssl-1.1.1w/apps/openssl, 500...)
1070458 ms
testSignatureOcsp_properties(export LD_LIBRARY_PATH=/opt/openssl/openssl-1.1.1w/: ; /opt/openssl/openssl-1.1.1w/apps/openssl, 500...)
1082501 ms
testSignatureOcsp_properties_header_custom(export LD_LIBRARY_PATH=/opt/openssl/openssl-1.1.1w/: ; /opt/openssl/openssl-1.1.1w/apps/openssl, 500...)
1094542 ms
testSignatureOcsp_properties_header_custom_kid_only(export LD_LIBRARY_PATH=/opt/openssl/openssl-1.1.1w/: ; /opt/openssl/openssl-1.1.1w/apps/openssl, 500...)
1106582 ms
org.openspcoop2.utils.test.security.TestVerifyGoogleJWT
testVerifyGoogleJWT
1118626 ms
org.openspcoop2.utils.test.serializer.TestJacksonSerializer
testJacksonSerializer
1119269 ms
org.openspcoop2.utils.test.transport.TestCORS
testCheckActualNotSimpleHeaders
1119417 ms
testCheckActualNotSimplePostWithoutContentType
1119429 ms
testCheckActualRequestType
1119430 ms
testCheckPreFlightEmptyACRH
1119431 ms
testCheckPreFlightEmptyACRM
1119433 ms
testCheckPreFlightInvalidACRM
1119434 ms
testCheckPreFlightNoACRH
1119435 ms
testCheckPreFlightNoACRM
1119436 ms
testCheckPreFlightUnsupportedACRH
1119437 ms
testCheckPreFlightUnsupportedACRM
1119439 ms
testDoFilterDifferentOrigin(https://www.govway.org)
1119440 ms
testDoFilterDifferentOrigin(http://www.govway.org)
1119441 ms
testDoFilterDifferentOrigin(https://www.GOVWAY.org)
1119441 ms
testDoFilterDifferentOrigin(https://www.govway2.org:8443)
1119442 ms
testDoFilterDifferentOrigin(https://www.govway2.org)
1119442 ms
testDoFilterDifferentOrigin(file://)
1119443 ms
testDoFilterDifferentOrigin(null)
1119443 ms
testDoFilterEmptyOrigin
1119444 ms
testDoFilterInvalidCORSOriginNotAllowed(http://www.govway.org)
1119445 ms
testDoFilterInvalidCORSOriginNotAllowed(https://www.GOVWAY.org)
1119446 ms
testDoFilterInvalidCORSOriginNotAllowed(https://www.govway2.org)
1119447 ms
testDoFilterInvalidCORSOriginNotAllowed(https://www.govway2.org:8443)
1119447 ms
testDoFilterInvalidOrigin(http://www.w3.org
)
1119448 ms
testDoFilterInvalidOrigin(http://www.w3.org%0d%0a)
1119449 ms
testDoFilterInvalidOrigin(http://www.w3.org%0D%0A)
1119450 ms
testDoFilterInvalidOrigin(http://www.w3.org http://altraUrl)
1119450 ms
testDoFilterInvalidOrigin(http://www.w3.org%0%0d%0ad%0%0d%0aa)
1119450 ms
testDoFilterNullOrigin
1119451 ms
testDoFilterNullRequestType
1119452 ms
testDoFilterPreflight
1119453 ms
testDoFilterPreflightAnyOrigin
1119454 ms
testDoFilterPreflightAnyOriginAndSupportsCredentials
1119456 ms
testDoFilterPreflightAnyOriginAndSupportsCredentialsDisabled
1119457 ms
testDoFilterPreflightInvalidOrigin(http://www.govway.org)
1119458 ms
testDoFilterPreflightInvalidOrigin(https://www.GOVWAY.org)
1119459 ms
testDoFilterPreflightInvalidOrigin(https://www.govway2.org)
1119460 ms
testDoFilterPreflightInvalidOrigin(https://www.govway2.org:8443)
1119460 ms
testDoFilterPreflightMaxAge
1119461 ms
testDoFilterPreflightMoreHeaders
1119462 ms
testDoFilterPreflightNegativeMaxAge
1119464 ms
testDoFilterSimpleAnyOriginAndSupportsCredentials
1119465 ms
testDoFilterSimpleAnyOriginAndSupportsCredentialsDisabled
1119466 ms
testDoFilterSimpleGET
1119468 ms
testDoFilterSimpleHEAD
1119469 ms
testDoFilterSimplePOST(application/x-www-form-urlencoded)
1119470 ms
testDoFilterSimplePOST(multipart/form-data)
1119471 ms
testDoFilterSimplePOST(text/plain)
1119471 ms
testDoFilterSimpleSpecificHeader(application/x-www-form-urlencoded)
1119472 ms
testDoFilterSimpleSpecificHeader(text/plain)
1119473 ms
testDoFilterSimpleSpecificHeader(multipart/form-data)
1119473 ms
testDoFilterSimpleWithExposedHeaders(application/x-www-form-urlencoded)
1119474 ms
testDoFilterSimpleWithExposedHeaders(text/plain)
1119475 ms
testDoFilterSimpleWithExposedHeaders(multipart/form-data)
1119475 ms
org.openspcoop2.utils.test.transport.TestContentType
testBuildContentType
1119477 ms
testEqualsList
1119500 ms
testEqualsString
1119520 ms
testIsMatch
1119540 ms
testIsMultipart
1119541 ms
testNormalizeToRfc7230
1119542 ms
testReadBaseType
1119543 ms
testReadCharset
1119544 ms
testReadMultipartBoundary
1119545 ms
testReadPrimaryType
1119546 ms
testReadSubType
1119547 ms
testValidateContentType
1119548 ms
org.openspcoop2.utils.test.transport.TestHttp
startServer
1119552 ms
testFile(org.apache.hc.client5)
1119631 ms
testFile(java.net.HttpURLConnection)
1119634 ms
testHeader(org.openspcoop2.utils.transport.http.HttpRequest@abe2d4b, org.openspcoop2.utils.transport.http.HttpR...)
1119636 ms
testHeader(org.openspcoop2.utils.transport.http.HttpRequest@4d128bc4, org.openspcoop2.utils.transport.http.Http...)
1119709 ms
testHeader(org.openspcoop2.utils.transport.http.HttpRequest@7d64d8b4, org.openspcoop2.utils.transport.http.Http...)
1119714 ms
testHeader(org.openspcoop2.utils.transport.http.HttpRequest@4dd004d0, org.openspcoop2.utils.transport.http.Http...)
1119726 ms
testHeader(org.openspcoop2.utils.transport.http.HttpRequest@fe4bccb, org.openspcoop2.utils.transport.http.HttpR...)
1119730 ms
testHeader(org.openspcoop2.utils.transport.http.HttpRequest@7cea2288, org.openspcoop2.utils.transport.http.Http...)
1119732 ms
testMethod(org.openspcoop2.utils.transport.http.HttpRequest@1c22efd6, org.openspcoop2.utils.transport.http.Http...)
1119738 ms
testMethod(org.openspcoop2.utils.transport.http.HttpRequest@3ba96341, org.openspcoop2.utils.transport.http.Http...)
1119743 ms
testMethod(org.openspcoop2.utils.transport.http.HttpRequest@319d497a, org.openspcoop2.utils.transport.http.Http...)
1119749 ms
testMethod(org.openspcoop2.utils.transport.http.HttpRequest@5eb64267, org.openspcoop2.utils.transport.http.Http...)
1119754 ms
testMethod(org.openspcoop2.utils.transport.http.HttpRequest@5a76c50, org.openspcoop2.utils.transport.http.HttpR...)
1119760 ms
testMethod(org.openspcoop2.utils.transport.http.HttpRequest@4fb9c351, org.openspcoop2.utils.transport.http.Http...)
1119763 ms
testMethod(org.openspcoop2.utils.transport.http.HttpRequest@4ac01eae, org.openspcoop2.utils.transport.http.Http...)
1119764 ms
testMethod(org.openspcoop2.utils.transport.http.HttpRequest@74a10884, org.openspcoop2.utils.transport.http.Http...)
1119767 ms
testParam(org.openspcoop2.utils.transport.http.HttpRequest@463172e5, org.openspcoop2.utils.transport.http.Http...)
1119770 ms
testParam(org.openspcoop2.utils.transport.http.HttpRequest@6fe43355, org.openspcoop2.utils.transport.http.Http...)
1119778 ms
testParam(org.openspcoop2.utils.transport.http.HttpRequest@6de945c8, org.openspcoop2.utils.transport.http.Http...)
1119784 ms
testParam(org.openspcoop2.utils.transport.http.HttpRequest@fed50c2, org.openspcoop2.utils.transport.http.HttpR...)
1119787 ms
testProxy(org.apache.hc.client5)
1119791 ms
testProxy(java.net.HttpURLConnection)
1119810 ms
testReadTimeout(org.apache.hc.client5)
1119828 ms
testReadTimeout(java.net.HttpURLConnection)
1120958 ms
testRedirect(org.apache.hc.client5, 307)
1122066 ms
testRedirect(java.net.HttpURLConnection, 307)
1122149 ms
testRedirect(org.apache.hc.client5, 301)
1122189 ms
testRedirect(java.net.HttpURLConnection, 301)
1122242 ms
testThrottling(org.apache.hc.client5, 100, 100)
1122281 ms
testThrottling(java.net.HttpURLConnection, 100, 100)
1132313 ms
stopServer
1142364 ms
org.openspcoop2.utils.test.transport.TestHttps
startServer
1147371 ms
testAuth(org.apache.hc.client5, true)
1147467 ms
testAuth(java.net.HttpURLConnection, true)
1147621 ms
testAuth(org.apache.hc.client5, false)
1147693 ms
testAuth(java.net.HttpURLConnection, false)
1147739 ms
testHttps(org.apache.hc.client5)
1147781 ms
testHttps(java.net.HttpURLConnection)
1147812 ms
testTrust(org.apache.hc.client5, true)
1147835 ms
testTrust(java.net.HttpURLConnection, true)
1147863 ms
testTrust(org.apache.hc.client5, false)
1147888 ms
testTrust(java.net.HttpURLConnection, false)
1147912 ms
testTrustAll(org.apache.hc.client5, true)
1147935 ms
testTrustAll(java.net.HttpURLConnection, true)
1147952 ms
testTrustAll(org.apache.hc.client5, false)
1147965 ms
testTrustAll(java.net.HttpURLConnection, false)
1147992 ms
stopServer
1148013 ms
org.openspcoop2.utils.test.transport.TestLdap
startServerEngine
1153017 ms
testCRL(SPRING_FRAMEWORK)
1156426 ms
testParsing(SPRING_FRAMEWORK, org.openspcoop2.utils.transport.ldap.LdapQuery@7b80827e, ldap://127.0.0.1:9321/dc%...)
1156445 ms
testParsing(SPRING_FRAMEWORK, org.openspcoop2.utils.transport.ldap.LdapQuery@1b13535c, ldap://127.0.0.1:9321/dc%...)
1156468 ms
testParsing(SPRING_FRAMEWORK, org.openspcoop2.utils.transport.ldap.LdapQuery@2016cf66, ldap://127.0.0.1:9321/dc%...)
1156496 ms
testParsing(SPRING_FRAMEWORK, org.openspcoop2.utils.transport.ldap.LdapQuery@663e4a86, ldap://127.0.0.1:9321/dc%...)
1156518 ms
testParsing(SPRING_FRAMEWORK, org.openspcoop2.utils.transport.ldap.LdapQuery@56fd4239, ldap://127.0.0.1:9321/dc=...)
1156535 ms
testQuery(SPRING_FRAMEWORK, org.openspcoop2.utils.transport.ldap.LdapQuery@e5270e0, ldap://127.0.0.1:9321/dc%3...)
1156556 ms
testQuery(SPRING_FRAMEWORK, org.openspcoop2.utils.transport.ldap.LdapQuery@11cd4374, ldap://127.0.0.1:9321/dc%...)
1156568 ms
testQuery(SPRING_FRAMEWORK, org.openspcoop2.utils.transport.ldap.LdapQuery@551b5826, ldap://127.0.0.1:9321/dc%...)
1156576 ms
testQuery(SPRING_FRAMEWORK, org.openspcoop2.utils.transport.ldap.LdapQuery@5f56fec0, ldap://127.0.0.1:9321/dc%...)
1156584 ms
testQuery(SPRING_FRAMEWORK, org.openspcoop2.utils.transport.ldap.LdapQuery@3fff8608, ldap://127.0.0.1:9321/dc=...)
1156591 ms
stopServerEngine
1156603 ms
org.openspcoop2.utils.test.transport.TestRFC2047
testRFC2047
1156691 ms
org.openspcoop2.utils.test.xacml.TestXACML
testXACML
1156715 ms
org.openspcoop2.utils.test.xml.TestBugEntityReferences
testBugEntityReferences
1244261 ms
org.openspcoop2.utils.test.xml.TestBugFWK005ParseXerces
testBugFWK005ParseXerces_string
1244598 ms
testBugFWK005ParseXerces_xml
1246474 ms
org.openspcoop2.utils.test.xml.TestXMLDiff
testXMLDiff
1246624 ms
org.openspcoop2.utils.test.xml.TestXQuery
testXQuery
1248532 ms
org.openspcoop2.utils.test.xml.TestXSDUtils
testCycle
1253557 ms
org.openspcoop2.utils.test.xml.TestXXE
testXXE
1253629 ms
org.openspcoop2.utils.test.xml2json.TestJsonXmlPathExpressionEngine
testJsonXmlPathExpressionEngine
1253712 ms
org.openspcoop2.utils.test.xml2json.TestXml2Json
testConverterXml2json
1254288 ms