org.openspcoop2.utils.test.xml.TestBugFWK005ParseXerces
org.openspcoop2.utils.test.date.TestDaylightSaving
org.openspcoop2.utils.test.security.TestEncrypt
org.openspcoop2.utils.test.security.TestSignature
org.openspcoop2.utils.test.security.TestEncryptOCSP
org.openspcoop2.utils.test.transport.TestLdap
org.openspcoop2.utils.test.crypt.TestCrypt
org.openspcoop2.utils.test.random.TestRandom
org.openspcoop2.utils.test.security.TestEncryptCRL
org.openspcoop2.utils.test.transport.TestCORS
org.openspcoop2.utils.test.pdf.TestPDFReader
org.openspcoop2.utils.test.pdf.TestPDFWriter
org.openspcoop2.utils.test.resource.TestCopyStream
org.openspcoop2.utils.test.security.TestEncryptOpenSSL
org.openspcoop2.utils.test.certificate.TestPrivatePublicKey
org.openspcoop2.utils.test.openapi.TestOpenApiValidator
org.openspcoop2.utils.test.logger.TestApplicativeLogger
org.openspcoop2.utils.test.certificate.TestOCSP
org.openspcoop2.utils.test.security.TestSignatureOCSP
org.openspcoop2.utils.test.security.TestSignatureCRL
org.openspcoop2.utils.test.certificate.TestCertificate
org.openspcoop2.utils.test.openapi.TestSwaggerReader
org.openspcoop2.utils.test.openapi.TestSwaggerValidator
org.openspcoop2.utils.test.json.TestJsonValidator
org.openspcoop2.utils.test.resource.TestCopyCharStream
org.openspcoop2.utils.test.openapi.TestOpenApiReader
org.openspcoop2.utils.test.io.TestCompressor
org.openspcoop2.utils.test.certificate.TestKeystore
<?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> <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.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.TestLdap"/> <class name="org.openspcoop2.utils.test.transport.TestRFC2047"/> <class name="org.openspcoop2.utils.test.wadl.TestWADLReader"/> <class name="org.openspcoop2.utils.test.wadl.TestWADLValidator"/> <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.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 (68 classes)
Groups for Ant suite
utils
testAlternativeCrlCheck
testAlternativeCrlCheckLdapCheckAuthBasic
testAlternativeCrlCheckLdapCheckNoAuth
testAnnotation
testApacheIdGenerator
testApplicativeLogger
testArchvie
testBugEntityReferences
testBugFWK005ParseXerces_string
testBugFWK005ParseXerces_xml
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
testDER
testDateFormat
testDecifraturaConKey
testDecifraturaConPassword
testDecifraturaConPasswordPBKDF2
testDefaultImpl
testDoFilterDifferentOrigin
testDoFilterEmptyOrigin
testDoFilterInvalidCORSOriginNotAllowed
testDoFilterInvalidOrigin
testDoFilterNullOrigin
testDoFilterNullRequestType
testDoFilterPreflight
testDoFilterPreflightAnyOrigin
testDoFilterPreflightAnyOriginAndSupportsCredentials
testDoFilterPreflightAnyOriginAndSupportsCredentialsDisabled
testDoFilterPreflightInvalidOrigin
testDoFilterPreflightMaxAge
testDoFilterPreflightMoreHeaders
testDoFilterPreflightNegativeMaxAge
testDoFilterSimpleAnyOriginAndSupportsCredentials
testDoFilterSimpleAnyOriginAndSupportsCredentialsDisabled
testDoFilterSimpleGET
testDoFilterSimpleHEAD
testDoFilterSimplePOST
testDoFilterSimpleSpecificHeader
testDoFilterSimpleWithExposedHeaders
testEmbedded
testEmbeddedKid
testEncrypt
testEncryptCrl
testEncryptOcsp_keystore
testEncryptOcsp_keystore_header_custom
testEncryptOcsp_properties
testEncryptOcsp_properties_header_custom
testEncryptOcsp_properties_header_custom_kid_only
testFastImpl
testGoogle
testGovWay
testJKS
testJWK
testJWKset
testJacksonSerializer
testJasyptCrypt
testJsonPath
testJsonValidator
testJsonXmlPathExpressionEngine
testKeystore
testMultipleAnnotations
testMultipleCerts
testMultipleEmbedded
testMultipleEmbeddedKids
testMultiplePrivatePublicKeys
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
testParsing
testPasswordGenerator
testPrivateCertificatePkcs1PEM
testPrivateCertificatesPkcs8PEM
testPrivateKeyJKS
testPrivateKeyPKCS11
testPrivateKeyPKCS12
testPrivateKeyPkcs1DER
testPrivateKeyPkcs1EncryptedPEM
testPrivateKeyPkcs1PEM
testPrivateKeyPkcs8DER
testPrivateKeyPkcs8EncryptedDER
testPrivateKeyPkcs8EncryptedPEM
testPrivateKeyPkcs8PEM
testPrivatePublicKey
testPrivatePublicKeyPkcs1EncryptedPEM
testPrivatePublicKeyPkcs1PEM
testPrivatePublicKeyPkcs8EncryptedPEM
testPrivatePublicKeyPkcs8PEM
testProblemRFC7807
testProvider
testPublicKey
testPublicKeyDER
testPublicKeyPEM
testPublicPrivateKeyPkcs1EncryptedPEM
testPublicPrivateKeyPkcs1PEM
testPublicPrivateKeyPkcs8EncryptedPEM
testPublicPrivateKeyPkcs8PEM
testQuery
testRFC2047
testRandomGenerator
testRegExp
testSecretKey
testSignature
testSignatureCrl
testSignatureOcsp_keystore
testSignatureOcsp_keystore_header_custom
testSignatureOcsp_properties
testSignatureOcsp_properties_header_custom
testSignatureOcsp_properties_header_custom_kid_only
testSwaggerReader
testSwaggerValidator
testTimeChangePendingToday
testUUID
testUnzip
testVerifyGoogleJWT
testWadlReader
testWadlValidator
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.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.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
testPrivateCertificatePkcs1PEM
testPrivateCertificatesPkcs8PEM
testPrivateKeyPkcs1DER
testPrivateKeyPkcs1EncryptedPEM
testPrivateKeyPkcs1PEM
testPrivateKeyPkcs8DER
testPrivateKeyPkcs8EncryptedDER
testPrivateKeyPkcs8EncryptedPEM
testPrivateKeyPkcs8PEM
testPrivatePublicKeyPkcs1EncryptedPEM
testPrivatePublicKeyPkcs1PEM
testPrivatePublicKeyPkcs8EncryptedPEM
testPrivatePublicKeyPkcs8PEM
testPublicKeyDER
testPublicKeyPEM
testPublicPrivateKeyPkcs1EncryptedPEM
testPublicPrivateKeyPkcs1PEM
testPublicPrivateKeyPkcs8EncryptedPEM
testPublicPrivateKeyPkcs8PEM
utils.PrivatePublicKey.certificate.der
testCertificateDER
utils.PrivatePublicKey.certificate.pem
testCertificatePEM
utils.PrivatePublicKey.certificatePrivateKey.pkcs1.pem
testCertificatePrivateKeyPkcs1PEM
utils.PrivatePublicKey.certificatesPrivateKey.pkcs8.pem
testCertificatesPrivateKeyPkcs8PEM
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.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.WADL-Reader
testWadlReader
utils.WADL-Validator
testWadlValidator
utils.XACML
testXACML
utils.XML-eXternalEntityInjection-XXE
testXXE
utils.XMLDiff
testXMLDiff
utils.XQuery
testXQuery
Times for Ant suite
Total running time: 18 minutes
Reporter output for Ant suite
testRandomGenerator(true, NativePRNGBlocking)
Run test 'Random' ...
Run test 'Random' ok
testSignature(JSON_SIGNATURE_SECRET, false)
Run test 'Signature' (tipo: JSON_SIGNATURE_SECRET) ...
Run test 'Signature' (tipo: JSON_SIGNATURE_SECRET) ok
testSignature(JSON_SIGNATURE_PROPERTIES_SECRET, false)
Run test 'Signature' (tipo: JSON_SIGNATURE_PROPERTIES_SECRET) ...
Run test 'Signature' (tipo: JSON_SIGNATURE_PROPERTIES_SECRET) 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
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, NativePRNGNonBlocking)
Run test 'Random' ...
Run test 'Random' 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
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
testMultipleAnnotations
Run test 'PDFWriter' (tipo: testMultipleAnnotations) ...
Run test 'PDFWriter' (tipo: testMultipleAnnotations) ok
testSignature(XML_SIGNATURE_PKCS11, true)
Run test 'Signature' (tipo: XML_SIGNATURE_PKCS11) ...
Run test 'Signature' (tipo: XML_SIGNATURE_PKCS11) ok
testMultipleEmbedded
Run test 'PDFReader' (tipo: testMultipleEmbedded) ...
Run test 'PDFReader' (tipo: testMultipleEmbedded) 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
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
testCifraturaConPassword(192, false)
SKIP
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
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
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
testOraSolareToOraLegale
Run test 'DaylightSaving.oraSolareToOraLegale' ...
Run test 'DaylightSaving.oraSolareToOraLegale' ok
testCopyStream(10485760, 120000, false, -1, 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
testSignature
Run test 'PDFWriter' (tipo: testSignature) ...
Run test 'PDFWriter' (tipo: testSignature) 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
testRandomGenerator(true, NativePRNG)
Run test 'Random' ...
Run test 'Random' 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
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
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
testPrivatePublicKeyPkcs8PEM
Run test 'PrivatePublicKey.privatePublicKey.pkcs8.pem' ...
Run test 'PrivatePublicKey.privatePublicKey.pkcs8.pem' ok
testDecifraturaConKey(128, true)
Run test 'EncryptOpenSSL.testDecifraturaConKey' (size: 128)(base64: true) ...
Run test 'EncryptOpenSSL.testDecifraturaConKey' (size: 128)(base64: 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(10485760, 2, true, -1, false)
Run test 'CopyStream' ...
Run test 'CopyStream' 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
testPublicPrivateKeyPkcs8EncryptedPEM
Run test 'PrivatePublicKey.publicPrivateKey.pkcs8_encrypted.pem' ...
Run test 'PrivatePublicKey.publicPrivateKey.pkcs8_encrypted.pem' ok
testVerifyGoogleJWT
Run test 'VerifyGoogleJWT' ...
Run test 'VerifyGoogleJWT' 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
testCopyCharStream(10485760)
Run test 'CopyCharStream' ...
Run test 'CopyCharStream' 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
testSignature(JSON_SIGNATURE_PKCS12_KEYSTORE, false)
Run test 'Signature' (tipo: JSON_SIGNATURE_PKCS12_KEYSTORE) ...
Run test 'Signature' (tipo: JSON_SIGNATURE_PKCS12_KEYSTORE) ok
testRandomGenerator(true, SHA1PRNG)
Run test 'Random' ...
Run test 'Random' ok
testPEM
Run test 'Certificate.pem' ...
Run test 'Certificate.pem' ok
testJasyptCrypt
Run test 'Crypt' ...
Run test 'Crypt' ok
testEmbeddedKid
Run test 'PDFReader' (tipo: testEmbeddedKid) ...
Run test 'PDFReader' (tipo: testEmbeddedKid) ok
testOpenApiReader(yaml)
Run test 'OpenAPI-Reader' (interfaccia:yaml) ...
Run test 'OpenAPI-Reader' (interfaccia:yaml) 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
testCifraturaConPassword(128, false)
SKIP
testEncrypt(JSON_ENCRYPT_PROPERTIES_PKCS11, true)
Run test 'Encrypt' (tipo: JSON_ENCRYPT_PROPERTIES_PKCS11) ...
Run test 'Encrypt' (tipo: JSON_ENCRYPT_PROPERTIES_PKCS11) 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
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
testDecifraturaConPassword(128, false)
SKIP
testParsing(SPRING_FRAMEWORK, org.openspcoop2.utils.transport.ldap.LdapQuery@6f83f9c, ldap://127.0.0.1:9321/dc%3...)
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
testOID_keyUsage_sign
Run test 'Certificate.OID_keyUsage_sign' ...
Run test 'Certificate.OID_keyUsage_sign' ok
testCifraturaConKey(128, false)
Run test 'EncryptOpenSSL.testCifraturaConKey' (size: 128)(base64: false) ...
Run test 'EncryptOpenSSL.testCifraturaConKey' (size: 128)(base64: false) 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
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
testAnnotation
Run test 'PDFWriter' (tipo: testAnnotation) ...
Run test 'PDFWriter' (tipo: testAnnotation) ok
testCopyStream(10485760, -1, false, 10485760, false)
Run test 'CopyStream' ...
Run test 'CopyStream' ok
testRFC2047
Run test 'RFC2047' ...
Run test 'RFC2047' ok
testDecifraturaConKey(192, false)
Run test 'EncryptOpenSSL.testDecifraturaConKey' (size: 192)(base64: false) ...
Run test 'EncryptOpenSSL.testDecifraturaConKey' (size: 192)(base64: false) 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
testKeystore
Run test 'JWKs.keystore' ...
Run test 'JWKs.keystore' 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_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
testJsonValidator(EVERIT)
Run test 'JSON-Validator' (tipo:EVERIT) ...
Run test 'JSON-Validator' (tipo:EVERIT) ok
testPrivateKeyPkcs8DER
Run test 'PrivatePublicKey.privateKey.pkcs8.der' ...
Run test 'PrivatePublicKey.privateKey.pkcs8.der' 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
testDecifraturaConKey(128, false)
Run test 'EncryptOpenSSL.testDecifraturaConKey' (size: 128)(base64: false) ...
Run test 'EncryptOpenSSL.testDecifraturaConKey' (size: 128)(base64: false) 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
testZoneId
Run test 'DaylightSaving.zoneId' ...
Run test 'DaylightSaving.zoneId' 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
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
testMultipleEmbedded
Run test 'PDFWriter' (tipo: testMultipleEmbedded) ...
Run test 'PDFWriter' (tipo: testMultipleEmbedded) ok
testQuery(SPRING_FRAMEWORK, org.openspcoop2.utils.transport.ldap.LdapQuery@67373177, 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?%28cn%3D*%29
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
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
testSecretKey
Run test 'JWKs.secretKey' ...
Run test 'JWKs.secretKey' ok
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
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
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
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
testSignature(PKCS7_SIGNATURE_PKCS11, true)
Run test 'Signature' (tipo: PKCS7_SIGNATURE_PKCS11) ...
Run test 'Signature' (tipo: PKCS7_SIGNATURE_PKCS11) ok
testRandomGenerator(false, null)
Run test 'Random' ...
Run test 'Random' ok
testCifraturaConPassword(256, false)
Run test 'EncryptOpenSSL.testCifraturaConPassword' (size: 256)(base64: false) ...
Run test 'EncryptOpenSSL.testCifraturaConPassword' (size: 256)(base64: false) 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
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
testEncrypt(JSON_ENCRYPT_PKCS11_KEYSTORE, false)
Run test 'Encrypt' (tipo: JSON_ENCRYPT_PKCS11_KEYSTORE) ...
Run test 'Encrypt' (tipo: JSON_ENCRYPT_PKCS11_KEYSTORE) ok
testSignature(PKCS7_SIGNATURE_PKCS12, false)
Run test 'Signature' (tipo: PKCS7_SIGNATURE_PKCS12) ...
Run test 'Signature' (tipo: PKCS7_SIGNATURE_PKCS12) 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
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
testSignature(JSON_SIGNATURE_PROPERTIES_PKCS12, false)
Run test 'Signature' (tipo: JSON_SIGNATURE_PROPERTIES_PKCS12) ...
Run test 'Signature' (tipo: JSON_SIGNATURE_PROPERTIES_PKCS12) 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
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
testCifraturaConKey(256, true)
Run test 'EncryptOpenSSL.testCifraturaConKey' (size: 256)(base64: true) ...
Run test 'EncryptOpenSSL.testCifraturaConKey' (size: 256)(base64: true) ok
testXFAFileDatasets
Run test 'PDFWriter' (tipo: testXFAFileDatasets) ...
Run test 'PDFWriter' (tipo: testXFAFileDatasets) 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
testBugFWK005ParseXerces_xml
Run test 'TestBugFWK005ParseXerces' [xml] ...
Run test 'TestBugFWK005ParseXerces' [xml] ok
testDecifraturaConKey(256, true)
Run test 'EncryptOpenSSL.testDecifraturaConKey' (size: 256)(base64: true) ...
Run test 'EncryptOpenSSL.testDecifraturaConKey' (size: 256)(base64: true) ok
testParsing(SPRING_FRAMEWORK, org.openspcoop2.utils.transport.ldap.LdapQuery@20460806, 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
testOpenApi3ExtendedValidator(openapi4j, false)
Run test 'OpenAPI-Validator' (openAPILibrary:openapi4j mergeSpec:false) ...
Run test 'OpenAPI-Validator' (openAPILibrary:openapi4j mergeSpec:false) ok
testPrivateKeyPkcs8EncryptedDER
Run test 'PrivatePublicKey.privateKey.pkcs8_encrypted.der' ...
Run test 'PrivatePublicKey.privateKey.pkcs8_encrypted.der' ok
testPublicKeyPEM
Run test 'PrivatePublicKey.publicKey.pem' ...
Run test 'PrivatePublicKey.publicKey.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
testSwaggerReader(json)
Run test 'Swagger-Reader' (interfaccia:json) ...
Run test 'Swagger-Reader' (interfaccia:json) ok
testCompressor(ZIP)
Run test 'Compressor' (tipo:ZIP) ...
Run test 'Compressor' (tipo:ZIP) 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
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
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
testEncrypt(XML_ENCRYPT_JKS, false)
Run test 'Encrypt' (tipo: XML_ENCRYPT_JKS) ...
Run test 'Encrypt' (tipo: XML_ENCRYPT_JKS) ok
testSignature(JAVA_SIGNATURE_PKCS12, false)
Run test 'Signature' (tipo: JAVA_SIGNATURE_PKCS12) ...
Run test 'Signature' (tipo: JAVA_SIGNATURE_PKCS12) ok
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
testDecifraturaConPassword(256, false)
Run test 'EncryptOpenSSL.testDecifraturaConPassword' (size: 256)(base64: false) ...
Run test 'EncryptOpenSSL.testDecifraturaConPassword' (size: 256)(base64: false) 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
testApplicativeLogger(application)
Run test 'ApplicativeLogger' (tipo:application) ...
Run test 'ApplicativeLogger' (tipo:application) ok
testEncrypt(XML_ENCRYPT_PKCS11, false)
Run test 'Encrypt' (tipo: XML_ENCRYPT_PKCS11) ...
Run test 'Encrypt' (tipo: XML_ENCRYPT_PKCS11) ok
testPrivateCertificatesPkcs8PEM
Run test 'PrivatePublicKey.privateCertificates.pkcs8.pem' ...
Run test 'PrivatePublicKey.privateCertificates.pkcs8.pem' ok
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
testBugFWK005ParseXerces_string
Run test 'TestBugFWK005ParseXerces' [string] ...
Run test 'TestBugFWK005ParseXerces' [string] 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
testPKCS12CreatedFromPKCS12
Run test 'Certificate.pkcs12CreatedFromP12' ...
Run test 'Certificate.pkcs12CreatedFromP12' ok
testQuery(SPRING_FRAMEWORK, org.openspcoop2.utils.transport.ldap.LdapQuery@62a9609d, 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
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
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
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
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
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
testOpenApi3ExtendedValidator(openapi4j, true)
Run test 'OpenAPI-Validator' (openAPILibrary:openapi4j mergeSpec:true) ...
Run test 'OpenAPI-Validator' (openAPILibrary:openapi4j mergeSpec:true) 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
testXACML
Run test 'XACML' ...
Run test 'XACML' 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
testSignature(JSON_SIGNATURE_JWK_KEYS, false)
Run test 'Signature' (tipo: JSON_SIGNATURE_JWK_KEYS) ...
Run test 'Signature' (tipo: JSON_SIGNATURE_JWK_KEYS) ok
testQuery(SPRING_FRAMEWORK, org.openspcoop2.utils.transport.ldap.LdapQuery@256ab78b, 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_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
testEncrypt(JSON_ENCRYPT_PKCS11_KEYSTORE, true)
Run test 'Encrypt' (tipo: JSON_ENCRYPT_PKCS11_KEYSTORE) ...
Run test 'Encrypt' (tipo: JSON_ENCRYPT_PKCS11_KEYSTORE) ok
testSignature(JAVA_SIGNATURE_PKCS11, false)
Run test 'Signature' (tipo: JAVA_SIGNATURE_PKCS11) ...
Run test 'Signature' (tipo: JAVA_SIGNATURE_PKCS11) ok
testSignature(JSON_SIGNATURE_PROPERTIES_PKCS11, true)
Run test 'Signature' (tipo: JSON_SIGNATURE_PROPERTIES_PKCS11) ...
Run test 'Signature' (tipo: JSON_SIGNATURE_PROPERTIES_PKCS11) 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
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
testCopyCharStream(1024)
Run test 'CopyCharStream' ...
Run test 'CopyCharStream' ok
testCopyStream(10485760, -1, false, -1, false)
Run test 'CopyStream' ...
Run test 'CopyStream' ok
testCopyCharStream(1048576)
Run test 'CopyCharStream' ...
Run test 'CopyCharStream' ok
testPrivateKeyPkcs1DER
Run test 'PrivatePublicKey.privateKey.pkcs1.der' ...
Run test 'PrivatePublicKey.privateKey.pkcs1.der' ok
testOID_keyUsage_multipleOU
Run test 'Certificate.OID_keyUsage_multipleOU' ...
Run test 'Certificate.OID_keyUsage_multipleOU' ok
testSignature(JSON_SIGNATURE_PKCS11_KEYSTORE, false)
Run test 'Signature' (tipo: JSON_SIGNATURE_PKCS11_KEYSTORE) ...
Run test 'Signature' (tipo: JSON_SIGNATURE_PKCS11_KEYSTORE) ok
testCRL(SPRING_FRAMEWORK)
Run test 'LDAP.crl' ...
engine: SPRING_FRAMEWORK
testJsonValidator(NETWORK_NT)
Run test 'JSON-Validator' (tipo:NETWORK_NT) ...
Run test 'JSON-Validator' (tipo:NETWORK_NT) 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
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
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_JWK_KEY, false)
Run test 'Signature' (tipo: JSON_SIGNATURE_JWK_KEY) ...
Run test 'Signature' (tipo: JSON_SIGNATURE_JWK_KEY) 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
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
testRegExp
Run test 'RegExp' ...
Run test 'RegExp' ok
testSignature(JSON_SIGNATURE_PROPERTIES_PKCS11, false)
Run test 'Signature' (tipo: JSON_SIGNATURE_PROPERTIES_PKCS11) ...
Run test 'Signature' (tipo: JSON_SIGNATURE_PROPERTIES_PKCS11) ok
testCifraturaConKey(128, true)
Run test 'EncryptOpenSSL.testCifraturaConKey' (size: 128)(base64: true) ...
Run test 'EncryptOpenSSL.testCifraturaConKey' (size: 128)(base64: true) 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
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
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
testJsonPath
Run test 'JSON-Path' ...
Run test 'JSON-Path' 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
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
testGovWay
Run test 'OCSP.checkGovWay' ...
Run test 'OCSP.checkGovWay' 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
testEncrypt(JSON_ENCRYPT_PROPERTIES_PKCS12, false)
Run test 'Encrypt' (tipo: JSON_ENCRYPT_PROPERTIES_PKCS12) ...
Run test 'Encrypt' (tipo: JSON_ENCRYPT_PROPERTIES_PKCS12) ok
testCertificatesPrivateKeyPkcs8PEM
Run test 'PrivatePublicKey.certificatesPrivateKey.pkcs8.pem' ...
Run test 'PrivatePublicKey.certificatesPrivateKey.pkcs8.pem' 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
testXXE
Run test 'XML-eXternalEntityInjection-XXE' ...
Run test 'XML-eXternalEntityInjection-XXE' ok
testCifraturaConPassword(192, true)
SKIP
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
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
testMultiplePrivatePublicKeys
Run test 'Certificate.multiplePrivatePublicKeys' ...
Run test 'Certificate.multiplePrivatePublicKeys' ok
testEncrypt(JSON_ENCRYPT_JKS_KEYSTORE, false)
Run test 'Encrypt' (tipo: JSON_ENCRYPT_JKS_KEYSTORE) ...
Run test 'Encrypt' (tipo: JSON_ENCRYPT_JKS_KEYSTORE) 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
testPublicKeyDER
Run test 'PrivatePublicKey.publicKey.der' ...
Run test 'PrivatePublicKey.publicKey.der' ok
testCifraturaConPassword(256, true)
Run test 'EncryptOpenSSL.testCifraturaConPassword' (size: 256)(base64: true) ...
Run test 'EncryptOpenSSL.testCifraturaConPassword' (size: 256)(base64: true) ok
testCertificatePrivateKeyPkcs1PEM
Run test 'PrivatePublicKey.certificatePrivateKey.pkcs1.pem' ...
Run test 'PrivatePublicKey.certificatePrivateKey.pkcs1.pem' ok
testOpenApiReaderIndentazione
Run test 'OpenAPI-Reader' (verificaIndentazione) ...
Run test 'OpenAPI-Reader' (verificaIndentazione) 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
testDER
Run test 'Certificate.der' ...
Run test 'Certificate.der' ok
testCifraturaConPassword(128, true)
SKIP
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
testCopyStream(12582912, 2, true, 10485760, false)
Run test 'CopyStream' ...
Run test 'CopyStream' 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
testSignature(JSON_SIGNATURE_PKCS11_KEYSTORE, true)
Run test 'Signature' (tipo: JSON_SIGNATURE_PKCS11_KEYSTORE) ...
Run test 'Signature' (tipo: JSON_SIGNATURE_PKCS11_KEYSTORE) 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
testProblemRFC7807
Run test 'ProblemRFC7807' ...
Run test 'ProblemRFC7807' ok
testAlternativeCrlCheck
Run test 'OCSP.checkAlternativeCrlCheck' ...
Run test 'OCSP.checkAlternativeCrlCheck' 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
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
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
testCertificateDER
Run test 'PrivatePublicKey.certificate.der' ...
Run test 'PrivatePublicKey.certificate.der' 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
testJWK
Run test 'RemoteStore.jwk' ...
Run test 'RemoteStore.jwk' ok
testRandomGenerator(true, null)
Run test 'Random' ...
Run test 'Random' 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
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
testDefaultImpl
Run test 'DumpByteArrayOutputStream'.testDefaultImpl ...
Run test 'DumpByteArrayOutputStream'.testDefaultImpl ok
testEncryptCrl(JSON_ENCRYPT_PROPERTIES_CRL, false)
Run test 'EncryptCrl' (tipo: JSON_ENCRYPT_PROPERTIES_CRL) ...
Run test 'EncryptCrl' (tipo: JSON_ENCRYPT_PROPERTIES_CRL) 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
testSignature(JSON_SIGNATURE_PROPERTIES_JCEKS, false)
Run test 'Signature' (tipo: JSON_SIGNATURE_PROPERTIES_JCEKS) ...
Run test 'Signature' (tipo: JSON_SIGNATURE_PROPERTIES_JCEKS) ok
testXFAFile
Run test 'PDFWriter' (tipo: testXFAFile) ...
Run test 'PDFWriter' (tipo: testXFAFile) ok
testPublicPrivateKeyPkcs1PEM
Run test 'PrivatePublicKey.publicPrivateKey.pkcs1.pem' ...
Run test 'PrivatePublicKey.publicPrivateKey.pkcs1.pem' 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
testWadlReader
Run test 'WADL-Reader' ...
Run test 'WADL-Reader' ok
testCodecCrypt
Run test 'Crypt' ...
Run test 'Crypt' ok
testProvider(true)
Run test 'SecurityProvider' (useBCFacility: true) ...
Run test 'SecurityProvider' (useBCFacility: true) ok
testTimeChangePendingToday
Run test 'DaylightSaving.timeChangePendingToday' ...
Run test 'DaylightSaving.timeChangePendingToday' ok
testParsing(SPRING_FRAMEWORK, org.openspcoop2.utils.transport.ldap.LdapQuery@7b8896d8, 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
testPublicPrivateKeyPkcs8PEM
Run test 'PrivatePublicKey.publicPrivateKey.pkcs8.pem' ...
Run test 'PrivatePublicKey.publicPrivateKey.pkcs8.pem' 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
testDecifraturaConKey(256, false)
Run test 'EncryptOpenSSL.testDecifraturaConKey' (size: 256)(base64: false) ...
Run test 'EncryptOpenSSL.testDecifraturaConKey' (size: 256)(base64: false) ok
testParsing(SPRING_FRAMEWORK, org.openspcoop2.utils.transport.ldap.LdapQuery@6b1eb797, 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
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
testCopyStream(10485760, 120000, false, 10240, true)
Run test 'CopyStream' ...
Run test 'CopyStream' 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
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
testArchvie(TAR)
Run test 'Archive' (tipo:TAR) ...
Run test 'Archive' (tipo:TAR) ok
testSignatureCrl(JSON_SIGNATURE_PROPERTIES_CRL, false)
Run test 'SignatureCrl' (tipo: JSON_SIGNATURE_PROPERTIES_CRL) ...
Run test 'SignatureCrl' (tipo: JSON_SIGNATURE_PROPERTIES_CRL) ok
testX509
Run test 'RemoteStore.x509' ...
Run test 'RemoteStore.x509' ok
testEncrypt(JSON_ENCRYPT_JWK_KEYS, false)
Run test 'Encrypt' (tipo: JSON_ENCRYPT_JWK_KEYS) ...
Run test 'Encrypt' (tipo: JSON_ENCRYPT_JWK_KEYS) 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
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
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
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
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
testParsing(SPRING_FRAMEWORK, org.openspcoop2.utils.transport.ldap.LdapQuery@429a9fe1, 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
testPrivateKeyJKS
Run test 'Keystore.privateKey.jks' ...
Run test 'Keystore.privateKey.jks' ok
testOthersCrypt
Run test 'Crypt' ...
Run test 'Crypt' 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
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
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
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
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
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
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
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
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
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
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(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
testUUID
Run test 'UUIDGenerator' ...
Run test 'UUIDGenerator' 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
testMultipleEmbeddedKids
Run test 'PDFReader' (tipo: testMultipleEmbeddedKids) ...
Run test 'PDFReader' (tipo: testMultipleEmbeddedKids) ok
testCSV
Run test 'CSV' ...
Run test 'CSV' 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
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
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
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
testSignature(JAVA_SIGNATURE_JKS, false)
Run test 'Signature' (tipo: JAVA_SIGNATURE_JKS) ...
Run test 'Signature' (tipo: JAVA_SIGNATURE_JKS) ok
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
testEmbeddedKid
Run test 'PDFWriter' (tipo: testEmbeddedKid) ...
Run test 'PDFWriter' (tipo: testEmbeddedKid) ok
testProvider(false)
Run test 'SecurityProvider' (useBCFacility: false) ...
Run test 'SecurityProvider' (useBCFacility: false) ok
testOraLegaleToOraSolare
Run test 'DaylightSaving.oraLegaleToOraSolare' ...
Run test 'DaylightSaving.oraLegaleToOraSolare' ok
testDecifraturaConPassword(192, false)
SKIP
testJKS
Run test 'Certificate.jks' ...
Run test 'Certificate.jks' 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
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
testJacksonSerializer
Run test 'JacksonSerializer' ...
Run test 'JacksonSerializer' ok
testFastImpl
Run test 'DumpByteArrayOutputStream'.testFastImpl ...
Run test 'DumpByteArrayOutputStream'.testFastImpl ok
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
testApplicativeLogger(proxy)
Run test 'ApplicativeLogger' (tipo:proxy) ...
Run test 'ApplicativeLogger' (tipo:proxy) 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
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
testDecifraturaConPassword(128, true)
SKIP
testPasswordGenerator
Run test 'PasswordGenerator' ...
Run test 'PasswordGenerator' ok
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
testSignatureCrl(JSON_SIGNATURE_CRL_KEYSTORE, false)
Run test 'SignatureCrl' (tipo: JSON_SIGNATURE_CRL_KEYSTORE) ...
Run test 'SignatureCrl' (tipo: JSON_SIGNATURE_CRL_KEYSTORE) ok
testEmbedded
Run test 'PDFReader' (tipo: testEmbedded) ...
Run test 'PDFReader' (tipo: testEmbedded) ok
testPrivateKeyPkcs1PEM
Run test 'PrivatePublicKey.privateKey.pkcs1.pem' ...
Run test 'PrivatePublicKey.privateKey.pkcs1.pem' ok
testPrivateKeyPKCS12
Run test 'Keystore.privateKey.pkcs12' ...
Run test 'Keystore.privateKey.pkcs12' 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
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
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
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
testEncrypt(JSON_ENCRYPT_PROPERTIES_JWK, false)
Run test 'Encrypt' (tipo: JSON_ENCRYPT_PROPERTIES_JWK) ...
Run test 'Encrypt' (tipo: JSON_ENCRYPT_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
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
testPublicKey
Run test 'RemoteStore.publicKey' ...
Run test 'RemoteStore.publicKey' ok
testEncrypt(JSON_ENCRYPT_PROPERTIES_JKS, false)
Run test 'Encrypt' (tipo: JSON_ENCRYPT_PROPERTIES_JKS) ...
Run test 'Encrypt' (tipo: JSON_ENCRYPT_PROPERTIES_JKS) 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
testSignature(XML_SIGNATURE_JKS, false)
Run test 'Signature' (tipo: XML_SIGNATURE_JKS) ...
Run test 'Signature' (tipo: XML_SIGNATURE_JKS) ok
testUnzip
Run test 'Unzip' ...
Run test 'Unzip' ok
testOpenApi3ExtendedValidator(json_schema, false)
Run test 'OpenAPI-Validator' (openAPILibrary:json_schema mergeSpec:false) ...
Run test 'OpenAPI-Validator' (openAPILibrary:json_schema mergeSpec:false) ok
testXFAFileDatasets
Run test 'PDFReader' (tipo: testXFAFileDatasets) ...
Run test 'PDFReader' (tipo: testXFAFileDatasets) ok
testPrivateCertificatePkcs1PEM
Run test 'PrivatePublicKey.privateCertificate.pkcs1.pem' ...
Run test 'PrivatePublicKey.privateCertificate.pkcs1.pem' ok
testEncrypt(JAVA_ENCRYPT_PKCS11, false)
Run test 'Encrypt' (tipo: JAVA_ENCRYPT_PKCS11) ...
Run test 'Encrypt' (tipo: JAVA_ENCRYPT_PKCS11) 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
testEncrypt(JSON_ENCRYPT_JWK_KEY, false)
Run test 'Encrypt' (tipo: JSON_ENCRYPT_JWK_KEY) ...
Run test 'Encrypt' (tipo: JSON_ENCRYPT_JWK_KEY) ok
testCopyStream(1024, -1, false, -1, false)
Run test 'CopyStream' ...
Run test 'CopyStream' ok
testCache
Run test 'Cache.performance' ...
Run test 'Cache.performance' ok
testSignature(PKCS7_SIGNATURE_PKCS11, false)
Run test 'Signature' (tipo: PKCS7_SIGNATURE_PKCS11) ...
Run test 'Signature' (tipo: PKCS7_SIGNATURE_PKCS11) ok
testWadlValidator
Run test 'WADL-Validator' ...
Run test 'WADL-Validator' ok
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
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
testQuery(SPRING_FRAMEWORK, org.openspcoop2.utils.transport.ldap.LdapQuery@32bcaed6, 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
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
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_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(XML_ENCRYPT_PKCS11, true)
Run test 'Encrypt' (tipo: XML_ENCRYPT_PKCS11) ...
Run test 'Encrypt' (tipo: XML_ENCRYPT_PKCS11) ok
testCifraturaConKey(192, true)
Run test 'EncryptOpenSSL.testCifraturaConKey' (size: 192)(base64: true) ...
Run test 'EncryptOpenSSL.testCifraturaConKey' (size: 192)(base64: true) ok
testXMLDiff
Run test 'XMLDiff' ...
Run test 'XMLDiff' 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
testSignature(XML_SIGNATURE_PKCS11, false)
Run test 'Signature' (tipo: XML_SIGNATURE_PKCS11) ...
Run test 'Signature' (tipo: XML_SIGNATURE_PKCS11) ok
testSignature
Run test 'PDFReader' (tipo: testSignature) ...
Run test 'PDFReader' (tipo: testSignature) 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
testEncrypt(JSON_ENCRYPT_PROPERTIES_PKCS11, false)
Run test 'Encrypt' (tipo: JSON_ENCRYPT_PROPERTIES_PKCS11) ...
Run test 'Encrypt' (tipo: JSON_ENCRYPT_PROPERTIES_PKCS11) ok
testPublicPrivateKeyPkcs1EncryptedPEM
Run test 'PrivatePublicKey.publicPrivateKey.pkcs1_encrypted.pem' ...
Run test 'PrivatePublicKey.publicPrivateKey.pkcs1_encrypted.pem' ok
testEncrypt(XML_ENCRYPT_PKCS12, false)
Run test 'Encrypt' (tipo: XML_ENCRYPT_PKCS12) ...
Run test 'Encrypt' (tipo: XML_ENCRYPT_PKCS12) 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
testSignature(JAVA_SIGNATURE_PKCS11, true)
Run test 'Signature' (tipo: JAVA_SIGNATURE_PKCS11) ...
Run test 'Signature' (tipo: JAVA_SIGNATURE_PKCS11) ok
testDecifraturaConKey(192, true)
Run test 'EncryptOpenSSL.testDecifraturaConKey' (size: 192)(base64: true) ...
Run test 'EncryptOpenSSL.testDecifraturaConKey' (size: 192)(base64: true) ok
testRandomGenerator(true, DRBG)
Run test 'Random' ...
Run test 'Random' 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
testPrivateKeyPKCS11
Run test 'Keystore.privateKey.pkcs11' ...
Run test 'Keystore.privateKey.pkcs12' 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
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
testSignature(JSON_SIGNATURE_JCEKS_KEYSTORE, false)
Run test 'Signature' (tipo: JSON_SIGNATURE_JCEKS_KEYSTORE) ...
Run test 'Signature' (tipo: JSON_SIGNATURE_JCEKS_KEYSTORE) ok
testCopyStream(1048576, -1, false, -1, false)
Run test 'CopyStream' ...
Run test 'CopyStream' 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
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
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
testEncrypt(JAVA_ENCRYPT_PKCS12, false)
Run test 'Encrypt' (tipo: JAVA_ENCRYPT_PKCS12) ...
Run test 'Encrypt' (tipo: JAVA_ENCRYPT_PKCS12) ok
testPrivatePublicKeyPkcs8EncryptedPEM
Run test 'PrivatePublicKey.privatePublicKey.pkcs8_encrypted.pem' ...
Run test 'PrivatePublicKey.privatePublicKey.pkcs8_encrypted.pem' ok
testPKCS12
Run test 'Certificate.pkcs12' ...
Run test 'Certificate.pkcs12' ok
testDateFormat
Run test 'DateFormat' ...
Run test 'DateFormat' 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
testArchvie(ZIP)
Run test 'Archive' (tipo:ZIP) ...
Run test 'Archive' (tipo:ZIP) ok
testDecifraturaConPassword(192, true)
SKIP
testMultipleAnnotations
Run test 'PDFReader' (tipo: testMultipleAnnotations) ...
Run test 'PDFReader' (tipo: testMultipleAnnotations) 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
testAlternativeCrlCheckLdapCheckAuthBasic
Run test 'OCSP.checkAlternativeCrlCheckLdapCheckAuthBasic' ...
Run test 'OCSP.checkAlternativeCrlCheckLdapCheckAuthBasic' ok
testPrivatePublicKey
Run test 'JWKs.privatePublicKey' ...
Run test 'JWKs.privatePublicKey' ok
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
testQuery(SPRING_FRAMEWORK, org.openspcoop2.utils.transport.ldap.LdapQuery@d3dd00f, 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?cn,mobile?%28%7C%28%26%28l%3D*ondon%29%28uid%3C%3D002000%29%29%28uid%3D001377%29%29
testDecifraturaConPassword(256, true)
Run test 'EncryptOpenSSL.testDecifraturaConPassword' (size: 256)(base64: true) ...
Run test 'EncryptOpenSSL.testDecifraturaConPassword' (size: 256)(base64: true) ok
testEncrypt(JSON_ENCRYPT_PKCS12_KEYSTORE, false)
Run test 'Encrypt' (tipo: JSON_ENCRYPT_PKCS12_KEYSTORE) ...
Run test 'Encrypt' (tipo: JSON_ENCRYPT_PKCS12_KEYSTORE) 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
testAnnotation
Run test 'PDFReader' (tipo: testAnnotation) ...
Run test 'PDFReader' (tipo: testAnnotation) ok
testCompressor(DEFLATER)
Run test 'Compressor' (tipo:DEFLATER) ...
Run test 'Compressor' (tipo:DEFLATER) ok
testEncrypt(JSON_ENCRYPT_PROPERTIES_JCEKS, false)
Run test 'Encrypt' (tipo: JSON_ENCRYPT_PROPERTIES_JCEKS) ...
Run test 'Encrypt' (tipo: JSON_ENCRYPT_PROPERTIES_JCEKS) ok
testPrivatePublicKeyPkcs1PEM
Run test 'PrivatePublicKey.privatePublicKey.pkcs1.pem' ...
Run test 'PrivatePublicKey.privatePublicKey.pkcs1.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
testCompareDifferentFormat
Run test 'Certificate.compareDifferentFormat' ...
Run test 'Certificate.compareDifferentFormat' ok
testSignature(JSON_SIGNATURE_JKS_KEYSTORE, false)
Run test 'Signature' (tipo: JSON_SIGNATURE_JKS_KEYSTORE) ...
Run test 'Signature' (tipo: JSON_SIGNATURE_JKS_KEYSTORE) 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
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
testPrivateKeyPkcs8PEM
Run test 'PrivatePublicKey.privateKey.pkcs8.pem' ...
Run test 'PrivatePublicKey.privateKey.pkcs8.pem' ok
testCifraturaConKey(256, false)
Run test 'EncryptOpenSSL.testCifraturaConKey' (size: 256)(base64: false) ...
Run test 'EncryptOpenSSL.testCifraturaConKey' (size: 256)(base64: false) ok
testCertificatePEM
Run test 'PrivatePublicKey.certificate.pem' ...
Run test 'PrivatePublicKey.certificate.pem' ok
testEmbedded
Run test 'PDFWriter' (tipo: testEmbedded) ...
Run test 'PDFWriter' (tipo: testEmbedded) ok
testCompressor(GZIP)
Run test 'Compressor' (tipo:GZIP) ...
Run test 'Compressor' (tipo:GZIP) 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
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
testPrivateKeyPkcs8EncryptedPEM
Run test 'PrivatePublicKey.privateKey.pkcs8_encrypted.pem' ...
Run test 'PrivatePublicKey.privateKey.pkcs8_encrypted.pem' ok
testOldMd5Crypt
Run test 'Crypt' ...
Run test 'Crypt' ok
testConverterXml2json
Run test 'ConverterXml2json' ...
Run test 'ConverterXml2json' ok
testMultipleCerts
Run test 'Certificate.multipleCerts' ...
Run test 'Certificate.multipleCerts' 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
testJWKset
Run test 'JWKs.jwtSet' ...
Run test 'JWKs.jwtSet' ok
testEncrypt(JAVA_ENCRYPT_JKS, false)
Run test 'Encrypt' (tipo: JAVA_ENCRYPT_JKS) ...
Run test 'Encrypt' (tipo: JAVA_ENCRYPT_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(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
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
testCompareDifferentFormat_multipleOU
Run test 'Certificate.compareDifferentFormat_multipleOU' ...
Run test 'Certificate.compareDifferentFormat_multipleOU' ok
testJsonXmlPathExpressionEngine
Run test 'JsonXmlPathExpressionEngine' ...
Run test 'JsonXmlPathExpressionEngine' ok
testXQuery
Run test 'XQuery' ...
Run test 'XQuery' ok
testOpenApiReader(json)
Run test 'OpenAPI-Reader' (interfaccia:json) ...
Run test 'OpenAPI-Reader' (interfaccia:json) ok
testArchvie(TGZ)
Run test 'Archive' (tipo:TGZ) ...
Run test 'Archive' (tipo:TGZ) ok
testCertificateReader
Run test 'CertificateReader' ...
Run test 'CertificateReader' ok
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
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
testBugEntityReferences
Run test 'TestBugEntityReferences' [string] ...
Run test 'TestBugEntityReferences' [string] ok
testCompareDifferentFormat_multipleOU_specialChar
Run test 'Certificate.compareDifferentFormat_multipleOU_specialChar' ...
Run test 'Certificate.compareDifferentFormat_multipleOU_specialChar' 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
testOpenApi3ExtendedValidator(json_schema, true)
Run test 'OpenAPI-Validator' (openAPILibrary:json_schema mergeSpec:true) ...
Run test 'OpenAPI-Validator' (openAPILibrary:json_schema mergeSpec:true) ok
testCifraturaConKey(192, false)
Run test 'EncryptOpenSSL.testCifraturaConKey' (size: 192)(base64: false) ...
Run test 'EncryptOpenSSL.testCifraturaConKey' (size: 192)(base64: false) ok
testSwaggerReader(yaml)
Run test 'Swagger-Reader' (interfaccia:yaml) ...
Run test 'Swagger-Reader' (interfaccia:yaml) ok
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
testSignature(JSON_SIGNATURE_PROPERTIES_JWK, false)
Run test 'Signature' (tipo: JSON_SIGNATURE_PROPERTIES_JWK) ...
Run test 'Signature' (tipo: JSON_SIGNATURE_PROPERTIES_JWK) ok
testApplicativeLogger(batch)
Run test 'ApplicativeLogger' (tipo:batch) ...
Run test 'ApplicativeLogger' (tipo:batch) ok
testSignature(XML_SIGNATURE_PKCS12, false)
Run test 'Signature' (tipo: XML_SIGNATURE_PKCS12) ...
Run test 'Signature' (tipo: XML_SIGNATURE_PKCS12) ok
testOID_keyUsage_auth
Run test 'Certificate.OID_keyUsage_auth' ...
Run test 'Certificate.OID_keyUsage_auth' ok
testPrivateKeyPkcs1EncryptedPEM
Run test 'PrivatePublicKey.privateKey.pkcs1_encrypted.pem' ...
Run test 'PrivatePublicKey.privateKey.pkcs1_encrypted.pem' ok
testGoogle
Run test 'OCSP.checkGoogle' ...
Run test 'OCSP.checkGoogle' 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
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
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
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(256, true, null)
Run test 'EncryptOpenSSL.testCifraturaConPasswordPBKDF2' (size: 256)(base64: true)(iteration: null) ...
Run test 'EncryptOpenSSL.testCifraturaConPasswordPBKDF2' (size: 256)(base64: true)(iteration: null) 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
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
testSignature(PKCS7_SIGNATURE_JKS, false)
Run test 'Signature' (tipo: PKCS7_SIGNATURE_JKS) ...
Run test 'Signature' (tipo: PKCS7_SIGNATURE_JKS) ok
testAlternativeCrlCheckLdapCheckNoAuth
Run test 'OCSP.checkAlternativeCrlCheckLdapCheckNoAuth' ...
Run test 'OCSP.checkAlternativeCrlCheckLdapCheckNoAuth' ok
testJsonValidator(FGE)
Run test 'JSON-Validator' (tipo:FGE) ...
Run test 'JSON-Validator' (tipo:FGE) ok
testEncrypt(JAVA_ENCRYPT_PKCS11, true)
Run test 'Encrypt' (tipo: JAVA_ENCRYPT_PKCS11) ...
Run test 'Encrypt' (tipo: JAVA_ENCRYPT_PKCS11) ok
testApacheIdGenerator
Run test 'ApacheIdGenerator' ...
Run test 'ApacheIdGenerator' 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
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
testPrivatePublicKeyPkcs1EncryptedPEM
Run test 'PrivatePublicKey.privatePublicKey.pkcs1_encrypted.pem' ...
Run test 'PrivatePublicKey.privatePublicKey.pkcs1_encrypted.pem' 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
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
testCopyStream(10485760, -1, false, 10240, true)
Run test 'CopyStream' ...
Run test 'CopyStream' ok
testMultipleEmbeddedKids
Run test 'PDFWriter' (tipo: testMultipleEmbeddedKids) ...
Run test 'PDFWriter' (tipo: testMultipleEmbeddedKids) ok
testXFAFile
Run test 'PDFReader' (tipo: testXFAFile) ...
Run test 'PDFReader' (tipo: testXFAFile) 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
testSignature(JSON_SIGNATURE_PROPERTIES_JKS, false)
Run test 'Signature' (tipo: JSON_SIGNATURE_PROPERTIES_JKS) ...
Run test 'Signature' (tipo: JSON_SIGNATURE_PROPERTIES_JKS) ok
9 ignored methods
org.openspcoop2.utils.test.jdbc.TestKeyGenerator
testKeyGenerator
org.openspcoop2.utils.test.id.TestSerialGenerator
testSerialGenerator
org.openspcoop2.utils.test.openapi.TestOpenApiValidator
testOpenApi3BigInterfaceValidatorSingleTest
org.openspcoop2.utils.test.cache.TestCache
testCacheSingleTest
testLimitedHashMap
testLimitedHashMap
org.openspcoop2.utils.test.semaphore.TestDBSemaphore
testDBSemaphore
org.openspcoop2.utils.test.sonde.TestSonde
testSonde
org.openspcoop2.utils.test.jdbc.TestJDBCAdapter
testJDBCAdapter
org.openspcoop2.utils.test.sql.TestSQLGenerator
testSQLGenerator
Methods in chronological order
org.openspcoop2.utils.test.transport.TestLdap
startServer
0 ms
org.openspcoop2.utils.test.cache.TestCache
testCache
6255 ms
org.openspcoop2.utils.test.certificate.TestCertificate
testCompareDifferentFormat
13111 ms
testCompareDifferentFormat_multipleOU
13369 ms
testCompareDifferentFormat_multipleOU_specialChar
13534 ms
testDER
13702 ms
testJKS
13732 ms
testMultipleCerts
13750 ms
testMultiplePrivatePublicKeys
13818 ms
testOID_keyUsage_auth
13832 ms
testOID_keyUsage_multipleOU
14193 ms
testOID_keyUsage_sign
14223 ms
testPEM
14247 ms
testPKCS12
14260 ms
testPKCS12CreatedFromPKCS12
14316 ms
org.openspcoop2.utils.test.certificate.TestCertificateReader
testCertificateReader
16249 ms
org.openspcoop2.utils.test.certificate.TestJWK
testJWKset
16324 ms
testKeystore
17288 ms
testPrivatePublicKey
17329 ms
testSecretKey
17588 ms
org.openspcoop2.utils.test.certificate.TestKeystore
testPrivateKeyJKS
17606 ms
testPrivateKeyPKCS11
17608 ms
testPrivateKeyPKCS12
17724 ms
org.openspcoop2.utils.test.certificate.TestOCSP
testAlternativeCrlCheck
17740 ms
testGovWay
17955 ms
testOCSPResponse_signedByResponderCertificate_case2(export LD_LIBRARY_PATH=/opt/openssl/openssl-1.1.1w/: ; /opt/openssl/openssl-1.1.1w/apps/openssl, 500...)
19881 ms
testOCSPResponse_signedByResponderCertificate_case2_differentNonce(export LD_LIBRARY_PATH=/opt/openssl/openssl-1.1.1w/: ; /opt/openssl/openssl-1.1.1w/apps/openssl, 500...)
27075 ms
testGoogle
34125 ms
testOCSPResponse_signedByResponderCertificate_case3(export LD_LIBRARY_PATH=/opt/openssl/openssl-1.1.1w/: ; /opt/openssl/openssl-1.1.1w/apps/openssl, 500...)
35027 ms
testAlternativeCrlCheckLdapCheckNoAuth
42056 ms
testAlternativeCrlCheckLdapCheckAuthBasic
44839 ms
org.openspcoop2.utils.test.certificate.TestPrivatePublicKey
testCertificateDER
46899 ms
testCertificatePEM
46923 ms
testCertificatePrivateKeyPkcs1PEM
46936 ms
testCertificatesPrivateKeyPkcs8PEM
46972 ms
testPrivateCertificatePkcs1PEM
47015 ms
testPrivateCertificatesPkcs8PEM
47031 ms
testPrivateKeyPkcs1DER
47049 ms
testPrivateKeyPkcs1EncryptedPEM
47065 ms
testPrivateKeyPkcs1PEM
47117 ms
testPrivateKeyPkcs8DER
47130 ms
testPrivateKeyPkcs8EncryptedDER
47142 ms
testPrivateKeyPkcs8EncryptedPEM
47227 ms
testPrivateKeyPkcs8PEM
47304 ms
testPrivatePublicKeyPkcs1EncryptedPEM
47320 ms
testPrivatePublicKeyPkcs1PEM
47362 ms
testPrivatePublicKeyPkcs8EncryptedPEM
47376 ms
testPrivatePublicKeyPkcs8PEM
47470 ms
testPublicKeyDER
47484 ms
testPublicKeyPEM
47496 ms
testPublicPrivateKeyPkcs1EncryptedPEM
47523 ms
testPublicPrivateKeyPkcs1PEM
47559 ms
testPublicPrivateKeyPkcs8EncryptedPEM
47585 ms
testPublicPrivateKeyPkcs8PEM
47647 ms
org.openspcoop2.utils.test.certificate.TestRemoteStore
testJWK
47667 ms
testPublicKey
47711 ms
testX509
47713 ms
org.openspcoop2.utils.test.crypt.TestCrypt
testCodecCrypt
47725 ms
testJasyptCrypt
50558 ms
testOldMd5Crypt
52471 ms
testOthersCrypt
52503 ms
org.openspcoop2.utils.test.crypt.TestPasswordGenerator
testPasswordGenerator
63450 ms
org.openspcoop2.utils.test.csv.TestCSV
testCSV
63456 ms
org.openspcoop2.utils.test.date.TestDate
testDateFormat
63525 ms
org.openspcoop2.utils.test.date.TestDaylightSaving
testOraLegaleToOraSolare
219484 ms
testOraSolareToOraLegale
219508 ms
testTimeChangePendingToday
219520 ms
testZoneId
219538 ms
org.openspcoop2.utils.test.id.TestApacheGenerator
testApacheIdGenerator
219539 ms
org.openspcoop2.utils.test.id.TestUUID
testUUID
220498 ms
org.openspcoop2.utils.test.io.TestArchive
testArchvie(ZIP)
558065 ms
testArchvie(TAR)
558219 ms
testArchvie(TGZ)
558260 ms
org.openspcoop2.utils.test.io.TestCompressor
testCompressor(DEFLATER)
558267 ms
testCompressor(GZIP)
558270 ms
testCompressor(ZIP)
558272 ms
org.openspcoop2.utils.test.io.TestDumpByteArrayOutputStream
testDefaultImpl
558279 ms
testFastImpl
558639 ms
org.openspcoop2.utils.test.io.TestUnzip
testUnzip
558726 ms
org.openspcoop2.utils.test.json.TestJsonPath
testJsonPath
558742 ms
org.openspcoop2.utils.test.json.TestJsonValidator
testJsonValidator(EVERIT)
559095 ms
testJsonValidator(FGE)
579843 ms
testJsonValidator(NETWORK_NT)
775088 ms
org.openspcoop2.utils.test.logger.TestApplicativeLogger
testApplicativeLogger(proxy)
793272 ms
testApplicativeLogger(application)
793388 ms
testApplicativeLogger(batch)
793399 ms
org.openspcoop2.utils.test.openapi.TestOpenApiReader
testOpenApiReader(json)
793408 ms
testOpenApiReader(yaml)
793820 ms
testOpenApiReaderIndentazione
794279 ms
org.openspcoop2.utils.test.openapi.TestOpenApiValidator
testOpenApi3BigInterfaceValidator(swagger_request_validator, false)
794771 ms
testOpenApi3BigInterfaceValidator(swagger_request_validator, true)
805908 ms
testOpenApi3ExtendedValidator(json_schema, false)
813191 ms
testOpenApi3ExtendedValidator(json_schema, true)
819243 ms
testOpenApi3ExtendedValidator(openapi4j, false)
823882 ms
testOpenApi3ExtendedValidator(openapi4j, true)
831602 ms
testOpenApi3ExtendedValidator(swagger_request_validator, false)
840735 ms
testOpenApi3ExtendedValidator(swagger_request_validator, true)
846487 ms
testOpenApiValidator(json, json_schema, false)
852687 ms
testOpenApiValidator(yaml, json_schema, false)
852812 ms
testOpenApiValidator(json, openapi4j, true)
852888 ms
testOpenApiValidator(yaml, openapi4j, true)
853027 ms
testOpenApiValidator(json, openapi4j, false)
853176 ms
testOpenApiValidator(yaml, openapi4j, false)
853277 ms
testOpenApiValidator(json, swagger_request_validator, true)
853352 ms
testOpenApiValidator(yaml, swagger_request_validator, true)
853611 ms
testOpenApiValidator(json, swagger_request_validator, false)
853923 ms
testOpenApiValidator(yaml, swagger_request_validator, false)
854115 ms
org.openspcoop2.utils.test.openapi.TestSwaggerReader
testSwaggerReader(json)
854350 ms
testSwaggerReader(yaml)
854616 ms
org.openspcoop2.utils.test.openapi.TestSwaggerValidator
testSwaggerValidator(json, json_schema, true)
854682 ms
testSwaggerValidator(yaml, json_schema, true)
854766 ms
testSwaggerValidator(json, json_schema, false)
854847 ms
testSwaggerValidator(yaml, json_schema, false)
854883 ms
testSwaggerValidator(json, swagger_request_validator, false)
854928 ms
testSwaggerValidator(yaml, swagger_request_validator, false)
855201 ms
org.openspcoop2.utils.test.pdf.TestPDFReader
testAnnotation
855468 ms
testEmbedded
855656 ms
testEmbeddedKid
855663 ms
testMultipleAnnotations
855667 ms
testMultipleEmbedded
855672 ms
testMultipleEmbeddedKids
855679 ms
testSignature
855684 ms
testXFAFile
856125 ms
testXFAFileDatasets
856729 ms
org.openspcoop2.utils.test.pdf.TestPDFWriter
testAnnotation
856935 ms
testEmbedded
856980 ms
testEmbeddedKid
856994 ms
testMultipleAnnotations
857007 ms
testMultipleEmbedded
857023 ms
testMultipleEmbeddedKids
857034 ms
testSignature
857047 ms
testXFAFile
857217 ms
testXFAFileDatasets
857546 ms
org.openspcoop2.utils.test.random.TestRandom
testRandomGenerator(false, null)
858085 ms
testRandomGenerator(true, NativePRNG)
858088 ms
testRandomGenerator(true, null)
858088 ms
testRandomGenerator(true, NativePRNGBlocking)
858089 ms
testRandomGenerator(true, NativePRNGNonBlocking)
858095 ms
testRandomGenerator(true, DRBG)
858096 ms
testRandomGenerator(true, SHA1PRNG)
858115 ms
org.openspcoop2.utils.test.regexp.TestRegExp
testRegExp
858117 ms
org.openspcoop2.utils.test.resource.TestCopyCharStream
testCopyCharStream(1024)
858123 ms
testCopyCharStream(1048576)
858186 ms
testCopyCharStream(10485760)
858477 ms
org.openspcoop2.utils.test.resource.TestCopyStream
testCopyStream(1024, -1, false, -1, false)
859973 ms
testCopyStream(1048576, -1, false, -1, false)
859988 ms
testCopyStream(10485760, -1, false, -1, false)
860092 ms
testCopyStream(10485760, 120000, false, -1, false)
860545 ms
testCopyStream(10485760, 2, true, -1, false)
860902 ms
testCopyStream(12582912, 2, true, 10485760, false)
861146 ms
testCopyStream(10485760, -1, false, 10485760, false)
861348 ms
testCopyStream(10485760, -1, false, 10240, true)
861709 ms
testCopyStream(10485760, 120000, false, 10240, true)
861759 ms
org.openspcoop2.utils.test.rest.TestProblemDetail
testProblemRFC7807
861806 ms
org.openspcoop2.utils.test.security.TestEncrypt
testEncrypt(JAVA_ENCRYPT_JKS, false)
861869 ms
testEncrypt(JAVA_ENCRYPT_PKCS12, false)
862001 ms
testEncrypt(JAVA_ENCRYPT_PKCS11, false)
862046 ms
testEncrypt(JAVA_ENCRYPT_PKCS11, true)
862091 ms
testEncrypt(XML_ENCRYPT_JKS, false)
862126 ms
testEncrypt(XML_ENCRYPT_PKCS12, false)
862480 ms
testEncrypt(XML_ENCRYPT_PKCS11, false)
862572 ms
testEncrypt(XML_ENCRYPT_PKCS11, true)
862647 ms
testEncrypt(JSON_ENCRYPT_PROPERTIES_JKS, false)
862737 ms
testEncrypt(JSON_ENCRYPT_PROPERTIES_PKCS12, false)
863138 ms
testEncrypt(JSON_ENCRYPT_PROPERTIES_PKCS11, false)
863304 ms
testEncrypt(JSON_ENCRYPT_PROPERTIES_PKCS11, true)
863554 ms
testEncrypt(JSON_ENCRYPT_PROPERTIES_JCEKS, false)
863816 ms
testEncrypt(JSON_ENCRYPT_PROPERTIES_JWK, false)
863873 ms
testEncrypt(JSON_ENCRYPT_PROPERTIES_JWK_SYMMETRIC, false)
864042 ms
testEncrypt(JSON_ENCRYPT_PROPERTIES_JKS_HEADER_CUSTOM, false)
864114 ms
testEncrypt(JSON_ENCRYPT_PROPERTIES_PKCS12_HEADER_CUSTOM, false)
864257 ms
testEncrypt(JSON_ENCRYPT_PROPERTIES_PKCS11_HEADER_CUSTOM, false)
864439 ms
testEncrypt(JSON_ENCRYPT_PROPERTIES_PKCS11_HEADER_CUSTOM, true)
864589 ms
testEncrypt(JSON_ENCRYPT_PROPERTIES_JCEKS_HEADER_CUSTOM, false)
864750 ms
testEncrypt(JSON_ENCRYPT_PROPERTIES_JWK_HEADER_CUSTOM, false)
864787 ms
testEncrypt(JSON_ENCRYPT_PROPERTIES_JWK_SYMMETRIC_HEADER_CUSTOM, false)
864898 ms
testEncrypt(JSON_ENCRYPT_PROPERTIES_JKS_HEADER_CUSTOM_KID_ONLY, false)
864950 ms
testEncrypt(JSON_ENCRYPT_PROPERTIES_PKCS12_HEADER_CUSTOM_KID_ONLY, false)
865083 ms
testEncrypt(JSON_ENCRYPT_PROPERTIES_PKCS11_HEADER_CUSTOM_KID_ONLY, false)
865281 ms
testEncrypt(JSON_ENCRYPT_PROPERTIES_PKCS11_HEADER_CUSTOM_KID_ONLY, true)
865418 ms
testEncrypt(JSON_ENCRYPT_PROPERTIES_JWK_HEADER_CUSTOM_KID_ONLY, false)
865572 ms
testEncrypt(JSON_ENCRYPT_JKS_KEYSTORE, false)
865653 ms
testEncrypt(JSON_ENCRYPT_JKS_KEYSTORE_HEADER_CUSTOM, false)
865708 ms
testEncrypt(JSON_ENCRYPT_PKCS12_KEYSTORE, false)
865786 ms
testEncrypt(JSON_ENCRYPT_PKCS12_KEYSTORE_HEADER_CUSTOM, false)
865861 ms
testEncrypt(JSON_ENCRYPT_PKCS11_KEYSTORE, false)
865950 ms
testEncrypt(JSON_ENCRYPT_PKCS11_KEYSTORE_HEADER_CUSTOM, false)
866086 ms
testEncrypt(JSON_ENCRYPT_PKCS11_KEYSTORE, true)
866230 ms
testEncrypt(JSON_ENCRYPT_PKCS11_KEYSTORE_HEADER_CUSTOM, true)
866327 ms
testEncrypt(JSON_ENCRYPT_JKS_KEYSTORE_JCE, false)
866421 ms
testEncrypt(JSON_ENCRYPT_JKS_KEYSTORE_JCE_HEADER_CUSTOM, false)
866456 ms
testEncrypt(JSON_ENCRYPT_PKCS12_KEYSTORE_JCE, false)
866491 ms
testEncrypt(JSON_ENCRYPT_PKCS12_KEYSTORE_JCE_HEADER_CUSTOM, false)
866537 ms
testEncrypt(JSON_ENCRYPT_PKCS11_KEYSTORE_JCE, false)
866582 ms
testEncrypt(JSON_ENCRYPT_PKCS11_KEYSTORE_JCE_HEADER_CUSTOM, false)
866625 ms
testEncrypt(JSON_ENCRYPT_PKCS11_KEYSTORE_JCE, true)
866659 ms
testEncrypt(JSON_ENCRYPT_PKCS11_KEYSTORE_JCE_HEADER_CUSTOM, true)
866691 ms
testEncrypt(JSON_ENCRYPT_JWK_KEYS, false)
866733 ms
testEncrypt(JSON_ENCRYPT_JWK_KEYS_HEADER_CUSTOM, false)
866793 ms
testEncrypt(JSON_ENCRYPT_JWK_KEY, false)
866863 ms
testEncrypt(JSON_ENCRYPT_JWK_KEY_HEADER_CUSTOM, false)
866924 ms
testEncrypt(JSON_ENCRYPT_JWK_SYMMETRIC_KEYS, false)
867005 ms
testEncrypt(JSON_ENCRYPT_JWK_SYMMETRIC_KEYS_HEADER_CUSTOM, false)
867032 ms
testEncrypt(JSON_ENCRYPT_JWK_SYMMETRIC_KEY, false)
867059 ms
testEncrypt(JSON_ENCRYPT_JWK_SYMMETRIC_KEY_HEADER_CUSTOM, false)
867117 ms
org.openspcoop2.utils.test.security.TestEncryptCRL
testEncryptCrl(JSON_ENCRYPT_PROPERTIES_CRL, false)
867156 ms
testEncryptCrl(JSON_ENCRYPT_PROPERTIES_CRL_HEADER_CUSTOM, false)
867554 ms
testEncryptCrl(JSON_ENCRYPT_PROPERTIES_CRL_HEADER_CUSTOM_KID_ONLY, false)
867854 ms
testEncryptCrl(JSON_ENCRYPT_CRL_KEYSTORE, false)
868137 ms
testEncryptCrl(JSON_ENCRYPT_CRL_KEYSTORE_HEADER_CUSTOM, false)
868260 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...)
868390 ms
testEncryptOcsp_keystore_header_custom(export LD_LIBRARY_PATH=/opt/openssl/openssl-1.1.1w/: ; /opt/openssl/openssl-1.1.1w/apps/openssl, 500...)
880457 ms
testEncryptOcsp_properties(export LD_LIBRARY_PATH=/opt/openssl/openssl-1.1.1w/: ; /opt/openssl/openssl-1.1.1w/apps/openssl, 500...)
892501 ms
testEncryptOcsp_properties_header_custom(export LD_LIBRARY_PATH=/opt/openssl/openssl-1.1.1w/: ; /opt/openssl/openssl-1.1.1w/apps/openssl, 500...)
904546 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...)
916599 ms
org.openspcoop2.utils.test.security.TestEncryptOpenSSL
testCifraturaConKey(128, true)
928657 ms
testCifraturaConKey(128, false)
929269 ms
testCifraturaConKey(192, true)
929808 ms
testCifraturaConKey(192, false)
930347 ms
testCifraturaConKey(256, true)
930901 ms
testCifraturaConKey(256, false)
931448 ms
testCifraturaConPassword(128, false)
932030 ms
testCifraturaConPassword(128, true)
932030 ms
testCifraturaConPassword(192, false)
932032 ms
testCifraturaConPassword(192, true)
932032 ms
testCifraturaConPassword(256, true)
932033 ms
testCifraturaConPassword(256, false)
932594 ms
testCifraturaConPasswordPBKDF2(128, true, null)
933132 ms
testCifraturaConPasswordPBKDF2(128, false, null)
933748 ms
testCifraturaConPasswordPBKDF2(192, true, null)
934423 ms
testCifraturaConPasswordPBKDF2(192, false, null)
935058 ms
testCifraturaConPasswordPBKDF2(256, true, null)
935717 ms
testCifraturaConPasswordPBKDF2(256, false, null)
936321 ms
testCifraturaConPasswordPBKDF2(128, true, 65535)
936963 ms
testCifraturaConPasswordPBKDF2(128, false, 65535)
937825 ms
testCifraturaConPasswordPBKDF2(192, true, 65535)
938638 ms
testCifraturaConPasswordPBKDF2(192, false, 65535)
939696 ms
testCifraturaConPasswordPBKDF2(256, true, 65535)
940640 ms
testCifraturaConPasswordPBKDF2(256, false, 65535)
941517 ms
testDecifraturaConKey(128, true)
942507 ms
testDecifraturaConKey(128, false)
943040 ms
testDecifraturaConKey(192, true)
943574 ms
testDecifraturaConKey(192, false)
944122 ms
testDecifraturaConKey(256, true)
944664 ms
testDecifraturaConKey(256, false)
945252 ms
testDecifraturaConPassword(128, false)
945795 ms
testDecifraturaConPassword(128, true)
945795 ms
testDecifraturaConPassword(192, false)
945796 ms
testDecifraturaConPassword(192, true)
945796 ms
testDecifraturaConPassword(256, true)
945796 ms
testDecifraturaConPassword(256, false)
946327 ms
testDecifraturaConPasswordPBKDF2(128, true, null)
946884 ms
testDecifraturaConPasswordPBKDF2(128, false, null)
947479 ms
testDecifraturaConPasswordPBKDF2(192, true, null)
948075 ms
testDecifraturaConPasswordPBKDF2(192, false, null)
948737 ms
testDecifraturaConPasswordPBKDF2(256, true, null)
949386 ms
testDecifraturaConPasswordPBKDF2(256, false, null)
950082 ms
testDecifraturaConPasswordPBKDF2(128, true, 65535)
950742 ms
testDecifraturaConPasswordPBKDF2(128, false, 65535)
951477 ms
testDecifraturaConPasswordPBKDF2(192, true, 65535)
952200 ms
testDecifraturaConPasswordPBKDF2(192, false, 65535)
953172 ms
testDecifraturaConPasswordPBKDF2(256, true, 65535)
954075 ms
testDecifraturaConPasswordPBKDF2(256, false, 65535)
955017 ms
org.openspcoop2.utils.test.security.TestProvider
testProvider(false)
955982 ms
testProvider(true)
955989 ms
org.openspcoop2.utils.test.security.TestSignature
testSignature(JAVA_SIGNATURE_JKS, false)
956014 ms
testSignature(JAVA_SIGNATURE_PKCS12, false)
956050 ms
testSignature(JAVA_SIGNATURE_PKCS11, false)
956078 ms
testSignature(JAVA_SIGNATURE_PKCS11, true)
956136 ms
testSignature(PKCS7_SIGNATURE_JKS, false)
956174 ms
testSignature(PKCS7_SIGNATURE_PKCS12, false)
958325 ms
testSignature(PKCS7_SIGNATURE_PKCS11, false)
960416 ms
testSignature(PKCS7_SIGNATURE_PKCS11, true)
962562 ms
testSignature(XML_SIGNATURE_JKS, false)
964648 ms
testSignature(XML_SIGNATURE_PKCS12, false)
964941 ms
testSignature(XML_SIGNATURE_PKCS11, false)
965042 ms
testSignature(XML_SIGNATURE_PKCS11, true)
965126 ms
testSignature(JSON_SIGNATURE_PROPERTIES_JKS, false)
965208 ms
testSignature(JSON_SIGNATURE_PROPERTIES_PKCS12, false)
965404 ms
testSignature(JSON_SIGNATURE_PROPERTIES_PKCS11, false)
965506 ms
testSignature(JSON_SIGNATURE_PROPERTIES_PKCS11, true)
965584 ms
testSignature(JSON_SIGNATURE_PROPERTIES_JCEKS, false)
965649 ms
testSignature(JSON_SIGNATURE_PROPERTIES_JWK, false)
965701 ms
testSignature(JSON_SIGNATURE_PROPERTIES_JWK_SYMMETRIC, false)
965800 ms
testSignature(JSON_SIGNATURE_PROPERTIES_JKS_HEADER_CUSTOM, false)
965842 ms
testSignature(JSON_SIGNATURE_PROPERTIES_PKCS12_HEADER_CUSTOM, false)
965928 ms
testSignature(JSON_SIGNATURE_PROPERTIES_PKCS11_HEADER_CUSTOM, false)
966052 ms
testSignature(JSON_SIGNATURE_PROPERTIES_PKCS11_HEADER_CUSTOM, true)
966127 ms
testSignature(JSON_SIGNATURE_PROPERTIES_JCEKS_HEADER_CUSTOM, false)
966179 ms
testSignature(JSON_SIGNATURE_PROPERTIES_JWK_HEADER_CUSTOM, false)
966238 ms
testSignature(JSON_SIGNATURE_PROPERTIES_JWK_SYMMETRIC_HEADER_CUSTOM, false)
966300 ms
testSignature(JSON_SIGNATURE_PROPERTIES_JKS_HEADER_CUSTOM_KID_ONLY, false)
966356 ms
testSignature(JSON_SIGNATURE_PROPERTIES_PKCS12_HEADER_CUSTOM_KID_ONLY, false)
966437 ms
testSignature(JSON_SIGNATURE_PROPERTIES_PKCS11_HEADER_CUSTOM_KID_ONLY, false)
966568 ms
testSignature(JSON_SIGNATURE_PROPERTIES_PKCS11_HEADER_CUSTOM_KID_ONLY, true)
966657 ms
testSignature(JSON_SIGNATURE_PROPERTIES_JWK_HEADER_CUSTOM_KID_ONLY, false)
966697 ms
testSignature(JSON_SIGNATURE_PROPERTIES_SECRET, false)
966751 ms
testSignature(JSON_SIGNATURE_JKS_KEYSTORE, false)
966778 ms
testSignature(JSON_SIGNATURE_JKS_KEYSTORE_HEADER_CUSTOM, false)
966821 ms
testSignature(JSON_SIGNATURE_PKCS12_KEYSTORE, false)
966868 ms
testSignature(JSON_SIGNATURE_PKCS12_KEYSTORE_HEADER_CUSTOM, false)
966918 ms
testSignature(JSON_SIGNATURE_PKCS11_KEYSTORE, false)
966998 ms
testSignature(JSON_SIGNATURE_PKCS11_KEYSTORE_HEADER_CUSTOM, false)
967052 ms
testSignature(JSON_SIGNATURE_PKCS11_KEYSTORE, true)
967112 ms
testSignature(JSON_SIGNATURE_PKCS11_KEYSTORE_HEADER_CUSTOM, true)
967158 ms
testSignature(JSON_SIGNATURE_JCEKS_KEYSTORE, false)
967200 ms
testSignature(JSON_SIGNATURE_JCEKS_KEYSTORE_HEADER_CUSTOM, false)
967237 ms
testSignature(JSON_SIGNATURE_JWK_KEYS, false)
967280 ms
testSignature(JSON_SIGNATURE_JWK_KEYS_HEADER_CUSTOM, false)
967322 ms
testSignature(JSON_SIGNATURE_JWK_KEY, false)
967382 ms
testSignature(JSON_SIGNATURE_JWK_KEY_HEADER_CUSTOM, false)
967434 ms
testSignature(JSON_SIGNATURE_JWK_SYMMETRIC_KEYS, false)
967478 ms
testSignature(JSON_SIGNATURE_JWK_SYMMETRIC_KEYS_HEADER_CUSTOM, false)
967521 ms
testSignature(JSON_SIGNATURE_JWK_SYMMETRIC_KEY, false)
967564 ms
testSignature(JSON_SIGNATURE_JWK_SYMMETRIC_KEY_HEADER_CUSTOM, false)
967593 ms
testSignature(JSON_SIGNATURE_SECRET, false)
967634 ms
org.openspcoop2.utils.test.security.TestSignatureCRL
testSignatureCrl(JSON_SIGNATURE_PROPERTIES_CRL, false)
967671 ms
testSignatureCrl(JSON_SIGNATURE_PROPERTIES_CRL_HEADER_CUSTOM, false)
967995 ms
testSignatureCrl(JSON_SIGNATURE_PROPERTIES_CRL_HEADER_CUSTOM_KID_ONLY, false)
968229 ms
testSignatureCrl(JSON_SIGNATURE_CRL_KEYSTORE, false)
968431 ms
testSignatureCrl(JSON_SIGNATURE_CRL_KEYSTORE_HEADER_CUSTOM, false)
968582 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...)
968803 ms
testSignatureOcsp_keystore_header_custom(export LD_LIBRARY_PATH=/opt/openssl/openssl-1.1.1w/: ; /opt/openssl/openssl-1.1.1w/apps/openssl, 500...)
980872 ms
testSignatureOcsp_properties(export LD_LIBRARY_PATH=/opt/openssl/openssl-1.1.1w/: ; /opt/openssl/openssl-1.1.1w/apps/openssl, 500...)
992925 ms
testSignatureOcsp_properties_header_custom(export LD_LIBRARY_PATH=/opt/openssl/openssl-1.1.1w/: ; /opt/openssl/openssl-1.1.1w/apps/openssl, 500...)
1004989 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...)
1017033 ms
org.openspcoop2.utils.test.security.TestVerifyGoogleJWT
testVerifyGoogleJWT
1029093 ms
org.openspcoop2.utils.test.serializer.TestJacksonSerializer
testJacksonSerializer
1029208 ms
org.openspcoop2.utils.test.transport.TestCORS
testCheckActualNotSimpleHeaders
1029349 ms
testCheckActualRequestType
1029361 ms
testCheckActualNotSimplePostWithoutContentType
1029361 ms
testCheckPreFlightEmptyACRH
1029362 ms
testCheckPreFlightEmptyACRM
1029363 ms
testCheckPreFlightInvalidACRM
1029363 ms
testCheckPreFlightNoACRH
1029364 ms
testCheckPreFlightUnsupportedACRH
1029365 ms
testCheckPreFlightNoACRM
1029365 ms
testCheckPreFlightUnsupportedACRM
1029366 ms
testDoFilterDifferentOrigin(https://www.govway.org)
1029367 ms
testDoFilterDifferentOrigin(https://www.govway2.org)
1029368 ms
testDoFilterDifferentOrigin(https://www.GOVWAY.org)
1029368 ms
testDoFilterDifferentOrigin(https://www.govway2.org:8443)
1029368 ms
testDoFilterDifferentOrigin(http://www.govway.org)
1029368 ms
testDoFilterDifferentOrigin(null)
1029369 ms
testDoFilterDifferentOrigin(file://)
1029369 ms
testDoFilterEmptyOrigin
1029369 ms
testDoFilterInvalidCORSOriginNotAllowed(http://www.govway.org)
1029370 ms
testDoFilterInvalidCORSOriginNotAllowed(https://www.GOVWAY.org)
1029370 ms
testDoFilterInvalidCORSOriginNotAllowed(https://www.govway2.org:8443)
1029371 ms
testDoFilterInvalidOrigin(http://www.w3.org
)
1029371 ms
testDoFilterInvalidCORSOriginNotAllowed(https://www.govway2.org)
1029371 ms
testDoFilterInvalidOrigin(http://www.w3.org%0D%0A)
1029372 ms
testDoFilterInvalidOrigin(http://www.w3.org%0d%0a)
1029372 ms
testDoFilterInvalidOrigin(http://www.w3.org%0%0d%0ad%0%0d%0aa)
1029372 ms
testDoFilterNullOrigin
1029373 ms
testDoFilterInvalidOrigin(http://www.w3.org http://altraUrl)
1029373 ms
testDoFilterPreflight
1029374 ms
testDoFilterNullRequestType
1029374 ms
testDoFilterPreflightAnyOrigin
1029375 ms
testDoFilterPreflightAnyOriginAndSupportsCredentials
1029376 ms
testDoFilterPreflightAnyOriginAndSupportsCredentialsDisabled
1029376 ms
testDoFilterPreflightInvalidOrigin(http://www.govway.org)
1029377 ms
testDoFilterPreflightInvalidOrigin(https://www.govway2.org)
1029378 ms
testDoFilterPreflightInvalidOrigin(https://www.GOVWAY.org)
1029378 ms
testDoFilterPreflightInvalidOrigin(https://www.govway2.org:8443)
1029378 ms
testDoFilterPreflightMaxAge
1029379 ms
testDoFilterPreflightMoreHeaders
1029380 ms
testDoFilterPreflightNegativeMaxAge
1029380 ms
testDoFilterSimpleAnyOriginAndSupportsCredentials
1029381 ms
testDoFilterSimpleAnyOriginAndSupportsCredentialsDisabled
1029381 ms
testDoFilterSimpleGET
1029382 ms
testDoFilterSimplePOST(application/x-www-form-urlencoded)
1029383 ms
testDoFilterSimpleHEAD
1029383 ms
testDoFilterSimplePOST(text/plain)
1029384 ms
testDoFilterSimplePOST(multipart/form-data)
1029384 ms
testDoFilterSimpleSpecificHeader(application/x-www-form-urlencoded)
1029385 ms
testDoFilterSimpleSpecificHeader(multipart/form-data)
1029385 ms
testDoFilterSimpleSpecificHeader(text/plain)
1029386 ms
testDoFilterSimpleWithExposedHeaders(application/x-www-form-urlencoded)
1029387 ms
testDoFilterSimpleWithExposedHeaders(multipart/form-data)
1029387 ms
testDoFilterSimpleWithExposedHeaders(text/plain)
1029388 ms
org.openspcoop2.utils.test.transport.TestLdap
testCRL(SPRING_FRAMEWORK)
1029389 ms
testParsing(SPRING_FRAMEWORK, org.openspcoop2.utils.transport.ldap.LdapQuery@6b1eb797, ldap://127.0.0.1:9321/dc%...)
1029419 ms
testParsing(SPRING_FRAMEWORK, org.openspcoop2.utils.transport.ldap.LdapQuery@429a9fe1, ldap://127.0.0.1:9321/dc%...)
1029460 ms
testParsing(SPRING_FRAMEWORK, org.openspcoop2.utils.transport.ldap.LdapQuery@20460806, ldap://127.0.0.1:9321/dc%...)
1029498 ms
testParsing(SPRING_FRAMEWORK, org.openspcoop2.utils.transport.ldap.LdapQuery@6f83f9c, ldap://127.0.0.1:9321/dc%3...)
1029524 ms
testParsing(SPRING_FRAMEWORK, org.openspcoop2.utils.transport.ldap.LdapQuery@7b8896d8, ldap://127.0.0.1:9321/dc=...)
1029541 ms
testQuery(SPRING_FRAMEWORK, org.openspcoop2.utils.transport.ldap.LdapQuery@67373177, ldap://127.0.0.1:9321/dc%...)
1029563 ms
testQuery(SPRING_FRAMEWORK, org.openspcoop2.utils.transport.ldap.LdapQuery@256ab78b, ldap://127.0.0.1:9321/dc%...)
1029575 ms
testQuery(SPRING_FRAMEWORK, org.openspcoop2.utils.transport.ldap.LdapQuery@d3dd00f, ldap://127.0.0.1:9321/dc%3...)
1029586 ms
testQuery(SPRING_FRAMEWORK, org.openspcoop2.utils.transport.ldap.LdapQuery@62a9609d, ldap://127.0.0.1:9321/dc%...)
1029595 ms
testQuery(SPRING_FRAMEWORK, org.openspcoop2.utils.transport.ldap.LdapQuery@32bcaed6, ldap://127.0.0.1:9321/dc=...)
1029602 ms
org.openspcoop2.utils.test.transport.TestRFC2047
testRFC2047
1029613 ms
org.openspcoop2.utils.test.wadl.TestWADLReader
testWadlReader
1029633 ms
org.openspcoop2.utils.test.wadl.TestWADLValidator
testWadlValidator
1030357 ms
org.openspcoop2.utils.test.xacml.TestXACML
testXACML
1030747 ms
org.openspcoop2.utils.test.xml.TestBugEntityReferences
testBugEntityReferences
1106352 ms
org.openspcoop2.utils.test.xml.TestBugFWK005ParseXerces
testBugFWK005ParseXerces_string
1106444 ms
testBugFWK005ParseXerces_xml
1107656 ms
org.openspcoop2.utils.test.xml.TestXMLDiff
testXMLDiff
1107667 ms
org.openspcoop2.utils.test.xml.TestXQuery
testXQuery
1108904 ms
org.openspcoop2.utils.test.xml.TestXXE
testXXE
1110353 ms
org.openspcoop2.utils.test.xml2json.TestJsonXmlPathExpressionEngine
testJsonXmlPathExpressionEngine
1110372 ms
org.openspcoop2.utils.test.xml2json.TestXml2Json
testConverterXml2json
1110555 ms
org.openspcoop2.utils.test.transport.TestLdap
stopServer
1110718 ms