OpenSSL Usage

2002-03-02 Thread Michele Lim
Hi, I don't have much time to do my research and my understanding of SSLTLS is very limited. Have some questions to get started on using it. I am trying to port SSLTLS under win2k for http connection security. Please point me to the right directions so that I may have more focused questions.

Re: [PATCH] config mod for crays

2002-03-02 Thread Bodo Moeller
On Fri, Mar 01, 2002 at 12:22:45PM -0600, Wendy Palm wrote: the various architectures available from cray are c90, j90, t90, t90IEEE, sv1, ymp and t3e. t3e runs unicosmk, the rest run unicos. for openssl, the cray t3e requires different compile options than the other machines. (these

DES_INT should be more default than not?

2002-03-02 Thread Richard Levitte - VMS Whacker
After some discussion with OpenBSD folks, I've been convinced that DES_INT should be norm rather than not on most platforms, since int is 32 bits most often, at least on 32- and 64-bit architectures. The blatant exception that I know of would be DOS, where int is usually a 16-bit quantity, and

test/tsid fails [main trunk]!

2002-03-02 Thread Richard Levitte - VMS Whacker
Configuration: debug-levitte-linux-elf --with-krb5-flavor=MIT Compilation works well, but tsid fails with a segfault. A test through gdb gives the following: (gdb) run sess_id -in fff.p -inform p -outform d f.d Starting program:

Re: test/tsid fails [main trunk]!

2002-03-02 Thread Richard Levitte - VMS Whacker
From: Richard Levitte - VMS Whacker [EMAIL PROTECTED] levitte Configuration: debug-levitte-linux-elf --with-krb5-flavor=MIT levitte levitte Compilation works well, but tsid fails with a segfault. A test levitte through gdb gives the following: Note that the same test in the 0.9.7-stable