Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-02-05 | fix junit test that uses expired metadata for testing | Thomas Lenz | 2 | -37/+30 | |
2020-02-05 | refactor generic error-handling to solve possible invalid error-response in ↵ | Thomas Lenz | 2 | -124/+183 | |
SL2.0 | |||||
2020-02-05 | refactor refresh process in AbstractChainingMetadataProvider | Thomas Lenz | 2 | -39/+64 | |
2020-02-05 | Extract interface from AbstractCredentialProvider.java | Thomas Lenz | 10 | -80/+224 | |
Add new interface IPvpAddableChainingMetadataProvider.java and implement it in AbstractChainingMetadataProvider.java Fix possible nullPointer in Saml2Utils.java | |||||
2020-02-05 | add Trusted-Certificates method to AbstractCredentialProvider | Thomas Lenz | 23 | -132/+730 | |
add jUnit tests for AbstractCredentialProvider change method names in AbstractCredentialProvider | |||||
2020-02-04 | first stable version that uses OpenSAML 3.x | Thomas Lenz | 84 | -1230/+4727 | |
2020-02-02 | some more OpenSAML3 refactoring stuff | Thomas | 19 | -650/+658 | |
2020-01-31 | a lot of more OpenSAML3 refactoring staff | Thomas Lenz | 81 | -1366/+3383 | |
This version is also NOT stable! | |||||
2020-01-28 | first steps in openSAML3 refactoring | Thomas Lenz | 28 | -331/+337 | |
2020-01-28 | fix typo and remove @deprecated flags | Thomas Lenz | 1 | -0/+5 | |
2019-12-12 | refactor PVP2 IDP to allow generic post-processing of SAML2 AuthnRequests | Thomas Lenz | 2 | -10/+41 | |
2019-12-11 | fix bug in PVP2 implementation | Thomas Lenz | 1 | -1/+1 | |
2019-12-09 | fix one type | Thomas Lenz | 3 | -6/+6 | |
add TestClass | |||||
2019-12-05 | fix some refactoring problems | Thomas | 1 | -1/+1 | |
2019-12-05 | some code code-style modifications | Thomas | 103 | -1558/+1387 | |
active code-quality checks! | |||||
2019-12-04 | to some more code quality tasks | Thomas | 33 | -155/+205 | |
2019-12-04 | common EGIZ code-style refactoring | Thomas Lenz | 197 | -13228/+13424 | |
2019-12-04 | switch to v1.1.0-Snapshot | Thomas Lenz | 4 | -4/+4 | |
2019-12-02 | switch to next snapshot version | Thomas Lenz | 6 | -6/+6 | |
2019-11-29 | switch to version 1.0.13.1v1.0.13.1 | Thomas Lenz | 6 | -6/+6 | |
2019-11-28 | refactor MOA-Sig initializer | Thomas | 2 | -33/+63 | |
2019-11-28 | close MOA-Sig transaction context | Thomas Lenz | 3 | -127/+136 | |
2019-11-28 | switch to version 1.0.13 | Thomas Lenz | 6 | -6/+6 | |
2019-11-28 | refactor MOA-Sig initialization to treat with initialization problems on ↵ | Thomas Lenz | 5 | -162/+210 | |
some system | |||||
2019-11-14 | refactor JoseTools to support JWS signature verification by using one truststore | Thomas Lenz | 2 | -71/+136 | |
2019-11-12 | switch to 1.0.13-SNAPSHOT | Thomas Lenz | 6 | -6/+6 | |
2019-11-12 | refactor AuthModule interface to inject current IRequest into selectProcess ↵ | Thomas Lenz | 1 | -3/+3 | |
method | |||||
2019-09-16 | fix problems after interface refactoring | Thomas Lenz | 1 | -1/+3 | |
2019-09-13 | switch version to 1.0.12-SNAPSHOT | Thomas Lenz | 6 | -6/+6 | |
2019-09-11 | switch to next snapshot version | Thomas Lenz | 6 | -6/+6 | |
2019-08-20 | switch to 1.0.101.0.10 | Thomas Lenz | 6 | -6/+6 | |
2019-08-20 | some small fixes | Thomas Lenz | 1 | -1/+1 | |
2019-08-07 | switch to next snapshot version | Thomas Lenz | 6 | -6/+6 | |
2019-08-07 | switch to version 1.0.9 | Thomas Lenz | 6 | -6/+6 | |
2019-08-06 | verifyXML: parametrize xpath pointing to Signature location | Christof Rabensteiner | 2 | -10/+59 | |
- Add two methods to public interface of ISignatureVerificationService, where caller can specify xpath. - Ignore intellj project files. | |||||
2019-08-06 | Merge branch 'nightlyBuild' of gitlab.iaik.tugraz.at:egiz/eaaf_components ↵ | Christof Rabensteiner | 6 | -6/+6 | |
into nightlyBuild | |||||
2019-08-06 | switch to new version 1.0.9-snapshot | Thomas Lenz | 6 | -6/+6 | |
2019-08-05 | add AbstractLocaleAuthServletTask.java into EAAF-core1.0.8 | Thomas Lenz | 1 | -24/+1 | |
move a misplaced log message change maven repo paths to one single egiz repo | |||||
2019-08-05 | remove some more certs from jUnit Truststore | Thomas Lenz | 3 | -0/+0 | |
2019-08-05 | remove certs from jUnit truststore | Thomas Lenz | 3 | -0/+0 | |
2019-08-02 | switch back to own mirror | Thomas Lenz | 1 | -2/+2 | |
2019-08-02 | move dependencies into other sub-folder | Thomas Lenz | 19 | -0/+24 | |
2019-08-02 | add openSAML into local repo | Thomas Lenz | 18 | -0/+640 | |
2019-08-02 | Merge branch 'nightlyBuild' | Thomas Lenz | 1 | -1/+1 | |
2019-08-02 | patch xpath expression that selects dsig:Signature | Christof Rabensteiner | 1 | -1/+1 | |
- Problem: xpath that determines dsig:Signature element only selects first-order child elements. - Fix: Add "//"-prefix to xpath expression, which "selects nodes in the document from the current node that match the selection no matter where they are" [1] [1] https://www.w3schools.com/xml/xpath_syntax.asp | |||||
2019-08-02 | add .pom files for IAIK jars | Thomas Lenz | 47 | -0/+446 | |
2019-07-31 | fix wrong dependency | Thomas Lenz | 1 | -1/+1 | |
2019-07-30 | update repo path | Thomas Lenz | 1 | -1/+1 | |
2019-07-30 | add dependencies | Thomas Lenz | 19 | -80/+134 | |
2019-07-30 | update pom's | Thomas Lenz | 6 | -14/+14 | |