summaryrefslogtreecommitdiff
path: root/eaaf_core_utils/src/test/resources/data
AgeCommit message (Collapse)AuthorFilesLines
2023-08-21feat(sl20): add basic certificate-validity check into JWS validationThomas1-0/+0
The check can be disabled by using the configuration property: modules.sl20.security.truststore.need.valid.certificate
2023-05-08feat(core): add in-line method to KeyStoreFactoryThomas6-0/+115
The keystore type 'inline' can be used to build a keystore by using PEM encoded certificate and key files. Example: pkcs12:keystore?private=certs/key.pem&cert=certs/certificate.pem
2022-08-11refact(core): move JoseUtils into 'eaaf-utils' moduleThomas2-0/+4
2021-04-16Use custom SSLContext builder to generate BouncyCastle specific TrustManager ↵Thomas6-0/+27
in case of keys base on HSM-Facade, because SSLContext based on BCJSSE needs BCJSSE TrustManager BCJSSE is not compatible to SunJSSE TrustManager in Java >= 9
2021-02-18update root-certificate of HSM-Facade for integration testsThomas1-8/+10
2020-06-23add new pendingRequestId generation-strategy that uses ↵Thomas Lenz2-1/+22
authenticated-encryption protect the internal pendingRequesttId
2020-05-29update HttpClientBuilder factory to add 'ServiceUnavailableRetryStrategy' ↵Thomas Lenz1-3/+3
injection fix broken jUnit test
2020-05-11update HttpClientFactory to facilitate request retrying in case of an errorThomas Lenz1-1/+5
2020-05-05first tests for SSL Client Auth. with HSM-FacadeThomas Lenz1-0/+5
2020-02-20add two jUnit test and CodeStyle modificationsThomas Lenz1-18/+8
2020-02-17update jUnit tests to operate on HSM Facade from A-Sit+Thomas Lenz1-0/+20
2020-02-14add common-code for KeyStore and Credential handlingThomas Lenz1-0/+0
2020-02-14Integrate HSM Facade from A-SIT+Thomas Lenz3-0/+3
The EaafKeyStoreFactory can be used to build KeyStores from differend providers and types