gnutls-devel
[Top][All Lists]
Advanced

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

Re: interface


From: Nikos Mavroyanopoulos
Subject: Re: interface
Date: Mon, 28 Feb 2000 20:18:35 +0200
User-agent: Mutt/1.0i

On Fri, Feb 25, 2000 at 10:30:33AM +0200, Nikos Mavroyanopoulos wrote:

> ret=gnutls_send(cd, state, data, sizeofdata);
> ret=gnutls_receive(cd, state, input, sizeofinput);
I'm going to implement these functions. I'll leave the gnutls_handshake
as the last one. These will be a wrap over the internals:
gnutls_send( content, cd, state, data, sizeofdata);
gnutls_receive( content, cd, state, data, sizeofdata);
with content application_data (content may also be change_cipher_spec,
alert or handshake). I'll contact you again when i'm ready.

An other point i'd like to ask you... Are we going to implement exportable
ciphers? The standard suggests des40, but this seems to be too weak.

-- 
Nikos Mavroyanopoulos
mailto:address@hidden


reply via email to

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