Skip to content

Commit

Permalink
Entry for SSL.
Browse files Browse the repository at this point in the history
  • Loading branch information
sbisbee committed Nov 7, 2011
1 parent c815bfc commit dc7249b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion CHANGELOG
Expand Up @@ -8,7 +8,7 @@ New Features

* The HTTP socket code was abstracted out of the core Sag class into its own
HTTP module. It is called SagNativeHTTPAdapter and remains the default
transport mechanism. This allows for additional drives to be written that
transport mechanism. This allows for additional drivers to be written that
leverage other underlying systems, potentially adding extra functionality.
The SagNativeHTTPAdapter is referenced by the Sag::$NATIVE_HTTP_ADAPTER
static public variable and can be specified with the setHTTPAdapter()
Expand All @@ -18,6 +18,12 @@ New Features
cURL PHP extension installed then you tell Sag to leverage cURL by calling
`$sag->setHTTPAdapter(Sag::$CURL_HTTP_ADAPTER)`.

* SSL is now supported if you use cURL instead of native sockets. This
introduces setSSL() to turn SSL on/off, and setSSLCert() to specify a
certificate file to verify against. Verification is only supported if you
provide a certificate with setSSLCert(). HTTP libraries that do not support
SSL (native sockets) will throw a SagException.

Version 0.6.1
-------------

Expand Down

0 comments on commit dc7249b

Please sign in to comment.