Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-02-06 | bug fix in CERTIFICATES_KEYS, possible keys are now restricted | Andreas Abraham | 1 | -18/+22 | |
2018-01-24 | fix problem with Stylesheet transformation and CMS signatures | Thomas Lenz | 1 | -3/+5 | |
2017-11-20 | Applied Patch RedirectTargetForm | bschnalzer | 2 | -1/+5 | |
2017-10-30 | Updated Certs in TrustStore, added Access-Controll-Allow-Origin | bschnalzer | 2 | -26/+18 | |
(Response Header), applied Patch for Signature-Exception-Handling | |||||
2017-08-28 | Added DigiCertServer-CA, Signature mime-type/signing time PAdES | bschnalzer | 2 | -1/+43 | |
2017-06-23 | fix another possible XXE, SSRF problem. | Thomas Lenz | 1 | -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-22 | implement a workaround to fix XXE and SSRF problems in an old ↵ | Thomas Lenz | 1 | -1/+2 | |
XMLStreamParser implementation of a third party library | |||||
2016-11-03 | Only set HostnameVerifier if SSL checks disabled | Tobias Kellner | 1 | -1/+14 | |
2016-11-03 | Workaround for finding EC OID if ECCelerate not loaded first | Tobias Kellner | 2 | -4/+4 | |
2015-10-27 | JavaDoc fixes | Tobias Kellner | 30 | -128/+114 | |
2015-10-27 | Change default revocation service order for PKI module | Tobias Kellner | 1 | -2/+2 | |
2015-10-20 | Refactor | Tobias Kellner | 1 | -42/+41 | |
2015-10-20 | Disabling of EC cipher suites not needed anymore | Tobias Kellner | 2 | -133/+1 | |
2015-10-16 | Switch to ECCelerate | Tobias Kellner | 2 | -13/+8 | |
2015-08-17 | Honour PAdESCompatibility flag for CMS signatures | Tobias Kellner | 2 | -2/+3 | |
2015-03-17 | Use XAdES 1.4 (and blacklist) by default | Tobias Kellner | 2 | -3/+3 | |
2015-03-09 | Reload XAdES14 Blacklist after set time | Tobias Kellner | 2 | -11/+37 | |
2015-03-09 | XAdES1.4 Blacklist added | Tobias Kellner | 3 | -16/+67 | |
2015-02-04 | JarLocation fix | Tobias Kellner | 2 | -6/+5 | |
2014-11-18 | Gemalto ID .Net extension, latest certificate selection algorithm and key ↵ | Andreas Fitzek | 1 | -1/+16 | |
Identifiers 00 - 14 for direct addressing | |||||
2014-08-26 | Block some more SSL cipher suites for Java 8 | Tobias Kellner | 1 | -0/+5 | |
2014-04-16 | Add GCM variants to disabled ciphersuites | tkellner | 1 | -0/+8 | |
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@1310 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4 | |||||
2014-03-10 | Allow 8bit as content transfer encoding for multipart/formdata | tkellner | 1 | -5/+5 | |
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@1304 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4 | |||||
2014-03-03 | Allow to initialize IssuerTemplate cache via config | tkellner | 3 | -5/+115 | |
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@1302 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4 | |||||
2014-03-03 | Use current commons-configuration | tkellner | 4 | -10/+11 | |
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@1301 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4 | |||||
2014-03-03 | Disable cookies in BindingProcessor | tkellner | 1 | -0/+5 | |
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@1296 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4 | |||||
2014-01-15 | Enable passing CMS Signature data via reference | tkellner | 2 | -5/+34 | |
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@1294 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4 | |||||
2013-12-19 | Expand MimeTypes, use for CMSHashDataInput | tkellner | 1 | -41/+2 | |
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@1268 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4 | |||||
2013-12-13 | Add ExcludedByteRange to STAL SignatureRequest, honour it for digest calculation | tkellner | 4 | -13/+95 | |
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@1264 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4 | |||||
2013-12-13 | Add DigestMethod to STAL SignRequest, check digest value in secure viewer | tkellner | 3 | -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-13 | Extend STAL to support CMS SignedAttributes | tkellner | 2 | -5/+11 | |
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@1262 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4 | |||||
2013-12-12 | Add some more mimetypes | tkellner | 1 | -0/+18 | |
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@1260 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4 | |||||
2013-12-12 | Abuse HashDataInput to store common default reference ID | tkellner | 1 | -1/+0 | |
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@1252 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4 | |||||
2013-12-12 | Display CMS data in Secure Viewer | tkellner | 3 | -17/+118 | |
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@1251 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4 | |||||
2013-12-10 | Pass STAL Signature Exception | tkellner | 2 | -3/+23 | |
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@1250 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4 | |||||
2013-12-10 | Don't use RIPEMD160 with RSA - not supported in XSecT | tkellner | 1 | -3/+3 | |
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@1249 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4 | |||||
2013-12-10 | Correctly wrap X9.62 ECDSA signatures | tkellner | 1 | -3/+27 | |
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@1248 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4 | |||||
2013-12-10 | Increase BindingProcessor timeout to 5 min, make configurable | tkellner | 1 | -9/+25 | |
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@1245 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4 | |||||
2013-12-09 | Enable enveloping CMS signatures | tkellner | 2 | -5/+7 | |
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@1243 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4 | |||||
2013-12-09 | Only use plain ECDSA signature variant for RIPEMD160 | tkellner | 1 | -3/+3 | |
According to Signaturverordnung 2008 git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@1241 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4 | |||||
2013-11-28 | Rename some constants | tkellner | 3 | -10/+10 | |
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@1239 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4 | |||||
2013-11-28 | Implement CreateCMSSignatureRequest | tkellner | 8 | -0/+793 | |
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@1234 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4 | |||||
2013-11-28 | Add algorithm getters to AlgorithmMethodFactory | tkellner | 2 | -2/+15 | |
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@1233 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4 | |||||
2013-11-28 | Use newly generated JAXB classes | tkellner | 22 | -62/+62 | |
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@1230 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4 | |||||
2013-11-26 | Spelling refactor | tkellner | 2 | -2/+2 | |
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@1226 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4 | |||||
2013-11-11 | Allow SL redirects to work for other codes than 307 | tkellner | 1 | -12/+20 | |
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@1214 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4 | |||||
2013-11-11 | Allow to disable certain ciphersuites for SSL connections | tkellner | 2 | -15/+134 | |
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@1213 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4 | |||||
2013-06-04 | Fix BindingProcessor cleanup | tkellner | 2 | -11/+39 | |
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@1184 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4 | |||||
2013-04-10 | UseStrongHash defaults to true now | tkellner | 1 | -1/+1 | |
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@1175 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4 | |||||
2013-03-15 | Bump SignatureLayout header version to 1.1 when using X1.4 | tkellner | 1 | -1/+6 | |
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@1163 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4 |