Vanilla List Maling List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [VANILLA-LIST:2126] PGP RSA
> On Tue, Mar 16, 1999 at 10:31:54AM -0800, Tom Holub wrote:
> > >
> > > If it isn't, then we could be breaking the law by making RSA-enabled
> > > clients available to people outside the U.S. Afterall, the clients
> > > use the same RSA algorithm in obfuscated form.
> >
> > We (Ray Jones) explicitly got permission to do this.
>
> Then binary forms of the RSA-enabled server is exportable. Solves our
> dilemma.
When I first started working with clients, Rony gave me a copy of reserved.c already compiled... All I had to do to include the functionality within my client was to link it in with the rest of the code.
I should think for using RSA with the Server this should be possible to do.
The client side piece would be more difficult because the mkkey obfuscates the code so that it is not easy for someone to extract the private key from the client.
Wouldn't need a shared library, just some sort of library you could link into your code statically would be useful.
Steve