From 03248f36e18c4417b0ba398657810fae725cec86 Mon Sep 17 00:00:00 2001 From: David Nalley Date: Tue, 9 Oct 2012 22:09:42 -0400 Subject: [PATCH] adding crypto details to README --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c565de6a0ae..d88091e44be 100644 --- a/README.md +++ b/README.md @@ -126,5 +126,15 @@ Unrestricted (TSU) exception (see the BIS Export Administration Regulations, Sec The following provides more details on the included cryptographic software: -TODO + CloudStack makes use of JaSypt cryptographic libraries + CloudStack has a system requirement of MySQL, and uses native database encryption + functionality. + + CloudStack makes use of the Bouncy Castle general-purpose encryption library. + + CloudStack can optionally interacts with and controls OpenSwan-based VPNs. + + CloudStack has a dependency on Apache WSS4J as part of the AWSAPI implementation. + + CloudStack has a dependency on and makes use of JSch - a java SSH2 implementation.