summaryrefslogtreecommitdiff
path: root/bkucommon/src/test
AgeCommit message (Collapse)AuthorFilesLines
2018-02-08BulkSignature implementationfb-bulksignatureBonato, Martin8-14/+436
2018-01-15some small changesThomas Lenz1-1/+1
2017-06-23fix another possible XXE, SSRF problem.Thomas Lenz2-1/+64
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-2/+3
XMLStreamParser implementation of a third party library
2017-03-14Update Localhostbschnalzer1-1/+1
2017-03-13Update JUnitTest for new JAXB-Versionbschnalzer1-0/+15
2015-10-27JavaDoc fixesTobias Kellner59-821/+821
2015-10-16Switch to ECCelerateTobias Kellner1-2/+2
2015-03-09XAdES1.4 Blacklist addedTobias Kellner4-7/+7
2014-11-20Adapt RuleCheckerTests (again)Tobias Kellner1-4/+4
2014-09-18buergerkarte.at changed IPsTobias Kellner1-2/+2
2014-03-03Allow to initialize IssuerTemplate cache via configtkellner1-2/+3
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@1302 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
2014-01-15Change Test HTTP Server porttkellner1-2/+4
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@1293 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
2013-12-13Extend STAL to support CMS SignedAttributestkellner1-1/+1
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@1262 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
2013-11-28Adapt test to AlgorithmMethodFactory changestkellner1-0/+10
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@1238 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
2013-11-28Rename testtkellner1-1/+1
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@1237 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
2013-11-28Add CMS Signature Command Testtkellner2-0/+113
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@1236 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
2013-11-28Implement CreateCMSSignatureRequesttkellner1-0/+9
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@1234 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
2013-11-28Change unsupported command test to CreateHashRequesttkellner1-1/+1
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@1232 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
2013-11-28Use newly generated JAXB classestkellner3-6/+6
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@1230 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
2013-11-26Spelling refactortkellner1-10/+10
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@1226 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
2013-11-07Update rulecheckertest to avoid iaik nameserver problemstkellner1-2/+2
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@1212 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
2012-02-03Adapt Unit Tests to StylesheetURL changestkellner1-1/+2
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@1025 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
2012-01-25Update SignatureTests to include XAdES 1.4 varianttkellner1-19/+532
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@1012 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
2011-09-08Comment SLUnmarshaller changes, adapt teststkellner3-9/+12
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@981 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
2011-09-02Housekeepingtkellner3-471/+476
* Generic types parameterized * SupressWarnings annotations added where parameterization impossible * Unused members commented out * SerialVersionUID added/removed where necessary * Superfluous imports removed * Other small changed to get rid of some compiler/validator warnings git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@976 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
2011-08-30Update to sjsxp 1.0.2tkellner1-4/+3
This version doesn't support creating an XMLEventReader from a StreamSource git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@964 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
2011-06-22License changetkellner94-1436/+2302
copyright headers changed/added License text added NOTICE modified git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@940 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
2011-03-18Remove unnecessary @SuppressWarningstkellner1-1/+0
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@926 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
2010-05-05Merged feature branch mocca-1.2.13-id@r724 back to trunk.mcentner27-711/+693
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@725 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
2010-02-02SignatureLocation index bugclemenso6-10/+12
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@620 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
2010-01-11spaces in certStore pathclemenso1-4/+7
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@571 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
2009-11-30Added test classes for creating a signature with MOCCA and sending it to ↵mcentner7-124/+671
MOA-SP for verification. git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@557 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
2009-11-24Filenames derived from reference URIclemenso3-2/+63
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@553 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
2009-11-13failure if test wiithout testcasesclemenso1-3/+2
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@544 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
2009-11-12Added support for enforcing a PIN length in a CHANGE REFERENCE DATA to match ↵mcentner1-1/+3
the recommended PIN length via Applet parameter. git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@541 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
2009-10-16Fixed some further issues in XWWWFormUrlInputIterator.mcentner3-0/+149
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@532 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
2009-09-29Logging issues fixed:mcentner7-21/+175
- Added possibility to configure logging of BKUWebstart. Logging is now configured from log4j configuration deployed with BKUWebstart in a first step. In a second step the webstart launcher looks for a log4j configuration file in the user's mooca configuration directory and updates the log4j configuration. - Logging of IAIK PKI properly initialized. IAIK PKI does not mess with the log4j configuration any longer. - Changed log4j accordingly (an appender is now needed as IAIK PKI does not reconfigure log4j any longer). Added css-stylesheet to ErrorResponses issued by the BKU to improve the presentation to the user. Changed dependencies of BKUWebStart (see Issue#469 https://egovlabs.gv.at/tracker/index.php?func=detail&aid=469&group_id=13&atid=134). DataURLConnection now uses the request encoding of SL < 1.2. application/x-www-form-urlencoded is now used as default encoding method. multipart/form-data is used only if transfer parameters are present in the request that require a Content-Type parameter. This can only be set with multipart/form-data. This is not in conformance with SL 1.2, however it should improve compatibility with applications. Therefore, removed the ability to configure the DataURLConnection implementation class. DataURLConnection now uses a streaming implementation for encoding of application/x-www-form-urlencoded requests. XWWWFormUrlImputDecoder now uses a streaming implementation for decoding of application/x-www-form-urlencoded requests. Fixed Bug in SLResultPart that caused a binary response to be provided as parameter "XMLResponse" in a multipart/form-data encoded request to DataURL. SLCommandFactory now supports unmarshalling of SL < 1.2 requests in order issue meaningful error messages. Therefore, the marshaling context for response marshaling had to be separated from the marshaling context for requests in order to avoid the marshaling of SL < 1.2 namespace prefixes in SL 1.2 responses. Target attribute in QualifiedProperties is now marshaled. (see Issue#470 https://egovlabs.gv.at/tracker/index.php?func=detail&aid=470&group_id=13&atid=134) Reporting of XML validation errors improved. git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@510 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
2009-08-14[#354] HTTPBindingProcessor: MAX_DATAURL_HOPS not configurableclemenso8-113/+159
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@436 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
2009-04-07MOCCA-1.1 final clemenso1-5/+2
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@327 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
2009-03-271.1-RC6 (pinpad, pinmgmt, secureviewer)clemenso1-49/+52
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@323 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
2009-03-13Fixed Bug#405 and added according test casewbauer2-0/+113
Fixed Bug#402 Added Feature#403 git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@320 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
2009-03-041.1-rc3clemenso1-144/+136
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@311 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
2009-02-261.1 candidate (activation)clemenso2-731/+1171
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@309 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
2009-02-11div. changes for A-Trust Activation Support (User-Agent header, ↵clemenso1-299/+299
GetStatusRequest, ...) git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@296 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
2009-01-21Fixed Bug #371wbauer1-0/+14
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@278 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
2008-12-12Updated SMCC to support non-blocking PIN entry. Added SV-Personendaten ↵mcentner1-0/+147
infobox implementation. git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@248 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
2008-12-09Updated tests.mcentner4-39/+57
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@242 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
2008-12-09Refactored STAL interface. Additional infobox functionality.mcentner1-1/+1
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@236 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
2008-12-05Feature Request #362wbauer2-4/+19
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@234 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4