Difference between revisions of "Nsssl"

From AOLserver Wiki
Jump to navigation Jump to search
(imported from WiKit id 183)
 
m (Category:Module -> Category:Modules)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
See: [http://cvs.sourceforge.net/viewcvs.py/*checkout*/aolserver/aolserver/nsssl/nsssl.html?rev=HEAD SF CVS: aolserver/nsssl/nsssl.html]
 
 
 
AOLserver [[socket driver]] module which implements SSL/TLS encryption for
 
AOLserver [[socket driver]] module which implements SSL/TLS encryption for
 
incoming connections using the proprietary [http://www.rsasecurity.com/node.asp?id=1202 BSAFE] library.
 
incoming connections using the proprietary [http://www.rsasecurity.com/node.asp?id=1202 BSAFE] library.
Line 8: Line 6:
 
use freely available libraries.
 
use freely available libraries.
  
----
+
==See also==
 +
 
 +
* [http://cvs.sourceforge.net/viewcvs.py/*checkout*/aolserver/aolserver/nsssl/nsssl.html?rev=HEAD SF CVS: aolserver/nsssl/nsssl.html]
 +
* [[SSL]]
  
[[Category Documentation]] - [[SSL]]
+
[[Category:Documentation]]
 +
[[Category:Modules]]

Latest revision as of 16:07, 7 October 2005

AOLserver socket driver module which implements SSL/TLS encryption for incoming connections using the proprietary BSAFE library. Supplied as standard.

If you do not have acces to BSAFE, try nsopenssl or nsnss which use freely available libraries.

See also