org.openspcoop2.utils.test.xml.TestBugFWK005ParseXerces
org.openspcoop2.utils.test.date.TestDaylightSaving
org.openspcoop2.utils.test.security.TestSignature
org.openspcoop2.utils.test.security.TestEncrypt
org.openspcoop2.utils.test.security.TestEncryptOCSP
org.openspcoop2.utils.test.crypt.TestCrypt
org.openspcoop2.utils.test.transport.TestLdap
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.openapi.TestOpenApiValidator
org.openspcoop2.utils.test.certificate.TestPrivatePublicKey
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.resource.TestCopyCharStream
org.openspcoop2.utils.test.json.TestJsonValidator
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: 16 minutes
Reporter output for Ant suite
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
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
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
testEncrypt(JSON_ENCRYPT_PKCS11_KEYSTORE_HEADER_CUSTOM, false)
Run test 'Encrypt' (tipo: JSON_ENCRYPT_PKCS11_KEYSTORE_HEADER_CUSTOM) ...
Run test 'Encrypt' (tipo: JSON_ENCRYPT_PKCS11_KEYSTORE_HEADER_CUSTOM) ok
testEncrypt(JSON_ENCRYPT_PROPERTIES_JWK_SYMMETRIC_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
testMultipleEmbeddedKids
Run test 'PDFWriter' (tipo: testMultipleEmbeddedKids) ...
Run test 'PDFWriter' (tipo: testMultipleEmbeddedKids) ok
testAlternativeCrlCheckLdapCheckNoAuth
Run test 'OCSP.checkAlternativeCrlCheckLdapCheckNoAuth' ...
Run test 'OCSP.checkAlternativeCrlCheckLdapCheckNoAuth' 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
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
testSwaggerReader(json)
Run test 'Swagger-Reader' (interfaccia:json) ...
Run test 'Swagger-Reader' (interfaccia:json) 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
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
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_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
testJacksonSerializer
Run test 'JacksonSerializer' ...
Run test 'JacksonSerializer' 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
testCifraturaConPassword(256, false)
Run test 'EncryptOpenSSL.testCifraturaConPassword' (size: 256)(base64: false) ...
Run test 'EncryptOpenSSL.testCifraturaConPassword' (size: 256)(base64: false) ok
testSignature(JSON_SIGNATURE_PROPERTIES_SECRET, false)
Run test 'Signature' (tipo: JSON_SIGNATURE_PROPERTIES_SECRET) ...
Run test 'Signature' (tipo: JSON_SIGNATURE_PROPERTIES_SECRET) ok
testDecifraturaConKey(192, false)
Run test 'EncryptOpenSSL.testDecifraturaConKey' (size: 192)(base64: false) ...
Run test 'EncryptOpenSSL.testDecifraturaConKey' (size: 192)(base64: false) 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
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
testJsonValidator(FGE)
Run test 'JSON-Validator' (tipo:FGE) ...
Run test 'JSON-Validator' (tipo:FGE) ok
testPrivateCertificatesPkcs8PEM
Run test 'PrivatePublicKey.privateCertificates.pkcs8.pem' ...
Run test 'PrivatePublicKey.privateCertificates.pkcs8.pem' ok
testProvider(true)
Run test 'SecurityProvider' (useBCFacility: true) ...
Run test 'SecurityProvider' (useBCFacility: true) ok
testApplicativeLogger(application)
Run test 'ApplicativeLogger' (tipo:application) ...
Run test 'ApplicativeLogger' (tipo:application) 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
testUUID
Run test 'UUIDGenerator' ...
Run test 'UUIDGenerator' ok
testDecifraturaConKey(192, true)
Run test 'EncryptOpenSSL.testDecifraturaConKey' (size: 192)(base64: true) ...
Run test 'EncryptOpenSSL.testDecifraturaConKey' (size: 192)(base64: true) 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
testDecifraturaConKey(256, false)
Run test 'EncryptOpenSSL.testDecifraturaConKey' (size: 256)(base64: false) ...
Run test 'EncryptOpenSSL.testDecifraturaConKey' (size: 256)(base64: false) ok
testSignature(JSON_SIGNATURE_SECRET, false)
Run test 'Signature' (tipo: JSON_SIGNATURE_SECRET) ...
Run test 'Signature' (tipo: JSON_SIGNATURE_SECRET) 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
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
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
testEncrypt(JSON_ENCRYPT_JKS_KEYSTORE, false)
Run test 'Encrypt' (tipo: JSON_ENCRYPT_JKS_KEYSTORE) ...
Run test 'Encrypt' (tipo: JSON_ENCRYPT_JKS_KEYSTORE) 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
testPublicPrivateKeyPkcs1EncryptedPEM
Run test 'PrivatePublicKey.publicPrivateKey.pkcs1_encrypted.pem' ...
Run test 'PrivatePublicKey.publicPrivateKey.pkcs1_encrypted.pem' ok
testCertificatePEM
Run test 'PrivatePublicKey.certificate.pem' ...
Run test 'PrivatePublicKey.certificate.pem' ok
testDecifraturaConPassword(128, true)
SKIP
testEncryptCrl(JSON_ENCRYPT_PROPERTIES_CRL, false)
Run test 'EncryptCrl' (tipo: JSON_ENCRYPT_PROPERTIES_CRL) ...
Run test 'EncryptCrl' (tipo: JSON_ENCRYPT_PROPERTIES_CRL) 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
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(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
testMultiplePrivatePublicKeys
Run test 'Certificate.multiplePrivatePublicKeys' ...
Run test 'Certificate.multiplePrivatePublicKeys' ok
testSignature(JSON_SIGNATURE_JWK_KEY, false)
Run test 'Signature' (tipo: JSON_SIGNATURE_JWK_KEY) ...
Run test 'Signature' (tipo: JSON_SIGNATURE_JWK_KEY) ok
testRandomGenerator(true, NativePRNGBlocking)
Run test 'Random' ...
Run test 'Random' ok
testConverterXml2json
Run test 'ConverterXml2json' ...
Run test 'ConverterXml2json' 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
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
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
testApplicativeLogger(proxy)
Run test 'ApplicativeLogger' (tipo:proxy) ...
Run test 'ApplicativeLogger' (tipo:proxy) 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
testEncrypt(JSON_ENCRYPT_PKCS11_KEYSTORE, true)
Run test 'Encrypt' (tipo: JSON_ENCRYPT_PKCS11_KEYSTORE) ...
Run test 'Encrypt' (tipo: JSON_ENCRYPT_PKCS11_KEYSTORE) ok
testCifraturaConPassword(192, true)
SKIP
testSignature(JSON_SIGNATURE_PROPERTIES_JWK, false)
Run test 'Signature' (tipo: JSON_SIGNATURE_PROPERTIES_JWK) ...
Run test 'Signature' (tipo: JSON_SIGNATURE_PROPERTIES_JWK) ok
testOpenApi3ExtendedValidator(json_schema, false)
Run test 'OpenAPI-Validator' (openAPILibrary:json_schema mergeSpec:false) ...
Run test 'OpenAPI-Validator' (openAPILibrary:json_schema mergeSpec:false) ok
testWadlValidator
Run test 'WADL-Validator' ...
Run test 'WADL-Validator' ok
testArchvie(ZIP)
Run test 'Archive' (tipo:ZIP) ...
Run test 'Archive' (tipo:ZIP) ok
testSignature(JAVA_SIGNATURE_PKCS11, true)
Run test 'Signature' (tipo: JAVA_SIGNATURE_PKCS11) ...
Run test 'Signature' (tipo: JAVA_SIGNATURE_PKCS11) ok
testJWKset
Run test 'JWKs.jwtSet' ...
Run test 'JWKs.jwtSet' ok
testPrivateKeyJKS
Run test 'Keystore.privateKey.jks' ...
Run test 'Keystore.privateKey.jks' ok
testCopyStream(10485760, 2, true, -1, false)
Run test 'CopyStream' ...
Run test 'CopyStream' ok
testZoneId
Run test 'DaylightSaving.zoneId' ...
Run test 'DaylightSaving.zoneId' 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
testMultipleEmbeddedKids
Run test 'PDFReader' (tipo: testMultipleEmbeddedKids) ...
Run test 'PDFReader' (tipo: testMultipleEmbeddedKids) 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
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
testDoFilterInvalidOrigin(http://www.w3.org
)
Run test 'CORS.invalidOrigin' ...
Non atteso header 'Access-Control-Allow-Origin' trovato [null]
Non atteso header 'Access-Control-Allow-Methods' trovato [null]
Non atteso header 'Access-Control-Allow-Headers' trovato [null]
Atteso tipo richiesta' [INVALID] trovato [INVALID]
Run test 'CORS.invalidOrigin' ok
testSignature(JSON_SIGNATURE_JWK_KEYS, false)
Run test 'Signature' (tipo: JSON_SIGNATURE_JWK_KEYS) ...
Run test 'Signature' (tipo: JSON_SIGNATURE_JWK_KEYS) 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
testPKCS12
Run test 'Certificate.pkcs12' ...
Run test 'Certificate.pkcs12' ok
testRegExp
Run test 'RegExp' ...
Run test 'RegExp' 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
testParsing(SPRING_FRAMEWORK, org.openspcoop2.utils.transport.ldap.LdapQuery@32300e6c, 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
testSignature(XML_SIGNATURE_PKCS11, false)
Run test 'Signature' (tipo: XML_SIGNATURE_PKCS11) ...
Run test 'Signature' (tipo: XML_SIGNATURE_PKCS11) ok
testAnnotation
Run test 'PDFReader' (tipo: testAnnotation) ...
Run test 'PDFReader' (tipo: testAnnotation) 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
testDecifraturaConKey(256, true)
Run test 'EncryptOpenSSL.testDecifraturaConKey' (size: 256)(base64: true) ...
Run test 'EncryptOpenSSL.testDecifraturaConKey' (size: 256)(base64: true) 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
testCifraturaConKey(192, false)
Run test 'EncryptOpenSSL.testCifraturaConKey' (size: 192)(base64: false) ...
Run test 'EncryptOpenSSL.testCifraturaConKey' (size: 192)(base64: false) ok
testJKS
Run test 'Certificate.jks' ...
Run test 'Certificate.jks' ok
testSignature(PKCS7_SIGNATURE_JKS, false)
Run test 'Signature' (tipo: PKCS7_SIGNATURE_JKS) ...
Run test 'Signature' (tipo: PKCS7_SIGNATURE_JKS) 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
testEncrypt(JAVA_ENCRYPT_JKS, false)
Run test 'Encrypt' (tipo: JAVA_ENCRYPT_JKS) ...
Run test 'Encrypt' (tipo: JAVA_ENCRYPT_JKS) ok
testCompressor(DEFLATER)
Run test 'Compressor' (tipo:DEFLATER) ...
Run test 'Compressor' (tipo:DEFLATER) 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
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
testEncrypt(JSON_ENCRYPT_PROPERTIES_JWK, false)
Run test 'Encrypt' (tipo: JSON_ENCRYPT_PROPERTIES_JWK) ...
Run test 'Encrypt' (tipo: JSON_ENCRYPT_PROPERTIES_JWK) ok
testCifraturaConKey(128, true)
Run test 'EncryptOpenSSL.testCifraturaConKey' (size: 128)(base64: true) ...
Run test 'EncryptOpenSSL.testCifraturaConKey' (size: 128)(base64: true) ok
testOpenApi3ExtendedValidator(swagger_request_validator, true)
Run test 'OpenAPI-Validator' (openAPILibrary:swagger_request_validator mergeSpec:true) ...
Run test 'OpenAPI-Validator' (openAPILibrary:swagger_request_validator mergeSpec:true) ok
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
testXFAFile
Run test 'PDFWriter' (tipo: testXFAFile) ...
Run test 'PDFWriter' (tipo: testXFAFile) 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
testRandomGenerator(true, SHA1PRNG)
Run test 'Random' ...
Run test 'Random' ok
testCopyStream(10485760, 120000, false, -1, false)
Run test 'CopyStream' ...
Run test 'CopyStream' ok
testEncrypt(XML_ENCRYPT_PKCS12, false)
Run test 'Encrypt' (tipo: XML_ENCRYPT_PKCS12) ...
Run test 'Encrypt' (tipo: XML_ENCRYPT_PKCS12) 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
testDefaultImpl
Run test 'DumpByteArrayOutputStream'.testDefaultImpl ...
Run test 'DumpByteArrayOutputStream'.testDefaultImpl ok
testPEM
Run test 'Certificate.pem' ...
Run test 'Certificate.pem' 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
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
testQuery(SPRING_FRAMEWORK, org.openspcoop2.utils.transport.ldap.LdapQuery@5f012810, 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
testPrivateKeyPkcs1PEM
Run test 'PrivatePublicKey.privateKey.pkcs1.pem' ...
Run test 'PrivatePublicKey.privateKey.pkcs1.pem' ok
testEncrypt(JSON_ENCRYPT_PROPERTIES_JCEKS, false)
Run test 'Encrypt' (tipo: JSON_ENCRYPT_PROPERTIES_JCEKS) ...
Run test 'Encrypt' (tipo: JSON_ENCRYPT_PROPERTIES_JCEKS) ok
testJasyptCrypt
Run test 'Crypt' ...
Run test 'Crypt' ok
testCache
Run test 'Cache.performance' ...
Run test 'Cache.performance' 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
testCopyStream(1048576, -1, false, -1, false)
Run test 'CopyStream' ...
Run test 'CopyStream' ok
testEmbeddedKid
Run test 'PDFReader' (tipo: testEmbeddedKid) ...
Run test 'PDFReader' (tipo: testEmbeddedKid) ok
testPasswordGenerator
Run test 'PasswordGenerator' ...
Run test 'PasswordGenerator' ok
testOID_keyUsage_sign
Run test 'Certificate.OID_keyUsage_sign' ...
Run test 'Certificate.OID_keyUsage_sign' ok
testDecifraturaConPassword(256, false)
Run test 'EncryptOpenSSL.testDecifraturaConPassword' (size: 256)(base64: false) ...
Run test 'EncryptOpenSSL.testDecifraturaConPassword' (size: 256)(base64: false) 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_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
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
testPrivateKeyPkcs8EncryptedPEM
Run test 'PrivatePublicKey.privateKey.pkcs8_encrypted.pem' ...
Run test 'PrivatePublicKey.privateKey.pkcs8_encrypted.pem' 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
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
testSignature(JAVA_SIGNATURE_PKCS11, false)
Run test 'Signature' (tipo: JAVA_SIGNATURE_PKCS11) ...
Run test 'Signature' (tipo: JAVA_SIGNATURE_PKCS11) ok
testCopyStream(10485760, -1, false, 10240, true)
Run test 'CopyStream' ...
Run test 'CopyStream' 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
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
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
testSignature(JSON_SIGNATURE_PROPERTIES_PKCS12, false)
Run test 'Signature' (tipo: JSON_SIGNATURE_PROPERTIES_PKCS12) ...
Run test 'Signature' (tipo: JSON_SIGNATURE_PROPERTIES_PKCS12) ok
testEncrypt(JAVA_ENCRYPT_PKCS11, false)
Run test 'Encrypt' (tipo: JAVA_ENCRYPT_PKCS11) ...
Run test 'Encrypt' (tipo: JAVA_ENCRYPT_PKCS11) ok
testEncrypt(XML_ENCRYPT_PKCS11, true)
Run test 'Encrypt' (tipo: XML_ENCRYPT_PKCS11) ...
Run test 'Encrypt' (tipo: XML_ENCRYPT_PKCS11) ok
testOpenApi3ExtendedValidator(openapi4j, false)
Run test 'OpenAPI-Validator' (openAPILibrary:openapi4j mergeSpec:false) ...
Run test 'OpenAPI-Validator' (openAPILibrary:openapi4j 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
testEncrypt(JSON_ENCRYPT_JWK_KEYS, false)
Run test 'Encrypt' (tipo: JSON_ENCRYPT_JWK_KEYS) ...
Run test 'Encrypt' (tipo: JSON_ENCRYPT_JWK_KEYS) ok
testDecifraturaConKey(128, true)
Run test 'EncryptOpenSSL.testDecifraturaConKey' (size: 128)(base64: true) ...
Run test 'EncryptOpenSSL.testDecifraturaConKey' (size: 128)(base64: true) 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
testPrivateKeyPkcs8EncryptedDER
Run test 'PrivatePublicKey.privateKey.pkcs8_encrypted.der' ...
Run test 'PrivatePublicKey.privateKey.pkcs8_encrypted.der' 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
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
testCifraturaConPassword(192, false)
SKIP
testCertificateReader
Run test 'CertificateReader' ...
Run test 'CertificateReader' ok
testDoFilterSimpleGET
Run test 'CORS.simpleRequestGET' ...
Atteso header 'Access-Control-Allow-Origin' [https://www.govway.org] trovato [https://www.govway.org]
Non atteso header 'Access-Control-Allow-Methods' trovato [null]
Non atteso header 'Access-Control-Allow-Headers' trovato [null]
Atteso tipo richiesta' [SIMPLE] trovato [SIMPLE]
Run test 'CORS.simpleRequestGET' ok
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
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
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
testOpenApiReader(yaml)
Run test 'OpenAPI-Reader' (interfaccia:yaml) ...
Run test 'OpenAPI-Reader' (interfaccia:yaml) 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
testXACML
Run test 'XACML' ...
Run test 'XACML' ok
testCopyStream(10485760, 120000, false, 10240, true)
Run test 'CopyStream' ...
Run test 'CopyStream' 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
testPublicKeyPEM
Run test 'PrivatePublicKey.publicKey.pem' ...
Run test 'PrivatePublicKey.publicKey.pem' ok
testSignature(JSON_SIGNATURE_PROPERTIES_PKCS11, false)
Run test 'Signature' (tipo: JSON_SIGNATURE_PROPERTIES_PKCS11) ...
Run test 'Signature' (tipo: JSON_SIGNATURE_PROPERTIES_PKCS11) 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
testXFAFile
Run test 'PDFReader' (tipo: testXFAFile) ...
Run test 'PDFReader' (tipo: testXFAFile) 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_PKCS12_KEYSTORE_JCE, false)
Run test 'Encrypt' (tipo: JSON_ENCRYPT_PKCS12_KEYSTORE_JCE) ...
Run test 'Encrypt' (tipo: JSON_ENCRYPT_PKCS12_KEYSTORE_JCE) ok
testEncrypt(JSON_ENCRYPT_PKCS12_KEYSTORE_JCE_HEADER_CUSTOM, false)
Run test 'Encrypt' (tipo: JSON_ENCRYPT_PKCS12_KEYSTORE_JCE_HEADER_CUSTOM) ...
Run test 'Encrypt' (tipo: JSON_ENCRYPT_PKCS12_KEYSTORE_JCE_HEADER_CUSTOM) ok
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
testCodecCrypt
Run test 'Crypt' ...
Run test 'Crypt' 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
testBugEntityReferences
Run test 'TestBugEntityReferences' [string] ...
Run test 'TestBugEntityReferences' [string] ok
testCopyCharStream(1048576)
Run test 'CopyCharStream' ...
Run test 'CopyCharStream' 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
testJsonValidator(NETWORK_NT)
Run test 'JSON-Validator' (tipo:NETWORK_NT) ...
Run test 'JSON-Validator' (tipo:NETWORK_NT) 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
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
testSecretKey
Run test 'JWKs.secretKey' ...
Run test 'JWKs.secretKey' ok
testBugFWK005ParseXerces_string
Run test 'TestBugFWK005ParseXerces' [string] ...
Run test 'TestBugFWK005ParseXerces' [string] ok
testArchvie(TGZ)
Run test 'Archive' (tipo:TGZ) ...
Run test 'Archive' (tipo:TGZ) 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
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
testEncrypt(JSON_ENCRYPT_PROPERTIES_PKCS12, false)
Run test 'Encrypt' (tipo: JSON_ENCRYPT_PROPERTIES_PKCS12) ...
Run test 'Encrypt' (tipo: JSON_ENCRYPT_PROPERTIES_PKCS12) 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
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
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
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
testPublicPrivateKeyPkcs1PEM
Run test 'PrivatePublicKey.publicPrivateKey.pkcs1.pem' ...
Run test 'PrivatePublicKey.publicPrivateKey.pkcs1.pem' 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
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
testEncrypt(XML_ENCRYPT_JKS, false)
Run test 'Encrypt' (tipo: XML_ENCRYPT_JKS) ...
Run test 'Encrypt' (tipo: XML_ENCRYPT_JKS) ok
testOID_keyUsage_auth
Run test 'Certificate.OID_keyUsage_auth' ...
Run test 'Certificate.OID_keyUsage_auth' ok
testCifraturaConKey(256, false)
Run test 'EncryptOpenSSL.testCifraturaConKey' (size: 256)(base64: false) ...
Run test 'EncryptOpenSSL.testCifraturaConKey' (size: 256)(base64: false) ok
testGoogle
Run test 'OCSP.checkGoogle' ...
Run test 'OCSP.checkGoogle' 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(256, true, 65535)
Run test 'EncryptOpenSSL.testCifraturaConPasswordPBKDF2' (size: 256)(base64: true)(iteration: 65535) ...
Run test 'EncryptOpenSSL.testCifraturaConPasswordPBKDF2' (size: 256)(base64: true)(iteration: 65535) ok
testMultipleEmbedded
Run test 'PDFWriter' (tipo: testMultipleEmbedded) ...
Run test 'PDFWriter' (tipo: testMultipleEmbedded) 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
testDER
Run test 'Certificate.der' ...
Run test 'Certificate.der' ok
testSignature(XML_SIGNATURE_PKCS11, true)
Run test 'Signature' (tipo: XML_SIGNATURE_PKCS11) ...
Run test 'Signature' (tipo: XML_SIGNATURE_PKCS11) ok
testParsing(SPRING_FRAMEWORK, org.openspcoop2.utils.transport.ldap.LdapQuery@785e7995, 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
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
testEncrypt(JSON_ENCRYPT_PKCS12_KEYSTORE, false)
Run test 'Encrypt' (tipo: JSON_ENCRYPT_PKCS12_KEYSTORE) ...
Run test 'Encrypt' (tipo: JSON_ENCRYPT_PKCS12_KEYSTORE) 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
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
testDecifraturaConPassword(192, true)
SKIP
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
testJsonValidator(EVERIT)
Run test 'JSON-Validator' (tipo:EVERIT) ...
Run test 'JSON-Validator' (tipo:EVERIT) ok
testSignature
Run test 'PDFReader' (tipo: testSignature) ...
Run test 'PDFReader' (tipo: testSignature) 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
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
testDecifraturaConPassword(128, false)
SKIP
testCopyStream(1024, -1, false, -1, false)
Run test 'CopyStream' ...
Run test 'CopyStream' 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
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
testWadlReader
Run test 'WADL-Reader' ...
Run test 'WADL-Reader' ok
testCertificatesPrivateKeyPkcs8PEM
Run test 'PrivatePublicKey.certificatesPrivateKey.pkcs8.pem' ...
Run test 'PrivatePublicKey.certificatesPrivateKey.pkcs8.pem' ok
testOpenApi3ExtendedValidator(json_schema, true)
Run test 'OpenAPI-Validator' (openAPILibrary:json_schema mergeSpec:true) ...
Run test 'OpenAPI-Validator' (openAPILibrary:json_schema mergeSpec:true) ok
testCifraturaConPassword(128, true)
SKIP
testEmbedded
Run test 'PDFWriter' (tipo: testEmbedded) ...
Run test 'PDFWriter' (tipo: testEmbedded) 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
testDecifraturaConKey(128, false)
Run test 'EncryptOpenSSL.testDecifraturaConKey' (size: 128)(base64: false) ...
Run test 'EncryptOpenSSL.testDecifraturaConKey' (size: 128)(base64: false) 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
testEmbedded
Run test 'PDFReader' (tipo: testEmbedded) ...
Run test 'PDFReader' (tipo: testEmbedded) 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
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
testMultipleAnnotations
Run test 'PDFWriter' (tipo: testMultipleAnnotations) ...
Run test 'PDFWriter' (tipo: testMultipleAnnotations) ok
testEncrypt(JSON_ENCRYPT_PROPERTIES_PKCS11, false)
Run test 'Encrypt' (tipo: JSON_ENCRYPT_PROPERTIES_PKCS11) ...
Run test 'Encrypt' (tipo: JSON_ENCRYPT_PROPERTIES_PKCS11) ok
testEncrypt(JSON_ENCRYPT_PROPERTIES_PKCS11, true)
Run test 'Encrypt' (tipo: JSON_ENCRYPT_PROPERTIES_PKCS11) ...
Run test 'Encrypt' (tipo: JSON_ENCRYPT_PROPERTIES_PKCS11) ok
testRandomGenerator(false, null)
Run test 'Random' ...
Run test 'Random' ok
testCopyCharStream(10485760)
Run test 'CopyCharStream' ...
Run test 'CopyCharStream' 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
testCompressor(GZIP)
Run test 'Compressor' (tipo:GZIP) ...
Run test 'Compressor' (tipo:GZIP) 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
testQuery(SPRING_FRAMEWORK, org.openspcoop2.utils.transport.ldap.LdapQuery@56bfb3e9, 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
testGovWay
Run test 'OCSP.checkGovWay' ...
Run test 'OCSP.checkGovWay' ok
testDateFormat
Run test 'DateFormat' ...
Run test 'DateFormat' ok
testEncrypt(JSON_ENCRYPT_PKCS11_KEYSTORE, false)
Run test 'Encrypt' (tipo: JSON_ENCRYPT_PKCS11_KEYSTORE) ...
Run test 'Encrypt' (tipo: JSON_ENCRYPT_PKCS11_KEYSTORE) ok
testXFAFileDatasets
Run test 'PDFReader' (tipo: testXFAFileDatasets) ...
Run test 'PDFReader' (tipo: testXFAFileDatasets) ok
testXMLDiff
Run test 'XMLDiff' ...
Run test 'XMLDiff' ok
testCertificatePrivateKeyPkcs1PEM
Run test 'PrivatePublicKey.certificatePrivateKey.pkcs1.pem' ...
Run test 'PrivatePublicKey.certificatePrivateKey.pkcs1.pem' ok
testCopyStream(10485760, -1, false, -1, false)
Run test 'CopyStream' ...
Run test 'CopyStream' ok
testQuery(SPRING_FRAMEWORK, org.openspcoop2.utils.transport.ldap.LdapQuery@644e943c, 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_JKS_KEYSTORE_JCE, false)
Run test 'Encrypt' (tipo: JSON_ENCRYPT_JKS_KEYSTORE_JCE) ...
Run test 'Encrypt' (tipo: JSON_ENCRYPT_JKS_KEYSTORE_JCE) ok
testEncryptCrl(JSON_ENCRYPT_CRL_KEYSTORE, false)
Run test 'EncryptCrl' (tipo: JSON_ENCRYPT_CRL_KEYSTORE) ...
Run test 'EncryptCrl' (tipo: JSON_ENCRYPT_CRL_KEYSTORE) ok
testOpenApiReader(json)
Run test 'OpenAPI-Reader' (interfaccia:json) ...
Run test 'OpenAPI-Reader' (interfaccia:json) ok
testCifraturaConKey(128, false)
Run test 'EncryptOpenSSL.testCifraturaConKey' (size: 128)(base64: false) ...
Run test 'EncryptOpenSSL.testCifraturaConKey' (size: 128)(base64: false) ok
testSwaggerReader(yaml)
Run test 'Swagger-Reader' (interfaccia:yaml) ...
Run test 'Swagger-Reader' (interfaccia:yaml) ok
testCRL(SPRING_FRAMEWORK)
Run test 'LDAP.crl' ...
engine: SPRING_FRAMEWORK
testPublicKey
Run test 'RemoteStore.publicKey' ...
Run test 'RemoteStore.publicKey' ok
testParsing(SPRING_FRAMEWORK, org.openspcoop2.utils.transport.ldap.LdapQuery@3259610d, 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
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
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
testSignature
Run test 'PDFWriter' (tipo: testSignature) ...
Run test 'PDFWriter' (tipo: testSignature) ok
testEncrypt(JAVA_ENCRYPT_PKCS12, false)
Run test 'Encrypt' (tipo: JAVA_ENCRYPT_PKCS12) ...
Run test 'Encrypt' (tipo: JAVA_ENCRYPT_PKCS12) ok
testOraLegaleToOraSolare
Run test 'DaylightSaving.oraLegaleToOraSolare' ...
Run test 'DaylightSaving.oraLegaleToOraSolare' 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
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
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
testSignature(JSON_SIGNATURE_JCEKS_KEYSTORE, false)
Run test 'Signature' (tipo: JSON_SIGNATURE_JCEKS_KEYSTORE) ...
Run test 'Signature' (tipo: JSON_SIGNATURE_JCEKS_KEYSTORE) 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
testQuery(SPRING_FRAMEWORK, org.openspcoop2.utils.transport.ldap.LdapQuery@39c03402, ldap://127.0.0.1:9321/dc%...)
Run test 'LDAP.query' ...
engine: SPRING_FRAMEWORK, url: ldap://127.0.0.1:9321/dc%3Dexample%2Cdc%3Dcom?cn,mobile?%28%7C%28%26%28l%3D*ondon%29%28uid%3C%3D002000%29%29%28uid%3D001377%29%29
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
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
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
testFastImpl
Run test 'DumpByteArrayOutputStream'.testFastImpl ...
Run test 'DumpByteArrayOutputStream'.testFastImpl 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(XML_SIGNATURE_JKS, false)
Run test 'Signature' (tipo: XML_SIGNATURE_JKS) ...
Run test 'Signature' (tipo: XML_SIGNATURE_JKS) ok
testPrivatePublicKeyPkcs8EncryptedPEM
Run test 'PrivatePublicKey.privatePublicKey.pkcs8_encrypted.pem' ...
Run test 'PrivatePublicKey.privatePublicKey.pkcs8_encrypted.pem' ok
testOthersCrypt
Run test 'Crypt' ...
Run test 'Crypt' 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
testPKCS12CreatedFromPKCS12
Run test 'Certificate.pkcs12CreatedFromP12' ...
Run test 'Certificate.pkcs12CreatedFromP12' ok
testJsonPath
Run test 'JSON-Path' ...
Run test 'JSON-Path' ok
testEmbeddedKid
Run test 'PDFWriter' (tipo: testEmbeddedKid) ...
Run test 'PDFWriter' (tipo: testEmbeddedKid) 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
testEncrypt(JAVA_ENCRYPT_PKCS11, true)
Run test 'Encrypt' (tipo: JAVA_ENCRYPT_PKCS11) ...
Run test 'Encrypt' (tipo: JAVA_ENCRYPT_PKCS11) ok
testDecifraturaConPassword(192, false)
SKIP
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
testRandomGenerator(true, null)
Run test 'Random' ...
Run test 'Random' ok
testCSV
Run test 'CSV' ...
Run test 'CSV' 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
testApplicativeLogger(batch)
Run test 'ApplicativeLogger' (tipo:batch) ...
Run test 'ApplicativeLogger' (tipo:batch) ok
testCopyStream(12582912, 2, true, 10485760, false)
Run test 'CopyStream' ...
Run test 'CopyStream' 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
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
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
testCifraturaConKey(192, true)
Run test 'EncryptOpenSSL.testCifraturaConKey' (size: 192)(base64: true) ...
Run test 'EncryptOpenSSL.testCifraturaConKey' (size: 192)(base64: true) ok
testPrivateKeyPkcs1DER
Run test 'PrivatePublicKey.privateKey.pkcs1.der' ...
Run test 'PrivatePublicKey.privateKey.pkcs1.der' 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
testParsing(SPRING_FRAMEWORK, org.openspcoop2.utils.transport.ldap.LdapQuery@124bf828, ldap://127.0.0.1:9321/dc%...)
Run test 'LDAP.parsing' ...
engine: SPRING_FRAMEWORK, url: ldap://127.0.0.1:9321/dc%3Dexample%2Cdc%3Dcom?cn,mobile?%28%7C%28%26%28l%3D*ondon%29%28uid%3E%3D002000%29%29%28uid%3D001377%29%29
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
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
testArchvie(TAR)
Run test 'Archive' (tipo:TAR) ...
Run test 'Archive' (tipo:TAR) 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
testKeystore
Run test 'JWKs.keystore' ...
Run test 'JWKs.keystore' ok
testSignature(JSON_SIGNATURE_PKCS11_KEYSTORE, false)
Run test 'Signature' (tipo: JSON_SIGNATURE_PKCS11_KEYSTORE) ...
Run test 'Signature' (tipo: JSON_SIGNATURE_PKCS11_KEYSTORE) 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
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
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
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
testSignatureCrl(JSON_SIGNATURE_PROPERTIES_CRL, false)
Run test 'SignatureCrl' (tipo: JSON_SIGNATURE_PROPERTIES_CRL) ...
Run test 'SignatureCrl' (tipo: JSON_SIGNATURE_PROPERTIES_CRL) ok
testPrivateKeyPKCS11
Run test 'Keystore.privateKey.pkcs11' ...
Run test 'Keystore.privateKey.pkcs12' ok
testCompareDifferentFormat
Run test 'Certificate.compareDifferentFormat' ...
Run test 'Certificate.compareDifferentFormat' ok
testCheckPreFlightInvalidACRM
Run test 'CORS.preflightInvalidAccessControlRequestMethod' ...
Atteso header 'Access-Control-Allow-Origin' [https://www.govway.org] trovato [https://www.govway.org]
Atteso header 'Access-Control-Allow-Methods' [[GET, POST, PUT, DELETE, PATCH]] trovato [GET, POST, PUT, DELETE, PATCH]
Atteso header 'Access-Control-Allow-Headers' [[Authorization, Content-Type, SOAPAction, Cache-Control]] trovato [Authorization, Content-Type, SOAPAction, Cache-Control]
Atteso tipo richiesta' [PRE_FLIGHT] trovato [PRE_FLIGHT]
Run test 'CORS.preflightInvalidAccessControlRequestMethod' ok
testSignature(PKCS7_SIGNATURE_PKCS11, false)
Run test 'Signature' (tipo: PKCS7_SIGNATURE_PKCS11) ...
Run test 'Signature' (tipo: PKCS7_SIGNATURE_PKCS11) ok
testUnzip
Run test 'Unzip' ...
Run test 'Unzip' 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
testPrivateKeyPkcs1EncryptedPEM
Run test 'PrivatePublicKey.privateKey.pkcs1_encrypted.pem' ...
Run test 'PrivatePublicKey.privateKey.pkcs1_encrypted.pem' ok
testCertificateDER
Run test 'PrivatePublicKey.certificate.der' ...
Run test 'PrivatePublicKey.certificate.der' 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
testCifraturaConKey(256, true)
Run test 'EncryptOpenSSL.testCifraturaConKey' (size: 256)(base64: true) ...
Run test 'EncryptOpenSSL.testCifraturaConKey' (size: 256)(base64: true) ok
testMultipleAnnotations
Run test 'PDFReader' (tipo: testMultipleAnnotations) ...
Run test 'PDFReader' (tipo: testMultipleAnnotations) ok
testSignature(JAVA_SIGNATURE_PKCS12, false)
Run test 'Signature' (tipo: JAVA_SIGNATURE_PKCS12) ...
Run test 'Signature' (tipo: JAVA_SIGNATURE_PKCS12) 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
testPublicPrivateKeyPkcs8PEM
Run test 'PrivatePublicKey.publicPrivateKey.pkcs8.pem' ...
Run test 'PrivatePublicKey.publicPrivateKey.pkcs8.pem' ok
testPrivateKeyPkcs8PEM
Run test 'PrivatePublicKey.privateKey.pkcs8.pem' ...
Run test 'PrivatePublicKey.privateKey.pkcs8.pem' ok
testCheckPreFlightEmptyACRM
Run test 'CORS.preflightEmptyAccessControlRequestMethod' ...
Non atteso header 'Access-Control-Allow-Origin' trovato [null]
Non atteso header 'Access-Control-Allow-Methods' trovato [null]
Non atteso header 'Access-Control-Allow-Headers' trovato [null]
Atteso tipo richiesta' [INVALID] trovato [INVALID]
Run test 'CORS.preflightEmptyAccessControlRequestMethod' ok
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
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
testTimeChangePendingToday
Run test 'DaylightSaving.timeChangePendingToday' ...
Run test 'DaylightSaving.timeChangePendingToday' ok
testSignature(JSON_SIGNATURE_PROPERTIES_JKS_HEADER_CUSTOM, false)
Run test 'Signature' (tipo: JSON_SIGNATURE_PROPERTIES_JKS_HEADER_CUSTOM) ...
Run test 'Signature' (tipo: JSON_SIGNATURE_PROPERTIES_JKS_HEADER_CUSTOM) ok
testEncrypt(JSON_ENCRYPT_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
testJsonXmlPathExpressionEngine
Run test 'JsonXmlPathExpressionEngine' ...
Run test 'JsonXmlPathExpressionEngine' 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
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
testXXE
Run test 'XML-eXternalEntityInjection-XXE' ...
Run test 'XML-eXternalEntityInjection-XXE' ok
testOpenApiReaderIndentazione
Run test 'OpenAPI-Reader' (verificaIndentazione) ...
Run test 'OpenAPI-Reader' (verificaIndentazione) ok
testEncrypt(JSON_ENCRYPT_JWK_KEY, false)
Run test 'Encrypt' (tipo: JSON_ENCRYPT_JWK_KEY) ...
Run test 'Encrypt' (tipo: JSON_ENCRYPT_JWK_KEY) 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
testPrivateCertificatePkcs1PEM
Run test 'PrivatePublicKey.privateCertificate.pkcs1.pem' ...
Run test 'PrivatePublicKey.privateCertificate.pkcs1.pem' ok
testAlternativeCrlCheck
Run test 'OCSP.checkAlternativeCrlCheck' ...
Run test 'OCSP.checkAlternativeCrlCheck' 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
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
testSignature(PKCS7_SIGNATURE_PKCS12, false)
Run test 'Signature' (tipo: PKCS7_SIGNATURE_PKCS12) ...
Run test 'Signature' (tipo: PKCS7_SIGNATURE_PKCS12) ok
testOpenApi3ExtendedValidator(openapi4j, true)
Run test 'OpenAPI-Validator' (openAPILibrary:openapi4j mergeSpec:true) ...
Run test 'OpenAPI-Validator' (openAPILibrary:openapi4j mergeSpec:true) ok
testSignature(JSON_SIGNATURE_PKCS11_KEYSTORE, true)
Run test 'Signature' (tipo: JSON_SIGNATURE_PKCS11_KEYSTORE) ...
Run test 'Signature' (tipo: JSON_SIGNATURE_PKCS11_KEYSTORE) ok
testPublicPrivateKeyPkcs8EncryptedPEM
Run test 'PrivatePublicKey.publicPrivateKey.pkcs8_encrypted.pem' ...
Run test 'PrivatePublicKey.publicPrivateKey.pkcs8_encrypted.pem' 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
testProvider(false)
Run test 'SecurityProvider' (useBCFacility: false) ...
Run test 'SecurityProvider' (useBCFacility: false) ok
testSignature(JSON_SIGNATURE_PROPERTIES_JKS, false)
Run test 'Signature' (tipo: JSON_SIGNATURE_PROPERTIES_JKS) ...
Run test 'Signature' (tipo: JSON_SIGNATURE_PROPERTIES_JKS) 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
testPrivatePublicKeyPkcs1EncryptedPEM
Run test 'PrivatePublicKey.privatePublicKey.pkcs1_encrypted.pem' ...
Run test 'PrivatePublicKey.privatePublicKey.pkcs1_encrypted.pem' ok
testEncrypt(XML_ENCRYPT_PKCS11, false)
Run test 'Encrypt' (tipo: XML_ENCRYPT_PKCS11) ...
Run test 'Encrypt' (tipo: XML_ENCRYPT_PKCS11) 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
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
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
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
testMultipleCerts
Run test 'Certificate.multipleCerts' ...
Run test 'Certificate.multipleCerts' 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
testJWK
Run test 'RemoteStore.jwk' ...
Run test 'RemoteStore.jwk' 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
testPrivateKeyPkcs8DER
Run test 'PrivatePublicKey.privateKey.pkcs8.der' ...
Run test 'PrivatePublicKey.privateKey.pkcs8.der' ok
testAlternativeCrlCheckLdapCheckAuthBasic
Run test 'OCSP.checkAlternativeCrlCheckLdapCheckAuthBasic' ...
Run test 'OCSP.checkAlternativeCrlCheckLdapCheckAuthBasic' ok
testCompressor(ZIP)
Run test 'Compressor' (tipo:ZIP) ...
Run test 'Compressor' (tipo:ZIP) ok
testCompareDifferentFormat_multipleOU
Run test 'Certificate.compareDifferentFormat_multipleOU' ...
Run test 'Certificate.compareDifferentFormat_multipleOU' ok
testPublicKeyDER
Run test 'PrivatePublicKey.publicKey.der' ...
Run test 'PrivatePublicKey.publicKey.der' ok
testSignature(JSON_SIGNATURE_PROPERTIES_PKCS11, true)
Run test 'Signature' (tipo: JSON_SIGNATURE_PROPERTIES_PKCS11) ...
Run test 'Signature' (tipo: JSON_SIGNATURE_PROPERTIES_PKCS11) 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
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
testOraSolareToOraLegale
Run test 'DaylightSaving.oraSolareToOraLegale' ...
Run test 'DaylightSaving.oraSolareToOraLegale' ok
testApacheIdGenerator
Run test 'ApacheIdGenerator' ...
Run test 'ApacheIdGenerator' ok
testSignature(JSON_SIGNATURE_PROPERTIES_JCEKS, false)
Run test 'Signature' (tipo: JSON_SIGNATURE_PROPERTIES_JCEKS) ...
Run test 'Signature' (tipo: JSON_SIGNATURE_PROPERTIES_JCEKS) 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
testVerifyGoogleJWT
Run test 'VerifyGoogleJWT' ...
Run test 'VerifyGoogleJWT' 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
testParsing(SPRING_FRAMEWORK, org.openspcoop2.utils.transport.ldap.LdapQuery@2346129, 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%21%28l%3D*ondon%29%29
testPrivatePublicKeyPkcs1PEM
Run test 'PrivatePublicKey.privatePublicKey.pkcs1.pem' ...
Run test 'PrivatePublicKey.privatePublicKey.pkcs1.pem' ok
testOID_keyUsage_multipleOU
Run test 'Certificate.OID_keyUsage_multipleOU' ...
Run test 'Certificate.OID_keyUsage_multipleOU' 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
testXFAFileDatasets
Run test 'PDFWriter' (tipo: testXFAFileDatasets) ...
Run test 'PDFWriter' (tipo: testXFAFileDatasets) 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
testSignatureCrl(JSON_SIGNATURE_CRL_KEYSTORE, false)
Run test 'SignatureCrl' (tipo: JSON_SIGNATURE_CRL_KEYSTORE) ...
Run test 'SignatureCrl' (tipo: JSON_SIGNATURE_CRL_KEYSTORE) ok
testSignature(JSON_SIGNATURE_PKCS12_KEYSTORE, false)
Run test 'Signature' (tipo: JSON_SIGNATURE_PKCS12_KEYSTORE) ...
Run test 'Signature' (tipo: JSON_SIGNATURE_PKCS12_KEYSTORE) ok
testSignatureOcsp_properties_header_custom_kid_only(export LD_LIBRARY_PATH=/opt/openssl/openssl-1.1.1w/: ; /opt/openssl/openssl-1.1.1w/apps/openssl, 500...)
Run test 'SignatureOcsp' (tipo: JSON_SIGNATURE_PROPERTIES_OCSP_HEADER_CUSTOM_KID_ONLY) ...
Run test 'SignatureOcsp' (tipo: JSON_SIGNATURE_PROPERTIES_OCSP_HEADER_CUSTOM_KID_ONLY) ok
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
testXQuery
Run test 'XQuery' ...
Run test 'XQuery' ok
testCopyCharStream(1024)
Run test 'CopyCharStream' ...
Run test 'CopyCharStream' 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
testSignature(JAVA_SIGNATURE_JKS, false)
Run test 'Signature' (tipo: JAVA_SIGNATURE_JKS) ...
Run test 'Signature' (tipo: JAVA_SIGNATURE_JKS) 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
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
testMultipleEmbedded
Run test 'PDFReader' (tipo: testMultipleEmbedded) ...
Run test 'PDFReader' (tipo: testMultipleEmbedded) ok
testRandomGenerator(true, NativePRNGNonBlocking)
Run test 'Random' ...
Run test 'Random' ok
testBugFWK005ParseXerces_xml
Run test 'TestBugFWK005ParseXerces' [xml] ...
Run test 'TestBugFWK005ParseXerces' [xml] ok
testQuery(SPRING_FRAMEWORK, org.openspcoop2.utils.transport.ldap.LdapQuery@7b1c296b, 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
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
testCompareDifferentFormat_multipleOU_specialChar
Run test 'Certificate.compareDifferentFormat_multipleOU_specialChar' ...
Run test 'Certificate.compareDifferentFormat_multipleOU_specialChar' ok
testX509
Run test 'RemoteStore.x509' ...
Run test 'RemoteStore.x509' ok
testCifraturaConPassword(256, true)
Run test 'EncryptOpenSSL.testCifraturaConPassword' (size: 256)(base64: true) ...
Run test 'EncryptOpenSSL.testCifraturaConPassword' (size: 256)(base64: true) 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
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
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
testRFC2047
Run test 'RFC2047' ...
Run test 'RFC2047' 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
testRandomGenerator(true, NativePRNG)
Run test 'Random' ...
Run test 'Random' ok
testSignature(PKCS7_SIGNATURE_PKCS11, true)
Run test 'Signature' (tipo: PKCS7_SIGNATURE_PKCS11) ...
Run test 'Signature' (tipo: PKCS7_SIGNATURE_PKCS11) ok
testOldMd5Crypt
Run test 'Crypt' ...
Run test 'Crypt' ok
testCifraturaConPassword(128, false)
SKIP
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
testProblemRFC7807
Run test 'ProblemRFC7807' ...
Run test 'ProblemRFC7807' ok
testSignature(XML_SIGNATURE_PKCS12, false)
Run test 'Signature' (tipo: XML_SIGNATURE_PKCS12) ...
Run test 'Signature' (tipo: XML_SIGNATURE_PKCS12) ok
testPrivateKeyPKCS12
Run test 'Keystore.privateKey.pkcs12' ...
Run test 'Keystore.privateKey.pkcs12' 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_PROPERTIES_JKS, false)
Run test 'Encrypt' (tipo: JSON_ENCRYPT_PROPERTIES_JKS) ...
Run test 'Encrypt' (tipo: JSON_ENCRYPT_PROPERTIES_JKS) 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
testDecifraturaConPassword(256, true)
Run test 'EncryptOpenSSL.testDecifraturaConPassword' (size: 256)(base64: true) ...
Run test 'EncryptOpenSSL.testDecifraturaConPassword' (size: 256)(base64: true) 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
testRandomGenerator(true, DRBG)
Run test 'Random' ...
Run test 'Random' 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
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
testSignature(JSON_SIGNATURE_JKS_KEYSTORE, false)
Run test 'Signature' (tipo: JSON_SIGNATURE_JKS_KEYSTORE) ...
Run test 'Signature' (tipo: JSON_SIGNATURE_JKS_KEYSTORE) 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
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
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
testPrivatePublicKeyPkcs8PEM
Run test 'PrivatePublicKey.privatePublicKey.pkcs8.pem' ...
Run test 'PrivatePublicKey.privatePublicKey.pkcs8.pem' ok
testPrivatePublicKey
Run test 'JWKs.privatePublicKey' ...
Run test 'JWKs.privatePublicKey' 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
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
5156 ms
org.openspcoop2.utils.test.certificate.TestCertificate
testCompareDifferentFormat
12510 ms
testCompareDifferentFormat_multipleOU
12657 ms
testCompareDifferentFormat_multipleOU_specialChar
12775 ms
testDER
12883 ms
testJKS
12913 ms
testMultipleCerts
12926 ms
testMultiplePrivatePublicKeys
12974 ms
testOID_keyUsage_auth
12986 ms
testOID_keyUsage_multipleOU
13301 ms
testOID_keyUsage_sign
13318 ms
testPEM
13335 ms
testPKCS12
13342 ms
testPKCS12CreatedFromPKCS12
13382 ms
org.openspcoop2.utils.test.certificate.TestCertificateReader
testCertificateReader
15476 ms
org.openspcoop2.utils.test.certificate.TestJWK
testJWKset
15551 ms
testKeystore
16245 ms
testPrivatePublicKey
16346 ms
testSecretKey
16594 ms
org.openspcoop2.utils.test.certificate.TestKeystore
testPrivateKeyJKS
16617 ms
testPrivateKeyPKCS11
16620 ms
testPrivateKeyPKCS12
16753 ms
org.openspcoop2.utils.test.certificate.TestOCSP
testAlternativeCrlCheck
16764 ms
testGovWay
16945 ms
testOCSPResponse_signedByResponderCertificate_case2(export LD_LIBRARY_PATH=/opt/openssl/openssl-1.1.1w/: ; /opt/openssl/openssl-1.1.1w/apps/openssl, 500...)
18819 ms
testOCSPResponse_signedByResponderCertificate_case2_differentNonce(export LD_LIBRARY_PATH=/opt/openssl/openssl-1.1.1w/: ; /opt/openssl/openssl-1.1.1w/apps/openssl, 500...)
26050 ms
testGoogle
33074 ms
testOCSPResponse_signedByResponderCertificate_case3(export LD_LIBRARY_PATH=/opt/openssl/openssl-1.1.1w/: ; /opt/openssl/openssl-1.1.1w/apps/openssl, 500...)
33713 ms
testAlternativeCrlCheckLdapCheckNoAuth
40738 ms
testAlternativeCrlCheckLdapCheckAuthBasic
43610 ms
org.openspcoop2.utils.test.certificate.TestPrivatePublicKey
testCertificateDER
45809 ms
testCertificatePEM
45836 ms
testCertificatePrivateKeyPkcs1PEM
45856 ms
testCertificatesPrivateKeyPkcs8PEM
45894 ms
testPrivateCertificatePkcs1PEM
45927 ms
testPrivateCertificatesPkcs8PEM
45945 ms
testPrivateKeyPkcs1DER
45961 ms
testPrivateKeyPkcs1EncryptedPEM
45976 ms
testPrivateKeyPkcs1PEM
46025 ms
testPrivateKeyPkcs8DER
46040 ms
testPrivateKeyPkcs8EncryptedDER
46053 ms
testPrivateKeyPkcs8EncryptedPEM
46109 ms
testPrivateKeyPkcs8PEM
46165 ms
testPrivatePublicKeyPkcs1EncryptedPEM
46177 ms
testPrivatePublicKeyPkcs1PEM
46223 ms
testPrivatePublicKeyPkcs8EncryptedPEM
46240 ms
testPrivatePublicKeyPkcs8PEM
46315 ms
testPublicKeyDER
46331 ms
testPublicKeyPEM
46343 ms
testPublicPrivateKeyPkcs1EncryptedPEM
46357 ms
testPublicPrivateKeyPkcs1PEM
46392 ms
testPublicPrivateKeyPkcs8EncryptedPEM
46408 ms
testPublicPrivateKeyPkcs8PEM
46461 ms
org.openspcoop2.utils.test.certificate.TestRemoteStore
testJWK
46474 ms
testPublicKey
46501 ms
testX509
46503 ms
org.openspcoop2.utils.test.crypt.TestCrypt
testCodecCrypt
46507 ms
testJasyptCrypt
48415 ms
testOldMd5Crypt
50134 ms
testOthersCrypt
50147 ms
org.openspcoop2.utils.test.crypt.TestPasswordGenerator
testPasswordGenerator
59956 ms
org.openspcoop2.utils.test.csv.TestCSV
testCSV
59962 ms
org.openspcoop2.utils.test.date.TestDate
testDateFormat
60026 ms
org.openspcoop2.utils.test.date.TestDaylightSaving
testOraLegaleToOraSolare
207430 ms
testOraSolareToOraLegale
207456 ms
testTimeChangePendingToday
207466 ms
testZoneId
207483 ms
org.openspcoop2.utils.test.id.TestApacheGenerator
testApacheIdGenerator
207484 ms
org.openspcoop2.utils.test.id.TestUUID
testUUID
208411 ms
org.openspcoop2.utils.test.io.TestArchive
testArchvie(ZIP)
534710 ms
testArchvie(TAR)
534828 ms
testArchvie(TGZ)
534856 ms
org.openspcoop2.utils.test.io.TestCompressor
testCompressor(DEFLATER)
534866 ms
testCompressor(GZIP)
534867 ms
testCompressor(ZIP)
534869 ms
org.openspcoop2.utils.test.io.TestDumpByteArrayOutputStream
testDefaultImpl
534872 ms
testFastImpl
535130 ms
org.openspcoop2.utils.test.io.TestUnzip
testUnzip
535225 ms
org.openspcoop2.utils.test.json.TestJsonPath
testJsonPath
535246 ms
org.openspcoop2.utils.test.json.TestJsonValidator
testJsonValidator(EVERIT)
535564 ms
testJsonValidator(FGE)
550691 ms
testJsonValidator(NETWORK_NT)
701228 ms
org.openspcoop2.utils.test.logger.TestApplicativeLogger
testApplicativeLogger(proxy)
718957 ms
testApplicativeLogger(application)
719066 ms
testApplicativeLogger(batch)
719077 ms
org.openspcoop2.utils.test.openapi.TestOpenApiReader
testOpenApiReader(json)
719088 ms
testOpenApiReader(yaml)
719462 ms
testOpenApiReaderIndentazione
719747 ms
org.openspcoop2.utils.test.openapi.TestOpenApiValidator
testOpenApi3BigInterfaceValidator(swagger_request_validator, false)
720095 ms
testOpenApi3BigInterfaceValidator(swagger_request_validator, true)
729869 ms
testOpenApi3ExtendedValidator(json_schema, false)
737393 ms
testOpenApi3ExtendedValidator(json_schema, true)
742992 ms
testOpenApi3ExtendedValidator(openapi4j, false)
747102 ms
testOpenApi3ExtendedValidator(openapi4j, true)
753267 ms
testOpenApi3ExtendedValidator(swagger_request_validator, false)
760992 ms
testOpenApi3ExtendedValidator(swagger_request_validator, true)
765463 ms
testOpenApiValidator(json, json_schema, false)
770299 ms
testOpenApiValidator(yaml, json_schema, false)
770377 ms
testOpenApiValidator(json, openapi4j, true)
770458 ms
testOpenApiValidator(yaml, openapi4j, true)
770604 ms
testOpenApiValidator(json, openapi4j, false)
770698 ms
testOpenApiValidator(yaml, openapi4j, false)
770734 ms
testOpenApiValidator(json, swagger_request_validator, true)
770790 ms
testOpenApiValidator(yaml, swagger_request_validator, true)
770959 ms
testOpenApiValidator(json, swagger_request_validator, false)
771141 ms
testOpenApiValidator(yaml, swagger_request_validator, false)
771271 ms
org.openspcoop2.utils.test.openapi.TestSwaggerReader
testSwaggerReader(json)
771410 ms
testSwaggerReader(yaml)
771587 ms
org.openspcoop2.utils.test.openapi.TestSwaggerValidator
testSwaggerValidator(json, json_schema, true)
771629 ms
testSwaggerValidator(yaml, json_schema, true)
771659 ms
testSwaggerValidator(json, json_schema, false)
771690 ms
testSwaggerValidator(yaml, json_schema, false)
771712 ms
testSwaggerValidator(json, swagger_request_validator, false)
771741 ms
testSwaggerValidator(yaml, swagger_request_validator, false)
771884 ms
org.openspcoop2.utils.test.pdf.TestPDFReader
testAnnotation
771994 ms
testEmbedded
772144 ms
testEmbeddedKid
772151 ms
testMultipleAnnotations
772155 ms
testMultipleEmbedded
772162 ms
testMultipleEmbeddedKids
772169 ms
testSignature
772183 ms
testXFAFile
772643 ms
testXFAFileDatasets
773375 ms
org.openspcoop2.utils.test.pdf.TestPDFWriter
testAnnotation
773590 ms
testEmbedded
773649 ms
testEmbeddedKid
773664 ms
testMultipleAnnotations
773679 ms
testMultipleEmbedded
773695 ms
testMultipleEmbeddedKids
773714 ms
testSignature
773728 ms
testXFAFile
773871 ms
testXFAFileDatasets
774214 ms
org.openspcoop2.utils.test.random.TestRandom
testRandomGenerator(false, null)
774614 ms
testRandomGenerator(true, null)
774616 ms
testRandomGenerator(true, NativePRNGBlocking)
774617 ms
testRandomGenerator(true, NativePRNG)
774617 ms
testRandomGenerator(true, NativePRNGNonBlocking)
774618 ms
testRandomGenerator(true, DRBG)
774618 ms
testRandomGenerator(true, SHA1PRNG)
774625 ms
org.openspcoop2.utils.test.regexp.TestRegExp
testRegExp
774626 ms
org.openspcoop2.utils.test.resource.TestCopyCharStream
testCopyCharStream(1024)
774630 ms
testCopyCharStream(1048576)
774656 ms
testCopyCharStream(10485760)
774826 ms
org.openspcoop2.utils.test.resource.TestCopyStream
testCopyStream(1024, -1, false, -1, false)
776347 ms
testCopyStream(1048576, -1, false, -1, false)
776365 ms
testCopyStream(10485760, -1, false, -1, false)
776465 ms
testCopyStream(10485760, 120000, false, -1, false)
776902 ms
testCopyStream(10485760, 2, true, -1, false)
777276 ms
testCopyStream(12582912, 2, true, 10485760, false)
777428 ms
testCopyStream(10485760, -1, false, 10485760, false)
777564 ms
testCopyStream(10485760, -1, false, 10240, true)
777895 ms
testCopyStream(10485760, 120000, false, 10240, true)
777955 ms
org.openspcoop2.utils.test.rest.TestProblemDetail
testProblemRFC7807
778002 ms
org.openspcoop2.utils.test.security.TestEncrypt
testEncrypt(JAVA_ENCRYPT_JKS, false)
778057 ms
testEncrypt(JAVA_ENCRYPT_PKCS12, false)
778254 ms
testEncrypt(JAVA_ENCRYPT_PKCS11, false)
778304 ms
testEncrypt(JAVA_ENCRYPT_PKCS11, true)
778357 ms
testEncrypt(XML_ENCRYPT_JKS, false)
778403 ms
testEncrypt(XML_ENCRYPT_PKCS12, false)
778743 ms
testEncrypt(XML_ENCRYPT_PKCS11, false)
778832 ms
testEncrypt(XML_ENCRYPT_PKCS11, true)
778907 ms
testEncrypt(JSON_ENCRYPT_PROPERTIES_JKS, false)
778982 ms
testEncrypt(JSON_ENCRYPT_PROPERTIES_PKCS12, false)
779225 ms
testEncrypt(JSON_ENCRYPT_PROPERTIES_PKCS11, false)
779345 ms
testEncrypt(JSON_ENCRYPT_PROPERTIES_PKCS11, true)
779494 ms
testEncrypt(JSON_ENCRYPT_PROPERTIES_JCEKS, false)
779620 ms
testEncrypt(JSON_ENCRYPT_PROPERTIES_JWK, false)
779659 ms
testEncrypt(JSON_ENCRYPT_PROPERTIES_JWK_SYMMETRIC, false)
779752 ms
testEncrypt(JSON_ENCRYPT_PROPERTIES_JKS_HEADER_CUSTOM, false)
779790 ms
testEncrypt(JSON_ENCRYPT_PROPERTIES_PKCS12_HEADER_CUSTOM, false)
779880 ms
testEncrypt(JSON_ENCRYPT_PROPERTIES_PKCS11_HEADER_CUSTOM, false)
779992 ms
testEncrypt(JSON_ENCRYPT_PROPERTIES_PKCS11_HEADER_CUSTOM, true)
780132 ms
testEncrypt(JSON_ENCRYPT_PROPERTIES_JCEKS_HEADER_CUSTOM, false)
780274 ms
testEncrypt(JSON_ENCRYPT_PROPERTIES_JWK_HEADER_CUSTOM, false)
780312 ms
testEncrypt(JSON_ENCRYPT_PROPERTIES_JWK_SYMMETRIC_HEADER_CUSTOM, false)
780402 ms
testEncrypt(JSON_ENCRYPT_PROPERTIES_JKS_HEADER_CUSTOM_KID_ONLY, false)
780442 ms
testEncrypt(JSON_ENCRYPT_PROPERTIES_PKCS12_HEADER_CUSTOM_KID_ONLY, false)
780522 ms
testEncrypt(JSON_ENCRYPT_PROPERTIES_PKCS11_HEADER_CUSTOM_KID_ONLY, false)
780629 ms
testEncrypt(JSON_ENCRYPT_PROPERTIES_PKCS11_HEADER_CUSTOM_KID_ONLY, true)
780757 ms
testEncrypt(JSON_ENCRYPT_PROPERTIES_JWK_HEADER_CUSTOM_KID_ONLY, false)
780931 ms
testEncrypt(JSON_ENCRYPT_JKS_KEYSTORE, false)
781041 ms
testEncrypt(JSON_ENCRYPT_JKS_KEYSTORE_HEADER_CUSTOM, false)
781092 ms
testEncrypt(JSON_ENCRYPT_PKCS12_KEYSTORE, false)
781148 ms
testEncrypt(JSON_ENCRYPT_PKCS12_KEYSTORE_HEADER_CUSTOM, false)
781205 ms
testEncrypt(JSON_ENCRYPT_PKCS11_KEYSTORE, false)
781261 ms
testEncrypt(JSON_ENCRYPT_PKCS11_KEYSTORE_HEADER_CUSTOM, false)
781349 ms
testEncrypt(JSON_ENCRYPT_PKCS11_KEYSTORE, true)
781440 ms
testEncrypt(JSON_ENCRYPT_PKCS11_KEYSTORE_HEADER_CUSTOM, true)
781530 ms
testEncrypt(JSON_ENCRYPT_JKS_KEYSTORE_JCE, false)
781614 ms
testEncrypt(JSON_ENCRYPT_JKS_KEYSTORE_JCE_HEADER_CUSTOM, false)
781645 ms
testEncrypt(JSON_ENCRYPT_PKCS12_KEYSTORE_JCE, false)
781678 ms
testEncrypt(JSON_ENCRYPT_PKCS12_KEYSTORE_JCE_HEADER_CUSTOM, false)
781706 ms
testEncrypt(JSON_ENCRYPT_PKCS11_KEYSTORE_JCE, false)
781737 ms
testEncrypt(JSON_ENCRYPT_PKCS11_KEYSTORE_JCE_HEADER_CUSTOM, false)
781767 ms
testEncrypt(JSON_ENCRYPT_PKCS11_KEYSTORE_JCE, true)
781795 ms
testEncrypt(JSON_ENCRYPT_PKCS11_KEYSTORE_JCE_HEADER_CUSTOM, true)
781821 ms
testEncrypt(JSON_ENCRYPT_JWK_KEYS, false)
781847 ms
testEncrypt(JSON_ENCRYPT_JWK_KEYS_HEADER_CUSTOM, false)
781900 ms
testEncrypt(JSON_ENCRYPT_JWK_KEY, false)
781954 ms
testEncrypt(JSON_ENCRYPT_JWK_KEY_HEADER_CUSTOM, false)
782026 ms
testEncrypt(JSON_ENCRYPT_JWK_SYMMETRIC_KEYS, false)
782149 ms
testEncrypt(JSON_ENCRYPT_JWK_SYMMETRIC_KEYS_HEADER_CUSTOM, false)
782197 ms
testEncrypt(JSON_ENCRYPT_JWK_SYMMETRIC_KEY, false)
782231 ms
testEncrypt(JSON_ENCRYPT_JWK_SYMMETRIC_KEY_HEADER_CUSTOM, false)
782261 ms
org.openspcoop2.utils.test.security.TestEncryptCRL
testEncryptCrl(JSON_ENCRYPT_PROPERTIES_CRL, false)
782292 ms
testEncryptCrl(JSON_ENCRYPT_PROPERTIES_CRL_HEADER_CUSTOM, false)
782826 ms
testEncryptCrl(JSON_ENCRYPT_PROPERTIES_CRL_HEADER_CUSTOM_KID_ONLY, false)
783194 ms
testEncryptCrl(JSON_ENCRYPT_CRL_KEYSTORE, false)
783555 ms
testEncryptCrl(JSON_ENCRYPT_CRL_KEYSTORE_HEADER_CUSTOM, false)
783645 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...)
783748 ms
testEncryptOcsp_keystore_header_custom(export LD_LIBRARY_PATH=/opt/openssl/openssl-1.1.1w/: ; /opt/openssl/openssl-1.1.1w/apps/openssl, 500...)
795798 ms
testEncryptOcsp_properties(export LD_LIBRARY_PATH=/opt/openssl/openssl-1.1.1w/: ; /opt/openssl/openssl-1.1.1w/apps/openssl, 500...)
807838 ms
testEncryptOcsp_properties_header_custom(export LD_LIBRARY_PATH=/opt/openssl/openssl-1.1.1w/: ; /opt/openssl/openssl-1.1.1w/apps/openssl, 500...)
819876 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...)
831916 ms
org.openspcoop2.utils.test.security.TestEncryptOpenSSL
testCifraturaConKey(128, true)
843961 ms
testCifraturaConKey(128, false)
844553 ms
testCifraturaConKey(192, true)
845098 ms
testCifraturaConKey(192, false)
845632 ms
testCifraturaConKey(256, true)
846174 ms
testCifraturaConKey(256, false)
846708 ms
testCifraturaConPassword(128, true)
847244 ms
testCifraturaConPassword(192, true)
847245 ms
testCifraturaConPassword(192, false)
847245 ms
testCifraturaConPassword(256, true)
847245 ms
testCifraturaConPassword(128, false)
847245 ms
testCifraturaConPassword(256, false)
847783 ms
testCifraturaConPasswordPBKDF2(128, true, null)
848309 ms
testCifraturaConPasswordPBKDF2(128, false, null)
848898 ms
testCifraturaConPasswordPBKDF2(192, true, null)
849459 ms
testCifraturaConPasswordPBKDF2(192, false, null)
850051 ms
testCifraturaConPasswordPBKDF2(256, true, null)
850647 ms
testCifraturaConPasswordPBKDF2(256, false, null)
851266 ms
testCifraturaConPasswordPBKDF2(128, true, 65535)
851854 ms
testCifraturaConPasswordPBKDF2(128, false, 65535)
852635 ms
testCifraturaConPasswordPBKDF2(192, true, 65535)
853439 ms
testCifraturaConPasswordPBKDF2(192, false, 65535)
854321 ms
testCifraturaConPasswordPBKDF2(256, true, 65535)
855223 ms
testCifraturaConPasswordPBKDF2(256, false, 65535)
856210 ms
testDecifraturaConKey(128, true)
857135 ms
testDecifraturaConKey(128, false)
857668 ms
testDecifraturaConKey(192, true)
858197 ms
testDecifraturaConKey(192, false)
858729 ms
testDecifraturaConKey(256, true)
859260 ms
testDecifraturaConKey(256, false)
859789 ms
testDecifraturaConPassword(128, true)
860318 ms
testDecifraturaConPassword(192, true)
860319 ms
testDecifraturaConPassword(128, false)
860319 ms
testDecifraturaConPassword(192, false)
860319 ms
testDecifraturaConPassword(256, true)
860319 ms
testDecifraturaConPassword(256, false)
860849 ms
testDecifraturaConPasswordPBKDF2(128, true, null)
861387 ms
testDecifraturaConPasswordPBKDF2(128, false, null)
861961 ms
testDecifraturaConPasswordPBKDF2(192, true, null)
862535 ms
testDecifraturaConPasswordPBKDF2(192, false, null)
863142 ms
testDecifraturaConPasswordPBKDF2(256, true, null)
863736 ms
testDecifraturaConPasswordPBKDF2(256, false, null)
864320 ms
testDecifraturaConPasswordPBKDF2(128, true, 65535)
864908 ms
testDecifraturaConPasswordPBKDF2(128, false, 65535)
865621 ms
testDecifraturaConPasswordPBKDF2(192, true, 65535)
866398 ms
testDecifraturaConPasswordPBKDF2(192, false, 65535)
867293 ms
testDecifraturaConPasswordPBKDF2(256, true, 65535)
868157 ms
testDecifraturaConPasswordPBKDF2(256, false, 65535)
869081 ms
org.openspcoop2.utils.test.security.TestProvider
testProvider(false)
870051 ms
testProvider(true)
870064 ms
org.openspcoop2.utils.test.security.TestSignature
testSignature(JAVA_SIGNATURE_JKS, false)
870101 ms
testSignature(JAVA_SIGNATURE_PKCS12, false)
870154 ms
testSignature(JAVA_SIGNATURE_PKCS11, false)
870198 ms
testSignature(JAVA_SIGNATURE_PKCS11, true)
870240 ms
testSignature(PKCS7_SIGNATURE_JKS, false)
870301 ms
testSignature(PKCS7_SIGNATURE_PKCS12, false)
872461 ms
testSignature(PKCS7_SIGNATURE_PKCS11, false)
874567 ms
testSignature(PKCS7_SIGNATURE_PKCS11, true)
876676 ms
testSignature(XML_SIGNATURE_JKS, false)
878756 ms
testSignature(XML_SIGNATURE_PKCS12, false)
878966 ms
testSignature(XML_SIGNATURE_PKCS11, false)
879020 ms
testSignature(XML_SIGNATURE_PKCS11, true)
879076 ms
testSignature(JSON_SIGNATURE_PROPERTIES_JKS, false)
879129 ms
testSignature(JSON_SIGNATURE_PROPERTIES_PKCS12, false)
879231 ms
testSignature(JSON_SIGNATURE_PROPERTIES_PKCS11, false)
879301 ms
testSignature(JSON_SIGNATURE_PROPERTIES_PKCS11, true)
879354 ms
testSignature(JSON_SIGNATURE_PROPERTIES_JCEKS, false)
879399 ms
testSignature(JSON_SIGNATURE_PROPERTIES_JWK, false)
879434 ms
testSignature(JSON_SIGNATURE_PROPERTIES_JWK_SYMMETRIC, false)
879484 ms
testSignature(JSON_SIGNATURE_PROPERTIES_JKS_HEADER_CUSTOM, false)
879521 ms
testSignature(JSON_SIGNATURE_PROPERTIES_PKCS12_HEADER_CUSTOM, false)
879571 ms
testSignature(JSON_SIGNATURE_PROPERTIES_PKCS11_HEADER_CUSTOM, false)
879636 ms
testSignature(JSON_SIGNATURE_PROPERTIES_PKCS11_HEADER_CUSTOM, true)
879685 ms
testSignature(JSON_SIGNATURE_PROPERTIES_JCEKS_HEADER_CUSTOM, false)
879744 ms
testSignature(JSON_SIGNATURE_PROPERTIES_JWK_HEADER_CUSTOM, false)
879774 ms
testSignature(JSON_SIGNATURE_PROPERTIES_JWK_SYMMETRIC_HEADER_CUSTOM, false)
879824 ms
testSignature(JSON_SIGNATURE_PROPERTIES_JKS_HEADER_CUSTOM_KID_ONLY, false)
879859 ms
testSignature(JSON_SIGNATURE_PROPERTIES_PKCS12_HEADER_CUSTOM_KID_ONLY, false)
879908 ms
testSignature(JSON_SIGNATURE_PROPERTIES_PKCS11_HEADER_CUSTOM_KID_ONLY, false)
879970 ms
testSignature(JSON_SIGNATURE_PROPERTIES_PKCS11_HEADER_CUSTOM_KID_ONLY, true)
880015 ms
testSignature(JSON_SIGNATURE_PROPERTIES_JWK_HEADER_CUSTOM_KID_ONLY, false)
880051 ms
testSignature(JSON_SIGNATURE_PROPERTIES_SECRET, false)
880097 ms
testSignature(JSON_SIGNATURE_JKS_KEYSTORE, false)
880120 ms
testSignature(JSON_SIGNATURE_JKS_KEYSTORE_HEADER_CUSTOM, false)
880158 ms
testSignature(JSON_SIGNATURE_PKCS12_KEYSTORE, false)
880195 ms
testSignature(JSON_SIGNATURE_PKCS12_KEYSTORE_HEADER_CUSTOM, false)
880236 ms
testSignature(JSON_SIGNATURE_PKCS11_KEYSTORE, false)
880281 ms
testSignature(JSON_SIGNATURE_PKCS11_KEYSTORE_HEADER_CUSTOM, false)
880319 ms
testSignature(JSON_SIGNATURE_PKCS11_KEYSTORE, true)
880362 ms
testSignature(JSON_SIGNATURE_PKCS11_KEYSTORE_HEADER_CUSTOM, true)
880397 ms
testSignature(JSON_SIGNATURE_JCEKS_KEYSTORE, false)
880434 ms
testSignature(JSON_SIGNATURE_JCEKS_KEYSTORE_HEADER_CUSTOM, false)
880462 ms
testSignature(JSON_SIGNATURE_JWK_KEYS, false)
880490 ms
testSignature(JSON_SIGNATURE_JWK_KEYS_HEADER_CUSTOM, false)
880526 ms
testSignature(JSON_SIGNATURE_JWK_KEY, false)
880567 ms
testSignature(JSON_SIGNATURE_JWK_KEY_HEADER_CUSTOM, false)
880611 ms
testSignature(JSON_SIGNATURE_JWK_SYMMETRIC_KEYS, false)
880652 ms
testSignature(JSON_SIGNATURE_JWK_SYMMETRIC_KEYS_HEADER_CUSTOM, false)
880678 ms
testSignature(JSON_SIGNATURE_JWK_SYMMETRIC_KEY, false)
880703 ms
testSignature(JSON_SIGNATURE_JWK_SYMMETRIC_KEY_HEADER_CUSTOM, false)
880743 ms
testSignature(JSON_SIGNATURE_SECRET, false)
880785 ms
org.openspcoop2.utils.test.security.TestSignatureCRL
testSignatureCrl(JSON_SIGNATURE_PROPERTIES_CRL, false)
880817 ms
testSignatureCrl(JSON_SIGNATURE_PROPERTIES_CRL_HEADER_CUSTOM, false)
881105 ms
testSignatureCrl(JSON_SIGNATURE_PROPERTIES_CRL_HEADER_CUSTOM_KID_ONLY, false)
881341 ms
testSignatureCrl(JSON_SIGNATURE_CRL_KEYSTORE, false)
881559 ms
testSignatureCrl(JSON_SIGNATURE_CRL_KEYSTORE_HEADER_CUSTOM, false)
881668 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...)
881799 ms
testSignatureOcsp_keystore_header_custom(export LD_LIBRARY_PATH=/opt/openssl/openssl-1.1.1w/: ; /opt/openssl/openssl-1.1.1w/apps/openssl, 500...)
893836 ms
testSignatureOcsp_properties(export LD_LIBRARY_PATH=/opt/openssl/openssl-1.1.1w/: ; /opt/openssl/openssl-1.1.1w/apps/openssl, 500...)
905873 ms
testSignatureOcsp_properties_header_custom(export LD_LIBRARY_PATH=/opt/openssl/openssl-1.1.1w/: ; /opt/openssl/openssl-1.1.1w/apps/openssl, 500...)
917909 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...)
929955 ms
org.openspcoop2.utils.test.security.TestVerifyGoogleJWT
testVerifyGoogleJWT
942023 ms
org.openspcoop2.utils.test.serializer.TestJacksonSerializer
testJacksonSerializer
942146 ms
org.openspcoop2.utils.test.transport.TestCORS
testCheckActualNotSimpleHeaders
942277 ms
testCheckActualNotSimplePostWithoutContentType
942288 ms
testCheckActualRequestType
942289 ms
testCheckPreFlightEmptyACRH
942290 ms
testCheckPreFlightInvalidACRM
942291 ms
testCheckPreFlightEmptyACRM
942291 ms
testCheckPreFlightNoACRH
942292 ms
testCheckPreFlightNoACRM
942292 ms
testCheckPreFlightUnsupportedACRH
942293 ms
testCheckPreFlightUnsupportedACRM
942294 ms
testDoFilterDifferentOrigin(https://www.GOVWAY.org)
942295 ms
testDoFilterDifferentOrigin(http://www.govway.org)
942295 ms
testDoFilterDifferentOrigin(https://www.govway.org)
942295 ms
testDoFilterDifferentOrigin(https://www.govway2.org:8443)
942296 ms
testDoFilterDifferentOrigin(https://www.govway2.org)
942296 ms
testDoFilterDifferentOrigin(file://)
942296 ms
testDoFilterDifferentOrigin(null)
942296 ms
testDoFilterEmptyOrigin
942297 ms
testDoFilterInvalidCORSOriginNotAllowed(https://www.GOVWAY.org)
942298 ms
testDoFilterInvalidCORSOriginNotAllowed(https://www.govway2.org)
942298 ms
testDoFilterInvalidCORSOriginNotAllowed(http://www.govway.org)
942298 ms
testDoFilterInvalidCORSOriginNotAllowed(https://www.govway2.org:8443)
942299 ms
testDoFilterInvalidOrigin(http://www.w3.org
)
942299 ms
testDoFilterInvalidOrigin(http://www.w3.org%0d%0a)
942300 ms
testDoFilterInvalidOrigin(http://www.w3.org%0%0d%0ad%0%0d%0aa)
942300 ms
testDoFilterInvalidOrigin(http://www.w3.org%0D%0A)
942300 ms
testDoFilterInvalidOrigin(http://www.w3.org http://altraUrl)
942301 ms
testDoFilterNullOrigin
942301 ms
testDoFilterNullRequestType
942302 ms
testDoFilterPreflightAnyOrigin
942303 ms
testDoFilterPreflight
942303 ms
testDoFilterPreflightAnyOriginAndSupportsCredentials
942304 ms
testDoFilterPreflightAnyOriginAndSupportsCredentialsDisabled
942304 ms
testDoFilterPreflightInvalidOrigin(http://www.govway.org)
942305 ms
testDoFilterPreflightInvalidOrigin(https://www.govway2.org:8443)
942306 ms
testDoFilterPreflightInvalidOrigin(https://www.govway2.org)
942306 ms
testDoFilterPreflightInvalidOrigin(https://www.GOVWAY.org)
942306 ms
testDoFilterPreflightMaxAge
942307 ms
testDoFilterPreflightMoreHeaders
942307 ms
testDoFilterPreflightNegativeMaxAge
942308 ms
testDoFilterSimpleAnyOriginAndSupportsCredentialsDisabled
942309 ms
testDoFilterSimpleAnyOriginAndSupportsCredentials
942309 ms
testDoFilterSimpleHEAD
942310 ms
testDoFilterSimpleGET
942310 ms
testDoFilterSimplePOST(application/x-www-form-urlencoded)
942311 ms
testDoFilterSimplePOST(multipart/form-data)
942311 ms
testDoFilterSimplePOST(text/plain)
942312 ms
testDoFilterSimpleSpecificHeader(application/x-www-form-urlencoded)
942312 ms
testDoFilterSimpleSpecificHeader(text/plain)
942313 ms
testDoFilterSimpleSpecificHeader(multipart/form-data)
942313 ms
testDoFilterSimpleWithExposedHeaders(application/x-www-form-urlencoded)
942314 ms
testDoFilterSimpleWithExposedHeaders(multipart/form-data)
942314 ms
testDoFilterSimpleWithExposedHeaders(text/plain)
942315 ms
org.openspcoop2.utils.test.transport.TestLdap
testCRL(SPRING_FRAMEWORK)
942316 ms
testParsing(SPRING_FRAMEWORK, org.openspcoop2.utils.transport.ldap.LdapQuery@3259610d, ldap://127.0.0.1:9321/dc%...)
942340 ms
testParsing(SPRING_FRAMEWORK, org.openspcoop2.utils.transport.ldap.LdapQuery@2346129, ldap://127.0.0.1:9321/dc%3...)
942361 ms
testParsing(SPRING_FRAMEWORK, org.openspcoop2.utils.transport.ldap.LdapQuery@785e7995, ldap://127.0.0.1:9321/dc%...)
942405 ms
testParsing(SPRING_FRAMEWORK, org.openspcoop2.utils.transport.ldap.LdapQuery@124bf828, ldap://127.0.0.1:9321/dc%...)
942427 ms
testParsing(SPRING_FRAMEWORK, org.openspcoop2.utils.transport.ldap.LdapQuery@32300e6c, ldap://127.0.0.1:9321/dc=...)
942461 ms
testQuery(SPRING_FRAMEWORK, org.openspcoop2.utils.transport.ldap.LdapQuery@5f012810, ldap://127.0.0.1:9321/dc%...)
942480 ms
testQuery(SPRING_FRAMEWORK, org.openspcoop2.utils.transport.ldap.LdapQuery@644e943c, ldap://127.0.0.1:9321/dc%...)
942491 ms
testQuery(SPRING_FRAMEWORK, org.openspcoop2.utils.transport.ldap.LdapQuery@39c03402, ldap://127.0.0.1:9321/dc%...)
942500 ms
testQuery(SPRING_FRAMEWORK, org.openspcoop2.utils.transport.ldap.LdapQuery@56bfb3e9, ldap://127.0.0.1:9321/dc%...)
942507 ms
testQuery(SPRING_FRAMEWORK, org.openspcoop2.utils.transport.ldap.LdapQuery@7b1c296b, ldap://127.0.0.1:9321/dc=...)
942514 ms
org.openspcoop2.utils.test.transport.TestRFC2047
testRFC2047
942522 ms
org.openspcoop2.utils.test.wadl.TestWADLReader
testWadlReader
942542 ms
org.openspcoop2.utils.test.wadl.TestWADLValidator
testWadlValidator
943118 ms
org.openspcoop2.utils.test.xacml.TestXACML
testXACML
943477 ms
org.openspcoop2.utils.test.xml.TestBugEntityReferences
testBugEntityReferences
1015679 ms
org.openspcoop2.utils.test.xml.TestBugFWK005ParseXerces
testBugFWK005ParseXerces_string
1015783 ms
testBugFWK005ParseXerces_xml
1016798 ms
org.openspcoop2.utils.test.xml.TestXMLDiff
testXMLDiff
1016820 ms
org.openspcoop2.utils.test.xml.TestXQuery
testXQuery
1017778 ms
org.openspcoop2.utils.test.xml.TestXXE
testXXE
1019065 ms
org.openspcoop2.utils.test.xml2json.TestJsonXmlPathExpressionEngine
testJsonXmlPathExpressionEngine
1019081 ms
org.openspcoop2.utils.test.xml2json.TestXml2Json
testConverterXml2json
1019297 ms
org.openspcoop2.utils.test.transport.TestLdap
stopServer
1019439 ms