From: isaacs Date: Tue, 23 Oct 2012 17:27:11 +0000 (-0700) Subject: doc: OpenSSL is bundled now. X-Git-Tag: v0.9.3~5^2~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f3621359f4866c8ed732a48ece4049cc6e9a8b91;p=platform%2Fupstream%2Fnodejs.git doc: OpenSSL is bundled now. --- diff --git a/doc/api/crypto.markdown b/doc/api/crypto.markdown index 5f72659..28fda50 100644 --- a/doc/api/crypto.markdown +++ b/doc/api/crypto.markdown @@ -5,8 +5,7 @@ Use `require('crypto')` to access this module. -The crypto module requires OpenSSL to be available on the underlying -platform. It offers a way of encapsulating secure credentials to be +The crypto module offers a way of encapsulating secure credentials to be used as part of a secure HTTPS net or http connection. It also offers a set of wrappers for OpenSSL's hash, hmac, cipher,