summaryrefslogtreecommitdiff
path: root/eaaf_modules/eaaf_module_pvp2_core/src
AgeCommit message (Collapse)AuthorFilesLines
2023-08-30chore(saml2): remove some deprecated methods and switch to new oneThomas8-16/+16
2023-05-22chore(saml2): optimize metadata signature-verification filterThomas2-11/+121
Select trusted X509 certificates based on KeyInfo from XML-Signature, if possible
2023-05-11chore(core): update third-party libsThomas2-2/+4
2023-01-18fix(saml2): support XML decryption by using key from HSM-FacadeThomas6-15/+239
Details: openSAML4 uses org.apache.xml.security.algorithms.JCEMapper to define JCE cryptoprovider for openSAML crypto. operations. However, this JCEMapper is not used for openSAML Decrypter, so it must be set manually.
2022-12-19feat(core): support not-notified eIDAS LoAThomas1-9/+10
2022-05-20test(saml2): fix signature-verification test because we get a valid ↵Thomas1-1/+1
errorCode now
2022-01-09chore(SAML2): update implementation to remove usage of deprecated ↵Thomas4-19/+19
openSAML4.x API
2022-01-08Merge branch 'opensaml_4.x' into nightlyBuildThomas31-271/+312
# Conflicts: # eaaf_modules/eaaf_module_pvp2_core/src/main/java/at/gv/egiz/eaaf/modules/pvp2/impl/metadata/PvpMetadataResolverAdapter.java # eaaf_modules/eaaf_module_pvp2_core/src/main/java/at/gv/egiz/eaaf/modules/pvp2/impl/verification/SamlVerificationEngine.java # eaaf_modules/eaaf_module_pvp2_core/src/test/java/at/gv/egiz/eaaf/modules/pvp2/test/binding/SoapBindingTest.java # eaaf_modules/eaaf_module_pvp2_core/src/test/java/at/gv/egiz/eaaf/modules/pvp2/test/dummy/DummyMetadataProvider.java # eaaf_modules/eaaf_module_pvp2_idp/src/main/java/at/gv/egiz/eaaf/modules/pvp2/idp/impl/AbstractPvp2XProtocol.java # eaaf_modules/eaaf_module_pvp2_sp/src/main/java/at/gv/egiz/eaaf/modules/pvp2/sp/impl/PvpAuthnRequestBuilder.java # pom.xml
2021-12-06update IGuiBuilderConfiguration to indicate asynchronous GUI renderingThomas1-0/+5
2021-10-06fix wrong or messing log messagesThomas1-0/+2
2021-07-01add tracelog into SAML2 verification engineThomas6-0/+371
2021-04-20update third-party libs and verify / fix some jUnit testsThomas3-20/+19
2021-03-12refactor some code to Java Stream APIThomas1-1/+1
2021-02-18update root-certificate of HSM-Facade for integration testsThomas1-8/+10
2021-01-25refactor PVP2 IDP module to support more than one IPvpMetadataProvider in ↵Thomas Lenz3-47/+84
one application
2020-10-13fix missing method in mockup-classThomas Lenz1-0/+5
2020-10-08update cleanUp() in AbstractChainingMetadataProvider to support own ↵Thomas Lenz3-11/+35
PVPMetadataAdapter
2020-06-19fix broken jUnit tests (update HSM-Facade certificates)Thomas Lenz2-19/+23
2020-06-10Add new AttributeBuilder registrationThomas Lenz1-59/+14
2020-06-03fix broken jUnit testsThomas Lenz1-34/+2
2020-04-08add log message in OpenSAML initializer to 4.xThomas Lenz1-12/+11
2020-04-08refactor to OpenSAML 4.xThomas Lenz29-292/+329
2020-03-26some more editorial changesThomas Lenz4-13/+28
2020-03-26fix codestyleThomas Lenz5-47/+54
2020-03-20refactor SAML2 metadata signature-filter to use a TrustStore implementation ↵Thomas Lenz4-90/+142
to get trusted X509 certificates
2020-03-20switch to HSM-Facade 0.4-Snapshot and fix possible race-condition between ↵Thomas Lenz4-50/+70
jUnit tests
2020-03-11refactor HttpClientFactory.java to build HTTP clients with different ↵Thomas Lenz5-5/+5
authentication mechanisms
2020-02-25update eaaf-utils to HSM-Facade v0.3.0-SNAPSHOTThomas Lenz1-3/+0
2020-02-20add two jUnit test and CodeStyle modificationsThomas Lenz19-148/+189
2020-02-18update broken DummyPvpConfiguration.java JavaDocThomas Lenz1-1/+1
2020-02-18update jUnit test for module specific message sourcesThomas Lenz1-8/+11
2020-02-18add JavaDocThomas Lenz1-4/+59
2020-02-17update EaafKeyStoreFactory to get the Security Provider if the KeyStore ↵Thomas Lenz1-27/+31
depends on a special provider implementation
2020-02-17add jUnit tests for HSM Facade integration.Thomas Lenz7-292/+589
2020-02-17update jUnit tests to operate on HSM Facade from A-Sit+Thomas Lenz3-28/+72
2020-02-17fix one broken jUnit testThomas Lenz2-0/+42
add one new jUnit test
2020-02-17Merge branch 'feature/hsmfacade' into nightlyBuildThomas Lenz7-68/+132
# Conflicts: # eaaf_modules/eaaf_module_pvp2_core/src/main/java/at/gv/egiz/eaaf/modules/pvp2/impl/metadata/AbstractChainingMetadataProvider.java # eaaf_modules/eaaf_module_pvp2_idp/src/test/resources/spring/test_eaaf_core.beans.xml
2020-02-14add common-code for KeyStore and Credential handlingThomas Lenz1-2/+9
2020-02-14Integrate HSM Facade from A-SIT+Thomas Lenz8-131/+135
The EaafKeyStoreFactory can be used to build KeyStores from differend providers and types
2020-02-10Hack: Integrate HsmFacade for signing operationsChristian Kollmann3-8/+50
2020-02-06add more jUnit testThomas Lenz8-121/+522
2020-02-06Refactor SamlVerificationEngineThomas Lenz19-62/+1717
add some more jUnit tests
2020-02-05fix junit test that uses expired metadata for testingThomas Lenz2-37/+30
2020-02-05refactor refresh process in AbstractChainingMetadataProviderThomas Lenz1-19/+44
2020-02-05Extract interface from AbstractCredentialProvider.javaThomas Lenz6-70/+214
Add new interface IPvpAddableChainingMetadataProvider.java and implement it in AbstractChainingMetadataProvider.java Fix possible nullPointer in Saml2Utils.java
2020-02-05add Trusted-Certificates method to AbstractCredentialProviderThomas Lenz20-103/+720
add jUnit tests for AbstractCredentialProvider change method names in AbstractCredentialProvider
2020-02-04first stable version that uses OpenSAML 3.xThomas Lenz62-1033/+4101
2020-02-02some more OpenSAML3 refactoring stuffThomas17-629/+638
2020-01-31a lot of more OpenSAML3 refactoring staffThomas Lenz66-1216/+3216
This version is also NOT stable!
2020-01-28first steps in openSAML3 refactoringThomas Lenz27-253/+271