| Commit message (Expand) | Author | Age | Files | Lines |
* | enable @Ignored unit test that is passing now | Javen O'Neal | 2016-07-02 | 1 | -2/+0 |
* | bug 59170: Removed deprecated methods in POIFS, SS, HSSF, and XSSF | Javen O'Neal | 2016-06-18 | 1 | -1/+1 |
* | Improve output on invalid HTTP Status Code and ignore another failure to cont... | Dominik Stadler | 2016-06-11 | 1 | -2/+5 |
* | Try to not fail if the time-webservice is offline temporarily | Dominik Stadler | 2016-06-03 | 1 | -3/+7 |
* | Adjust two tests slightly | Dominik Stadler | 2016-05-24 | 1 | -3/+2 |
* | Try to catch more network-unavailable cases in TestSignatureInfo | Dominik Stadler | 2016-05-05 | 1 | -35/+37 |
* | add ignored testcase for multiple signatures | Andreas Beeker | 2016-01-01 | 1 | -12/+29 |
* | Bug 58616: Try to initialize with empty password if not done before | Dominik Stadler | 2015-12-30 | 1 | -0/+11 |
* | #58630 - Signing failed after deletion of first sheet | Andreas Beeker | 2015-11-20 | 1 | -0/+32 |
* | #58597: Fix tests to not do setAccessible(), add some doPrivileged, too. | Uwe Schindler | 2015-11-11 | 1 | -4/+2 |
* | extended forbidden-apis-check to ooxml-tests | Andreas Beeker | 2015-11-05 | 1 | -1/+1 |
* | Remove unnecessary warning suppressions | David North | 2015-10-16 | 1 | -2/+0 |
* | Bug 58326 - Forbidden APIs patches - second set of changes for charset settings | Andreas Beeker | 2015-09-08 | 1 | -0/+4 |
* | Bug 58326 - Forbidden APIs patches - first set of changes for locale and time... | Andreas Beeker | 2015-09-07 | 1 | -14/+14 |
* | Try to make Sonar builds run again: add missing dependency, add ooxml-schema-... | Dominik Stadler | 2015-08-16 | 1 | -7/+26 |
* | Use a constant for the name of the OOXML encrypted package node | Nick Burch | 2015-04-29 | 1 | -2/+2 |
* | More missing core properties unit tests, covering read-write without checks, ... | Nick Burch | 2015-02-28 | 1 | -0/+53 |
* | Adjust to provide full exception information for cases where we catch unexpec... | Dominik Stadler | 2015-02-26 | 1 | -2/+4 |
* | Bug 57612: Fix checking for proxy/accessible website in TestSignatureInfo | Dominik Stadler | 2015-02-23 | 1 | -1/+1 |
* | Adjust TestSignatureInfo so junit provides more information if an unexpected ... | Dominik Stadler | 2015-02-14 | 1 | -1/+3 |
* | Add missing close() of resources in both production code and tests | Dominik Stadler | 2014-12-28 | 1 | -6/+10 |
* | - Support for Office Binary Document RC4 CryptoAPI Encryption for HSLF | Andreas Beeker | 2014-12-25 | 3 | -29/+67 |
* | close decrypted stream - test for #57296 | Andreas Beeker | 2014-12-12 | 1 | -0/+2 |
* | XML signatures - ignore line breaks in Office 2007 .rels files | Andreas Beeker | 2014-12-05 | 1 | -10/+15 |
* | Bug 57197: use proxy for TestSignatureInfo if set via environment variables | Dominik Stadler | 2014-11-10 | 1 | -0/+6 |
* | Add xmlsec-jar in test-ooxml-lite which is missing after removing ooxml.class... | Dominik Stadler | 2014-11-09 | 1 | -2/+1 |
* | Calling ping is not a good idea as it runs endlessly on some platforms, do a ... | Dominik Stadler | 2014-11-07 | 1 | -7/+53 |
* | another signature ubuntu jdk6 bug fix ... and offline/online handling | Andreas Beeker | 2014-11-07 | 1 | -10/+11 |
* | Try for a more specific failure message on the assert | Nick Burch | 2014-11-06 | 1 | -1/+1 |
* | Added a catch and another workaround for the OpenJDK SHA2 AIOOBE bug | Andreas Beeker | 2014-11-05 | 1 | -13/+28 |
* | * Also adjust build.xml for newer required Ant 1.8.0 | Dominik Stadler | 2014-10-20 | 1 | -4/+9 |
* | Removed some custom classloading code, which doesn't make sense anymore | Andreas Beeker | 2014-10-18 | 1 | -24/+18 |
* | Seems we have slow connection on the Apache Jenkins instance. Thus allow one ... | Dominik Stadler | 2014-10-17 | 1 | -48/+70 |
* | Bug 57080 - IndexOutOfBoundsException in poi decryptor | Andreas Beeker | 2014-10-13 | 1 | -0/+25 |
* | removed obsolete classes and added a few javadocs elements and example calls | Andreas Beeker | 2014-10-02 | 1 | -1/+1 |
* | more tests, some refactoring | Andreas Beeker | 2014-09-28 | 1 | -4/+110 |
* | more flexible signer verification through Iterable-Interface | Andreas Beeker | 2014-09-24 | 1 | -52/+59 |
* | centralized configs | Andreas Beeker | 2014-09-21 | 1 | -28/+22 |
* | reorganization, xmlsignatureservice is now in signatureinfo | Andreas Beeker | 2014-09-18 | 1 | -17/+33 |
* | Switched to config object | Andreas Beeker | 2014-09-17 | 1 | -29/+35 |
* | merge with trunk | Andreas Beeker | 2014-09-17 | 2 | -26/+22 |
* | timestamping fixes | Andreas Beeker | 2014-08-27 | 1 | -2/+0 |
* | removed HorribleProxy | Andreas Beeker | 2014-08-24 | 2 | -205/+188 |
* | starting tsp tests / removed mockito stuff again | Andreas Beeker | 2014-08-17 | 1 | -34/+40 |
* | - Updated to BC 1.51 | Andreas Beeker | 2014-08-16 | 2 | -67/+97 |
* | replace xmlbeans.factory.parse with selectPath calls | Andreas Beeker | 2014-08-15 | 1 | -11/+4 |
* | migrated enveloped document test (1 of 2) | Andreas Beeker | 2014-08-15 | 1 | -1/+55 |
* | some changes because of test errors | Andreas Beeker | 2014-08-15 | 2 | -2/+4 |
* | sync merge to trunk | Andreas Beeker | 2014-08-12 | 1 | -0/+75 |
|\ |
|
* | | Tests/fixes for hash > sha1 | Andreas Beeker | 2014-08-10 | 1 | -1/+2 |