demexp-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Demexp-dev] [comp.os.linux.announce] Announcing release 0.1 of librpcss


From: David MENTRE
Subject: [Demexp-dev] [comp.os.linux.announce] Announcing release 0.1 of librpcssl
Date: Sat, 08 May 2004 15:09:11 +0200
User-agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (gnu/linux)

Hello,

Here is a library that provides RPC over SSL. Might be useful in a short
future. I haven't check the license.

Yours,
d.

--- Begin Message --- Subject: Announcing release 0.1 of librpcssl Date: Thu, 6 May 2004 16:59:58 CST User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030915
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: address@hidden #
# PLEASE remember a short description of the software and the LOCATION.  #
# This group is archived at http://stump.algebra.com/~cola/              #
##########################################################################


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]