-
Notifications
You must be signed in to change notification settings - Fork 47
Comparing changes
Open a pull request
base repository: ebics-java/ebics-java-client
base: zkb-xe2
head repository: ebics-java/ebics-java-client
compare: master
- 12 commits
- 21 files changed
- 4 contributors
Commits on Nov 24, 2025
-
Merge pull request #40 from ebics-java/zkb-xe2
support BTUOrderParams for EBICS 3.0 request
Configuration menu - View commit details
-
Copy full SHA for cdb483d - Browse repository at this point
Copy the full SHA cdb483dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5dbb782 - Browse repository at this point
Copy the full SHA 5dbb782View commit details
Commits on Apr 8, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 81685a6 - Browse repository at this point
Copy the full SHA 81685a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 946bd4c - Browse repository at this point
Copy the full SHA 946bd4cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5bebe9d - Browse repository at this point
Copy the full SHA 5bebe9dView commit details -
Configuration menu - View commit details
-
Copy full SHA for abd0b8d - Browse repository at this point
Copy the full SHA abd0b8dView commit details
Commits on Apr 9, 2026
-
Merge pull request #45 from mstohr1975/feature/configurable-certifica…
…te-params feat(certificate): make key length and validity years configurable
Configuration menu - View commit details
-
Copy full SHA for 6feb6ad - Browse repository at this point
Copy the full SHA 6feb6adView commit details -
Merge pull request #46 from mstohr1975/feature/parameterized-launcher
feat(cli): add parameterized launcher for runtime-configured environments
Configuration menu - View commit details
-
Copy full SHA for c09a1ae - Browse repository at this point
Copy the full SHA c09a1aeView commit details
Commits on Apr 18, 2026
-
Bump org.bouncycastle:bcprov-jdk18on from 1.82 to 1.84
Bumps [org.bouncycastle:bcprov-jdk18on](https://github.com/bcgit/bc-java) from 1.82 to 1.84. - [Changelog](https://github.com/bcgit/bc-java/blob/main/docs/releasenotes.html) - [Commits](https://github.com/bcgit/bc-java/commits) --- updated-dependencies: - dependency-name: org.bouncycastle:bcprov-jdk18on dependency-version: '1.84' dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 985f049 - Browse repository at this point
Copy the full SHA 985f049View commit details
Commits on May 22, 2026
-
fix(letter): hash DER certificate in INI/HIA letters for EBICS 3.0
The letters printed the SHA-256 of the public key by default, but the INI/HIA requests always transmit the X.509 certificate. Under H005 the letter must carry the SHA-256 of the DER-encoded certificate (spec 4.4.1.2.3), which the bank verifies against the request — the public-key hash failed bank-side verification fixes #49
Configuration menu - View commit details
-
Copy full SHA for 2818fa9 - Browse repository at this point
Copy the full SHA 2818fa9View commit details
Commits on May 27, 2026
-
Merge pull request #47 from ebics-java/dependabot/maven/org.bouncycas…
…tle-bcprov-jdk18on-1.84 Bump org.bouncycastle:bcprov-jdk18on from 1.82 to 1.84
Configuration menu - View commit details
-
Copy full SHA for 4787893 - Browse repository at this point
Copy the full SHA 4787893View commit details -
refactor: replace commons-codec with JDK Base64/HexFormat, drop gnu-c…
…rypto Java 17 ships java.util.Base64 (since 8) and java.util.HexFormat (since 17), so commons-codec is redundant. gnu-crypto was declared in pom.xml but never imported.
Configuration menu - View commit details
-
Copy full SHA for 901faa3 - Browse repository at this point
Copy the full SHA 901faa3View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff zkb-xe2...master