Updated Branches: refs/heads/4.0 716f11815 -> 77e3bb390
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/77e3bb39 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/77e3bb39 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/77e3bb39 Branch: refs/heads/4.0 Commit: 77e3bb3904f7ae6bc36642d3b2719a92d52843e3 Parents: 716f118 Author: David Nalley <[email protected]> Authored: Tue Oct 9 22:09:42 2012 -0400 Committer: David Nalley <[email protected]> Committed: Tue Oct 9 22:09:42 2012 -0400 ---------------------------------------------------------------------- README.md | 12 +++++++++++- 1 files changed, 11 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/77e3bb39/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index ca36181..1443202 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.
