Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-08-21 | feat(sl20): add basic certificate-validity check into JWS validation | Thomas | 1 | -0/+0 | |
The check can be disabled by using the configuration property: modules.sl20.security.truststore.need.valid.certificate | |||||
2023-05-08 | feat(core): add in-line method to KeyStoreFactory | Thomas | 6 | -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-11 | refact(core): move JoseUtils into 'eaaf-utils' module | Thomas | 2 | -0/+4 | |
2021-10-21 | add jUnit tests for bPK and HSM-Facade encryption | Thomas | 1 | -0/+9 | |
2021-04-16 | Use custom SSLContext builder to generate BouncyCastle specific TrustManager ↵ | Thomas | 6 | -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-18 | update root-certificate of HSM-Facade for integration tests | Thomas | 1 | -8/+10 | |
2020-06-23 | add new pendingRequestId generation-strategy that uses ↵ | Thomas Lenz | 4 | -1/+53 | |
authenticated-encryption protect the internal pendingRequesttId | |||||
2020-05-29 | update HttpClientBuilder factory to add 'ServiceUnavailableRetryStrategy' ↵ | Thomas Lenz | 1 | -3/+3 | |
injection fix broken jUnit test | |||||
2020-05-11 | update HttpClientFactory to facilitate request retrying in case of an error | Thomas Lenz | 1 | -1/+5 | |
2020-05-05 | first tests for SSL Client Auth. with HSM-Facade | Thomas Lenz | 3 | -2/+9 | |
2020-02-20 | add two jUnit test and CodeStyle modifications | Thomas Lenz | 1 | -18/+8 | |
2020-02-17 | update jUnit tests to operate on HSM Facade from A-Sit+ | Thomas Lenz | 1 | -0/+20 | |
2020-02-14 | add common-code for KeyStore and Credential handling | Thomas Lenz | 1 | -0/+0 | |
2020-02-14 | Integrate HSM Facade from A-SIT+ | Thomas Lenz | 5 | -0/+45 | |
The EaafKeyStoreFactory can be used to build KeyStores from differend providers and types |