aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/poi/poifs/crypt/CryptoFunctions.java
Commit message (Expand)AuthorAgeFilesLines
* 65206 - Migrate ant / maven to gradle buildAndreas Beeker2021-03-271-591/+0
* use the forbidden-apis policies corresponding to the JREAndreas Beeker2020-08-151-1/+1
* Sonar fixes - type: bugs / severity: majorAndreas Beeker2019-12-081-92/+94
* Sonar Fixes - fix/annotate type "vulnerability" / severity "blocker"Andreas Beeker2019-12-011-0/+1
* Code-style: Unify how arrays are specified from C-style to normal Java-styleDominik Stadler2018-12-251-32/+32
* #62564 - replace Thread.currentThread().getContextClassLoader() with getClass...Andreas Beeker2018-07-241-1/+1
* cleanup for r1812476: avoid NPEs from string.isEmpty()Javen O'Neal2017-10-181-0/+8
* replace "".equals(string) with string.isEmpty() to avoid null strings silentl...Javen O'Neal2017-10-181-2/+2
* Bug 61349 -- add more sanity checks when allocating byte[]Tim Allison2017-09-211-1/+6
* Remove unnecessary local variablesDominik Stadler2017-09-161-2/+1
* javadoc: replace invalid self enclosing elementsPJ Fanning2017-07-171-3/+3
* some javadoc fixesPJ Fanning2017-07-151-2/+2
* Convert all *.java files to use native end of line character(s)Javen O'Neal2017-02-081-576/+576
* add encryption supportAndreas Beeker2016-08-191-1/+3
* merge down trunkAndreas Beeker2016-08-081-12/+14
* Fix javadoc warning - As per http://bugs.java.com/bugdatabase/view_bug.do;jse...Nick Burch2016-04-061-1/+1
* Escape spaces in the URLNick Burch2016-03-131-1/+1
* #59135 - Password gets truncated when using passwords longer than 15 characte...Andreas Beeker2016-03-131-96/+135
* Fix some Forbidden APIs errorsNick Burch2015-09-011-2/+3
* Charset.forName() for known encodings makes catching UnknownEncodingException...Andreas Beeker2014-12-271-5/+2
* merge with trunkAndreas Beeker2014-09-171-17/+66
* some changes because of test errorsAndreas Beeker2014-08-151-1/+3
* Xml signature support - version 1Andreas Beeker2014-08-101-2/+3
* Bug 56486 - Add XOR obfuscation/decryption support to HSSFAndreas Beeker2014-05-051-8/+79
* Some encryption fixes:Andreas Beeker2014-04-211-5/+6
* Bug 56076 - Add document protection with password support to XWPFAndreas Beeker2014-02-211-8/+151
* javadoc house-keepingAndreas Beeker2013-12-251-4/+4
* JCE policy fixAndreas Beeker2013-12-251-2/+9
* Fix jdk-differences for encryption patchAndreas Beeker2013-12-241-3/+6
* Patch for Bug/Enhancement 55818 - add encryption supportAndreas Beeker2013-12-241-0/+258