summaryrefslogtreecommitdiff
path: root/eaaf_core_utils/src/test
AgeCommit message (Expand)AuthorFilesLines
2023-08-21feat(sl20): add basic certificate-validity check into JWS validationThomas3-3/+71
2023-07-12feat(hsm-facade): make trusted SSL-certificate optional for HSM-Facade initia...Thomas1-20/+17
2023-06-06fix(core): add some more allowed classes to Exception deserialization.Thomas1-0/+29
2023-05-15chore(utils): optimize type-specific deserializationThomas1-0/+3
2023-05-15feat(utils): optimize custom Java serialization implementationThomas1-0/+214
2023-05-08feat(core): add in-line method to KeyStoreFactoryThomas8-0/+338
2023-02-06feat(http): add request interceptor to pre-emptive HTTP Basic authenticationThomas1-0/+33
2022-08-11refact(core): move JoseUtils into 'eaaf-utils' moduleThomas3-0/+88
2022-06-08test(ssl): ignore SSL Client-Authentication test with prod. endpointThomas1-0/+2
2022-05-09test(http): fix possible false-positive test resultsThomas2-5/+12
2022-04-19test(http): add second SSL client authentication testThomas1-24/+17
2022-01-19test(core): add extension of 'AuthenticatedEncryptionPendingRequestIdGenerati...Thomas1-0/+39
2021-11-02add timezone to verifiable pendingRequestId'sThomas1-1/+1
2021-10-22add deadline into HSM-Facade Health-Check that fails this test if HSM-Facade ...Thomas1-0/+1
2021-10-21add jUnit tests for bPK and HSM-Facade encryptionThomas4-0/+392
2021-09-20switch to HSM-Facade 0.7.2 and add optional configuration property for gRPC d...Thomas1-0/+28
2021-09-03ignore jUnit in EaafKeyStoreFactoryTest because it looks conceptional invalidThomas1-0/+2
2021-04-16Merge branch 'feature/small_changes' into feature/VT-21-016Thomas8-0/+221
2021-04-16Use custom SSLContext builder to generate BouncyCastle specific TrustManager ...Thomas8-0/+221
2021-03-12refactor some code to Java Stream APIThomas1-1/+2
2021-03-11refactor BpkBuilder in eaaf-utilsThomas1-0/+489
2021-02-19update Dummy class for jUnit testsThomas1-1/+1
2021-02-18update root-certificate of HSM-Facade for integration testsThomas1-8/+10
2021-01-07add a second Apache Http-Client response-handler as default implementationThomas Lenz1-7/+19
2020-12-28update to HSM-Facade v0.6.0 and add HealthCheck functionalityThomas Lenz1-1/+33
2020-12-09Merge branch 'feature/gitlabci' into 'nightlyBuild'Thomas Lenz5-38/+46
2020-12-07update jUnit tests to fix problem with execution orderThomas Lenz5-38/+46
2020-11-09refactor error-handling in pending-request generation-stategiesThomas Lenz1-51/+12
2020-09-08fix some broken jUnit testsThomas Lenz1-1/+1
2020-06-23add new pendingRequestId generation-strategy that uses authenticated-encrypti...Thomas Lenz6-1/+579
2020-06-19fix broken jUnit tests (update HSM-Facade certificates)Thomas Lenz1-6/+8
2020-06-19activates HSM-Facade, if HSM-Facade-Provider is an already loaded Java Securi...Thomas Lenz1-1/+23
2020-06-18add symmetric-key functionality into EaafKeyStoreFactory that supports passph...Thomas Lenz2-0/+324
2020-06-03fix broken jUnit testsThomas Lenz1-92/+93
2020-05-29update HttpClientBuilder factory to add 'ServiceUnavailableRetryStrategy' inj...Thomas Lenz2-4/+7
2020-05-11update HttpClientFactory to facilitate request retrying in case of an errorThomas Lenz2-1/+211
2020-05-05finish SSLContext creation by using KeyStore from HSM-FacadeThomas Lenz1-15/+12
2020-05-05first tests for SSL Client Auth. with HSM-FacadeThomas Lenz4-9/+54
2020-05-05add empty core-configuration for HSM-Facade into HttpClientFactoryTestThomas Lenz1-2/+9
2020-04-08fix broken jUnit test that selects wrong trusted SSL-Client certificateThomas Lenz1-0/+2
2020-03-26some more editorial changesThomas Lenz1-12/+12
2020-03-25some codestyle changesThomas Lenz1-12/+13
2020-03-11refactor HttpClientFactory.java to build HTTP clients with different authenti...Thomas Lenz1-0/+328
2020-02-25update eaaf-utils to HSM-Facade v0.3.0-SNAPSHOTThomas Lenz1-40/+0
2020-02-20add two jUnit test and CodeStyle modificationsThomas Lenz1-18/+8
2020-02-18update jUnit test for module specific message sourcesThomas Lenz1-10/+13
2020-02-17update EaafKeyStoreFactory to get the Security Provider if the KeyStore depen...Thomas Lenz1-17/+31
2020-02-17add jUnit tests for HSM Facade integration.Thomas Lenz1-2/+32
2020-02-17update jUnit tests to operate on HSM Facade from A-Sit+Thomas Lenz2-64/+99
2020-02-14add common-code for KeyStore and Credential handlingThomas Lenz2-0/+81