Re: intro and Re: (const) des_ctype

1999-05-17 Thread Hugh Daniel
While the USSA goverment has succeeded in FUD'ing you and preventing the online publication of your documentatoin there is still the possibility of publishing your doc in a useful paper form. ||ugh Daniel [EMAIL PROTECTED] Systems Testing

Re: intro and Re: (const) des_ctype

1999-05-17 Thread Ulf Moeller
> Ariel's documentation is very useful. Is there something more > turorial? Something that gives more of an overview? Is there a > reason not to include Ariel's documentation in the distribution? One reason is that we still don't know whether or not we can include it without violating American

RE: (const) des_ctype

1999-05-17 Thread Salz, Rich
Perhaps the simplest solution is to turn deskey into a struct whose first element is char[8]. I think the only current code it breaks is requiring {} around initializers and an & in key setup functions.:) __ OpenSSL Project

Re: intro and Re: (const) des_ctype

1999-05-16 Thread Bodo Moeller
On Sun, May 16, 1999 at 09:04:28AM -0400, Dave Clark wrote: > I'm also a newbie who's interested in finding the most recent > OpenSSL documentation, particularly the X509[v3] component. > > Where is "Ariel's documentation?" At http://www.columbia.edu/~ariel/ssleay/> (see "Related" area at www.o

Re: intro and Re: (const) des_ctype

1999-05-16 Thread Dave Clark
At 06:12 PM 05/15/1999 , you wrote: >I'm new to OpenSSL. I'm interested in using it to add more >authentication capabilities to FreeS/WAN's Pluto. FreeS/WAN is a free >implementation of IPSEC; Pluto is the IKE daemon. Scary fact: I'm >trying to get this done this week for testing at the VPN Int

Re: intro and Re: (const) des_ctype

1999-05-16 Thread Bodo Moeller
"D. Hugh Redelmeier" <[EMAIL PROTECTED]>: [...] > I had a hard time finding documentation (I'm not alone in this). > Ariel's documentation is very useful. Is there something more > tutorial? I don't think so. > I've downloaded openssl-0.9.2b.tar.gz to use. I don't wish to be > playing with un

Re: (const) des_ctype

1999-05-16 Thread Ben Laurie
Bodo Moeller wrote: > > On Sat, May 15, 1999 at 10:25:30PM +0100, Ben Laurie wrote: > > >>typedef unsigned char des_cblock[8]; > >>typedef const unsigned char const_des_cblock[8]; > >>int des_set_key(const_des_cblock *key,des_key_schedule schedule); > >> > >>unsigned char key[7]

Re: intro and Re: (const) des_ctype

1999-05-16 Thread Bodo Moeller
On Sat, May 15, 1999 at 06:12:25PM -0400, D. Hugh Redelmeier wrote: > | From: Bodo Moeller <[EMAIL PROTECTED]> > | Reply-To: [EMAIL PROTECTED] > | Subject: (const) des_ctype > | > | I have prepared a set of patches to the DES library that should solve > | the const problem. > > Pluto currently

Re: (const) des_ctype

1999-05-16 Thread Bodo Moeller
On Sat, May 15, 1999 at 10:25:30PM +0100, Ben Laurie wrote: >>typedef unsigned char des_cblock[8]; >>typedef const unsigned char const_des_cblock[8]; >>int des_set_key(const_des_cblock *key,des_key_schedule schedule); >> >>unsigned char key[7] = {...}; >>unsigned char deskey[

intro and Re: (const) des_ctype

1999-05-15 Thread D. Hugh Redelmeier
I'm new to OpenSSL. I'm interested in using it to add more authentication capabilities to FreeS/WAN's Pluto. FreeS/WAN is a free implementation of IPSEC; Pluto is the IKE daemon. Scary fact: I'm trying to get this done this week for testing at the VPN Interop. Luckily, Kasper Langkilde has made

Re: (const) des_ctype

1999-05-15 Thread Ben Laurie
Bodo Moeller wrote: > > I have prepared a set of patches to the DES library that should solve > the const problem. Also I have, in those places where the functions > have arguments of type des_cblock (which really is char * as > des_cblock is a typedef for char [8]), converted back to des_cblock