diff --git a/Network/TLS.hs b/Network/TLS.hs
--- a/Network/TLS.hs
+++ b/Network/TLS.hs
@@ -22,6 +22,8 @@
 	-- * Creating a context
 	, client
 	, server
+	, clientWith
+	, serverWith
 
 	-- * Initialisation and Termination of context
 	, bye
diff --git a/tls.cabal b/tls.cabal
--- a/tls.cabal
+++ b/tls.cabal
@@ -1,5 +1,5 @@
 Name:                tls
-Version:             0.9.5
+Version:             0.9.6
 Description:
    Native Haskell TLS and SSL protocol implementation for server and client.
    .
