Updated Branches: refs/heads/master 839929b9b -> 03248f36e
adding crypto details to README Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/03248f36 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/03248f36 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/03248f36 Branch: refs/heads/master Commit: 03248f36e18c4417b0ba398657810fae725cec86 Parents: 839929b Author: David Nalley <[email protected]> Authored: Tue Oct 9 22:09:42 2012 -0400 Committer: David Nalley <[email protected]> Committed: Tue Oct 9 22:10:24 2012 -0400 ---------------------------------------------------------------------- README.md | 12 +++++++++++- 1 files changed, 11 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/03248f36/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index c565de6..d88091e 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.
