Announcing release 0.1 of librpcssl
From: Mark (mark_at_nowhere.no)
Date: 05/07/04
- Previous message: Axel Bauer: "Telconi Terminal for Cisco IOS w/ SSH Support"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 6 May 2004 16:59:58 CST
Announcing release 0.1 of librpcssl, a C library for making RPC (remote
procedure calls) using SSL for security. Thus, SSL provides the
encryption and
authentication mechanisms.
See http://rpcssl.sourceforge.net
ONC-RPC or RPC is a open protocol for making service calls across the
network. The RPC protocol provides a lightweight, flexible
architecture for clients/servers communications on the network. The
first implementation was developed by Sun and given away under an
open-source licence. The RPC implementation is freely available on
many operating systems including Linux. Initially RPC provided little
support for strong encryption and authentication, but mechanisms do
exist. GSS-API provides a framework for plugging in many
encryption/security mechanisms.
SSL is an open protocol supporting secure authentication and
encryption of a stream. The OpenSSL library is a widely used open
source implementation of SSL.
Here, you will find a library which allows the Sun RPC library to
operate over an SSL transport. SSL is a very popular transport for
security/authentication, it being the transport which is used for
secure web (HTTPS). The authentication mechanism, which uses X.509
certificates is already in use in many enterprises, and so RPC calls
using the SSL transport have the potential to be extremely useful.
##########################################################################
# Send submissions for comp.os.linux.announce to: cola@stump.algebra.com #
# PLEASE remember a short description of the software and the LOCATION. #
# This group is archived at http://stump.algebra.com/~cola/ #
##########################################################################
- Previous message: Axel Bauer: "Telconi Terminal for Cisco IOS w/ SSH Support"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|