aboutsummaryrefslogtreecommitdiff
path: root/pdf-as-lib
AgeCommit message (Collapse)AuthorFilesLines
2023-12-19chore(core): update third-party libsThomas1-3/+3
2023-12-19Merge branch 'feature/issue_68' into developmentThomas1-1/+1
# Conflicts: # pdf-as-pdfbox-2/src/main/java/at/gv/egiz/pdfas/lib/impl/signing/pdfbox2/PADESPDFBOXSigner.java # pdf-as-pdfbox-2/src/test/java/at/gv/egiz/pdfas/lib/testpdfbox/SignatureFieldsAndPlaceHolderExtractorTest.java
2023-11-07feat(core): check validity of signer certificate before signingThomas1-2/+20
2023-08-30style(core): just some code-style workThomas2-131/+126
2023-08-10fix(core): wrong default value in case of isValue(...) methodThomas1-1/+1
2023-06-27test(core): actived and fix some more testsThomas2-18/+23
2023-06-27feat(web): add request parameter to enable/disable QR-code placeholder ↵Thomas4-13/+45
searching on request level
2023-06-27chore(core): add missing interface implementationsThomas3-0/+36
2023-06-27feat(placeholder): add configuration value to disable profile over-write by ↵Thomas2-0/+3
placehoder information
2023-06-27chore(core): add methods to get boolean configuration-values into ↵Thomas1-0/+16
configuration class
2023-06-26refact(placeholder): clean-up, bugfix and optimize QR-Code placeholder detectionThomas10-818/+562
Major re-factoring of QR-Code detection with huge clean-up of code.
2023-06-26fix(core): down-grade ZXing QR-Code reader to 3.5.0Thomas1-2/+2
Reason: Version 3.5.1 can not read many QR-placeholders, because it does not find a QR-code in image. However, the QR-Codes can be decoded by many other tools.
2023-04-11chore(core) remove unused configuration fileThomas1-23/+0
2023-04-11chore(pdf-as-web): optimize error-handlingThomas2-0/+6
Before, PDFASExceptions are dispalyed as generic errors
2023-03-20chore(core): update third-party libsThomas1-3/+3
2023-01-13fix(sigblock): invalid preview in case of sig-blocks with more than half ↵Thomas1-1/+1
page height Issue: #68 ## Info: This is only a work-around, because it looks like a general issue in methods to create visual signature tables. T
2023-01-12feat(sigblock): validate signature-profile information provided by QR-code ↵Thomas2-2/+4
placeholder Issue: #64
2023-01-12fix(sigblock): down-grade QR-code reader lib, because latest version can not ↵Thomas1-2/+2
read placeholder images
2023-01-12fix(sigblock): add mapping to support old RFC2255 names in signature-profile ↵Thomas1-6/+2
configurations Issue: #70 Add a mapping table into DNUtils to map specific RDN names to old format
2023-01-12test(sigblock): add jUnit test to check title attribute of signer nameThomas2-0/+154
2023-01-12chore(sl): check Security-Layer error-codes to distinguish between critical ↵Thomas1-495/+514
and non-critical errors Issue: #71
2023-01-12chore(profiles): switch to https://www.signaturpruefung.gv.at for signature ↵Thomas12-25/+25
profiles Issue: #72
2023-01-12build(core): optimize dependency managementThomas2-4/+2
2023-01-12Merge branch 'development' into 'feature/issue_73'Thomas Lenz4-10/+10
# Conflicts: # build.gradle # pdf-as-pdfbox-2/src/main/java/at/gv/egiz/pdfas/lib/impl/signing/pdfbox2/PADESPDFBOXSigner.java
2023-01-12feat(signatureblock): optimize processing for signed documents with less ↵Thomas2-1/+7
space for signature block Issue #73 add configuration property to stop signing process if document has less space for new signature block and new page is not allowed because document is already signed
2023-01-12build(core): update third-party libsThomas4-10/+10
2022-01-20Update logback (CVE-2021-42550) + other dependenciesGerald Palfinger1-1/+1
2022-01-20Update commons-ioGerald Palfinger1-1/+1
2022-01-20Update dependenciesGerald Palfinger1-1/+1
2022-01-13fix(#55): update iaik_jce again because Commit 32a921cb adds an old version tooThomas8-4/+4
2022-01-13Issue 55Thomas Lenz1-0/+0
2021-07-22added getNextUnusedSignaturePlaceHolder => pdf over needs next unused ↵Alexander Marsalek1-1/+12
placeholder issue #54
2021-07-07Workaround for issue #51Alexander Marsalek1-1/+17
2021-06-30release v4.2.0Alexander Marsalek1-1/+0
2021-06-25fix for issue #47Alexander Marsalek1-0/+3
2021-06-23more testsAlexander Marsalek2-38/+59
2021-06-23set encoding to UTF-8Alexander Marsalek1-0/+1
2021-06-23one more testAlexander Marsalek1-0/+2
2021-06-23added test for umlauteAlexander Marsalek1-1/+13
2021-06-16ignore empty signatureblock parameters via pdf-as-web form, still RC1Alexander Marsalek1-1/+0
2021-06-16removed System.outAlexander Marsalek1-1/+1
2021-06-16v4.2.0-RC1 workaround to get implementation and specification version from ↵Alexander Marsalek1-3/+50
manifest
2021-06-01nullpointer fix pdf-as-webAlexander Marsalek1-0/+3
2021-04-20fix?Alexander Marsalek2-0/+67
2021-04-16added test & error messageAlexander Marsalek1-1/+1
2021-04-15pass empty map if no map is suppliedAlexander Marsalek1-1/+4
2021-04-14added testAlexander Marsalek1-2/+0
2021-04-14added sbp checkAlexander Marsalek6-4/+78
2021-04-12rename constantAlexander Marsalek2-2/+2
2021-04-12pdf-as-web signature block parameter handlingAlexander Marsalek4-8/+12