help-gnutls
[Top][All Lists]
Advanced

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

Re: [Help-gnutls] Byte order in the Session Cache?


From: Nikos Mavrogiannopoulos
Subject: Re: [Help-gnutls] Byte order in the Session Cache?
Date: Fri, 22 Apr 2005 06:52:52 +0200
User-agent: KMail/1.7.2

On Friday 22 April 2005 02:54, Paul Querna wrote:
> Hello,
>
> In mod_gnutls, I have support for a distributed session cache via
> memcached.  This means I could have mod_gnutls running on a PPC, sharing
> the SSL Session cache with an x86 machine.
> Is the session data stored in a format that can be shared between
> different architectures safely? (eg Big and Little Endian)

Not really. That is because whole structures are copied with memcpy.
This means that even the same architecture but different gnutls
version may also be incompatible.

It is not difficult for this to be implemented though (all the code is in 
gnutls_session_pack.c), but currently there is no such work planned.


> Thanks,
> -Paul

-- 
Nikos Mavrogiannopoulos




reply via email to

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