You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2016/07/13 17:58:38 UTC

commons-crypto git commit: Windows works

Repository: commons-crypto
Updated Branches:
  refs/heads/master a82710711 -> ffde31380


Windows works

Project: http://git-wip-us.apache.org/repos/asf/commons-crypto/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-crypto/commit/ffde3138
Tree: http://git-wip-us.apache.org/repos/asf/commons-crypto/tree/ffde3138
Diff: http://git-wip-us.apache.org/repos/asf/commons-crypto/diff/ffde3138

Branch: refs/heads/master
Commit: ffde31380017545f5dacdfa04b29b232d6690735
Parents: a827107
Author: Sebb <se...@apache.org>
Authored: Wed Jul 13 18:58:34 2016 +0100
Committer: Sebb <se...@apache.org>
Committed: Wed Jul 13 18:58:34 2016 +0100

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-crypto/blob/ffde3138/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 45a2a3f..6fe3f2b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -39,7 +39,7 @@ Features
 2. Java stream API (CryptoInputStream/CryptoOutputStream) for high level stream encyrption/decryption.
 3. Both optimized with high performance AES encryption/decryption. (1400 MB/s - 1700 MB/s throughput in modern Xeon processors).
 4. JNI-based implementation to achieve comparable performance to the native C++ version based on OpenSsl.
-5. Portable across various operating systems (currently only Linux/MacOSX);
+5. Portable across various operating systems (currently only Linux/MacOSX/Windows);
    Apache Commons Crypto loads the library according to your machine environment (it checks system properties, `os.name` and `os.arch`).
 6. Simple usage. Add the commons-crypto-(version).jar file to your classpath.