summaryrefslogtreecommitdiff
path: root/bkucommon/src/main
AgeCommit message (Collapse)AuthorFilesLines
2018-09-19mac mocca.app template renewed, important crypto libraries updatedAndreas Abraham1-139/+144
2018-09-18AlgorithmMethodFactoryImpl default constructor removedAndreas Abraham1-6/+1
2018-09-18restructing member access and AlgorithmMethodFactoryImpl constructorAndreas Abraham3-634/+638
2018-09-17Merge branch 'master' into PKIModuleUpdateAndreas Abraham2-334/+340
2018-09-17certstore converter integratedAndreas Abraham1-3/+11
2018-09-14small changesAndreas Abraham1-2/+1
2018-09-14at.gv.egiz.bku.slcommands.impl.xsect.AlgorithmMethodFactoryImpl ↵Andreas Abraham2-334/+340
at.gv.egiz.bku.slcommands.impl.CreateXMLSignatureCommandImpl private member and method changed to protected
2018-09-10new pki module integrationAndreas Abraham2-465/+474
2018-02-08BulkSignature implementationfb-bulksignatureBonato, Martin19-107/+1386
2018-02-08Fix testBonato, Martin2-6/+4
2018-02-06bug fix in CERTIFICATES_KEYS, possible keys are now restrictedAndreas Abraham1-18/+22
2018-01-24fix problem with Stylesheet transformation and CMS signaturesThomas Lenz1-3/+5
2017-11-20Applied Patch RedirectTargetFormbschnalzer2-1/+5
2017-10-30Updated Certs in TrustStore, added Access-Controll-Allow-Originbschnalzer2-26/+18
(Response Header), applied Patch for Signature-Exception-Handling
2017-08-28Added DigiCertServer-CA, Signature mime-type/signing time PAdESbschnalzer2-1/+43
2017-06-23fix another possible XXE, SSRF problem.Thomas Lenz1-1/+9
INFO: DocTypes are disabled by default for all XML content that should be signed with mocca!!! Consequently, XML and XAdES signatures for XML documents that contains a DocType declaration is not possible any more. If DocType declarations are absolutely necessary than this feature can be skipped by set the Java System-Property "-Degiz.mocca.xades.xml.allow.doctype=true"
2017-06-22implement a workaround to fix XXE and SSRF problems in an old ↵Thomas Lenz1-1/+2
XMLStreamParser implementation of a third party library
2016-11-03Only set HostnameVerifier if SSL checks disabledTobias Kellner1-1/+14
2016-11-03Workaround for finding EC OID if ECCelerate not loaded firstTobias Kellner2-4/+4
2015-10-27JavaDoc fixesTobias Kellner30-128/+114
2015-10-27Change default revocation service order for PKI moduleTobias Kellner1-2/+2
2015-10-20RefactorTobias Kellner1-42/+41
2015-10-20Disabling of EC cipher suites not needed anymoreTobias Kellner2-133/+1
2015-10-16Switch to ECCelerateTobias Kellner2-13/+8
2015-08-17Honour PAdESCompatibility flag for CMS signaturesTobias Kellner2-2/+3
2015-03-17Use XAdES 1.4 (and blacklist) by defaultTobias Kellner2-3/+3
2015-03-09Reload XAdES14 Blacklist after set timeTobias Kellner2-11/+37
2015-03-09XAdES1.4 Blacklist addedTobias Kellner3-16/+67
2015-02-04JarLocation fixTobias Kellner2-6/+5
2014-11-18Gemalto ID .Net extension, latest certificate selection algorithm and key ↵Andreas Fitzek1-1/+16
Identifiers 00 - 14 for direct addressing
2014-08-26Block some more SSL cipher suites for Java 8Tobias Kellner1-0/+5
2014-04-16Add GCM variants to disabled ciphersuitestkellner1-0/+8
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@1310 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
2014-03-10Allow 8bit as content transfer encoding for multipart/formdatatkellner1-5/+5
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@1304 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
2014-03-03Allow to initialize IssuerTemplate cache via configtkellner3-5/+115
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@1302 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
2014-03-03Use current commons-configurationtkellner4-10/+11
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@1301 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
2014-03-03Disable cookies in BindingProcessortkellner1-0/+5
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@1296 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
2014-01-15Enable passing CMS Signature data via referencetkellner2-5/+34
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@1294 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
2013-12-19Expand MimeTypes, use for CMSHashDataInputtkellner1-41/+2
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@1268 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
2013-12-13Add ExcludedByteRange to STAL SignatureRequest, honour it for digest calculationtkellner4-13/+95
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@1264 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
2013-12-13Add DigestMethod to STAL SignRequest, check digest value in secure viewertkellner3-5/+13
NOTE: This currently disables viewing signature data which uses the ExcludeByteRange feature, e.g. PAdES signatures. git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@1263 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
2013-12-13Extend STAL to support CMS SignedAttributestkellner2-5/+11
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@1262 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
2013-12-12Add some more mimetypestkellner1-0/+18
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@1260 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
2013-12-12Abuse HashDataInput to store common default reference IDtkellner1-1/+0
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@1252 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
2013-12-12Display CMS data in Secure Viewertkellner3-17/+118
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@1251 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
2013-12-10Pass STAL Signature Exceptiontkellner2-3/+23
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@1250 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
2013-12-10Don't use RIPEMD160 with RSA - not supported in XSecTtkellner1-3/+3
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@1249 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
2013-12-10Correctly wrap X9.62 ECDSA signaturestkellner1-3/+27
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@1248 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
2013-12-10Increase BindingProcessor timeout to 5 min, make configurabletkellner1-9/+25
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@1245 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
2013-12-09Enable enveloping CMS signaturestkellner2-5/+7
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@1243 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
2013-12-09Only use plain ECDSA signature variant for RIPEMD160tkellner1-3/+3
According to Signaturverordnung 2008 git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@1241 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4