aboutsummaryrefslogtreecommitdiff
path: root/id/server/moa-id-commons/src/main/java/at/gv/egovernment/moa/id/commons/utils/ssl/SSLUtils.java
AgeCommit message (Collapse)AuthorFilesLines
2019-02-12fix bug in UseStandardTrustStore flagThomas Lenz1-1/+1
remove unnecessary maven dependency
2019-02-04update SSLUtils to use default JVM trustStore for SSL connections as optionalThomas Lenz1-9/+35
2018-06-20refactor PVP2 S-Profile implementation and perform first testsThomas Lenz1-1/+1
2017-09-08remove unused codeThomas Lenz1-15/+12
2017-07-25Revert "betaversion for a workaround to solve problem with Java8 >= 141 and ↵Thomas Lenz1-3/+1
SHA1 certificates in certificate chain" This reverts commit c4fe089610dba3d6e8929f6e163538dfae0d18da.
2017-07-25betaversion for a workaround to solve problem with Java8 >= 141 and SHA1 ↵Thomas Lenz1-1/+3
certificates in certificate chain
2017-01-31fix problem with iaik pki-module and worker threadsThomas Lenz1-2/+25
2016-10-24remove MOA-ID specific certStore directory.Thomas Lenz1-6/+10
From now, MOA-ID always use the MOA-SPSS certStore directory for chain building
2016-10-21update SSL certificate revocation-checking method-order if the IAIK_PKI ↵Thomas Lenz1-23/+11
module is used
2016-07-01refactor some more parts of SSL TrustManagerThomas Lenz1-2/+1
2016-03-10MOA-ID, which use MOA-Sig (includes new IAIK-MOA, with iaik_xect, ↵Thomas Lenz1-8/+73
iaik_eccelerate, and new iaik_PKI module
2015-02-19fix some possible problemsThomas Lenz1-1/+0
2015-01-14Apply some minor fixes.Thomas Knall1-0/+1
- Add some FIXMEs. - Fix moa-id-auth web.xml and switch to Servlet 3.0. - Fix moa-id-auth logging (replace commons-logging with commons-logging-slf4j bridge, use log4j native binding). - Adjust logging of periodical tasks (no more logging at info level).
2014-05-07add customized HttpClient which can use the MOA Truststore to verfiy SSL ↵Thomas Lenz1-2/+10
connections
2014-05-07move SSLSocketFactory to moa-id-commonsThomas Lenz1-0/+178