documentation / examples pointers?

2000-11-28 Thread Alan
sl_send() and ssl_recieve() (or whatever. So if anyone has any pointers to example code, or for that matter any nice docs (perhaps I missed something on the openssl website?) I'd certainly appreciate it. Regards, Alan -- Alan Bailward -=><=- <[EMAIL PROTECTED]> -=><=-http

Re: documentation / examples pointers?

2000-11-28 Thread Alan
an system and completely forgot that all the goodies (ie: /demos) arne't included in the package :( serv.cpp and cli.cppp look like exactly what I need :) Thanks to everyone who responded! Alan -- Alan Bailward -=><=- <[EMAIL PROTECTED]> -=><=-http://arcterex.net Art is

openssl and java

2000-11-29 Thread Alan
n.c Granted, I could be completely screwed up :) I admit I know next to 0 about the magic chants needed here Regards and TIA alan -- Alan Bailward -=><=- <[EMAIL PROTECTED]> -=><=-http://arcterex.net Bus error

RE: DES_CBC_CKSUM in SSL and Kerberos.

2002-10-10 Thread Jamison, Alan
Cc: [EMAIL PROTECTED]; Greaney, Kevin; Jamison, Alan Subject: Re: DES_CBC_CKSUM in SSL and Kerberos. The answer is: MIT DES and OpenSSL DES use different internal representations of the data. You cannot replace the MIT DES with OpenSSL DES unless you also recompile MIT Kerberos 4 to use the

Minor bugfix

1999-09-25 Thread Alan Batie
count=1; break; -- Alan Batie --What goes up, must come down. [EMAIL PROTECTED]\/Ask any system administrator. +1 503-466-8407 (voice) \ / --unknown D0 D2 39 0E 02 34 D6 B4 \/ 5A 41 21 8F 23 5F 08 9D PGP signature

Problem with SSL_connect()

2000-06-10 Thread Alan M. Friedman
uccessfully. With thanks for your help, Alan __ OpenSSL Project http://www.openssl.org Development Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]

Re: Problem with SSL_connect()

2000-06-11 Thread Alan M. Friedman
ot sure if using a fixed string compromises security to any degree, but it is working now. Thanks again, Alan Ulf Möller wrote: > openssl-dev is the development mailing list! > > On Fri, Jun 09, 2000 at 12:58:06PM -0400, Alan M. Friedman wrote: > > > Can anyone giv

Can't locate object method "No" via package "such"

2000-09-05 Thread Alan E. Derhaag
no warnings or errors except a `assignment discards `const' from pointer target type' warning. I've grepped the source for all (including openssl) and find nothing that might emit this error. Can I get a recommendation of where to look next? -- Alan E. Derhaag New Era

Re: openssl-0.9.6a beta 2 on solaris 7

2001-03-22 Thread Alan McIlwain Perez
I made a mistake when typing the message instead of do_shared-libs it was do_solaris-shared. Let's see if I can explain myself a bit better and it can be of some help. By the way is there any chance of incorporating the shared libs part to the makefile.one. Using other versions of openssl I adde

Re: openssl-0.9.6a beta 2 on solaris 7

2001-03-22 Thread Alan McIlwain Perez
build-shared remove the lib files created already and then copy the shared libs manually. Is this the way it is supposed to work right now? regards, Alan - Original Message - From: "Richard Levitte - VMS Whacker" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EM

Re: openssl-0.9.6a beta 2 on solaris 7

2001-03-26 Thread Alan McIlwain Perez
t/software/openssl_beta/solaris --openssldir=/export/s oftware/openssl_beta/solaris solaris-sparcv9-cc I think is trying to load the CAST cipher when I've told it not use that cipher so it has a problem. I don't get to the shared libs part. If you need any more information tell me. regards, Alan

Re: openssl-0.9.6a beta 2 on solaris 7

2001-03-26 Thread Alan McIlwain Perez
That's new for me. So first I run the Configure and then "make update"? How do you make or install "makedepend"? I've tried it like this and it couldn't find makedepend and it obviouly failed when I did "make" after that. thanks, Alan - Origin

Re: openssl-0.9.6a beta 2 on solaris 7

2001-03-28 Thread Alan McIlwain Perez
le-SNAP-20010324/test *** Error code 1 make: Fatal error: Command failed for target `sub_all' If I tried doing make after the configure with gcc it failed in the same place as cc. regards, Alan - Original Message - From: "Richard Levitte - VMS Whacker" <[EMAIL PROTECTED]

openssl-0.9.6a beta 3 on solaris 7

2001-04-03 Thread Alan McIlwain Perez
make of Debian GNU/Linux 2.2 and solaris 7 with shared libs and "no-idea no-dsa no-rc5 no-cast" worked fine. The problem in beta 2 in solaris 7 has been fixed. There was no need to do make depend or make update. tha

Apologies for the virus sent yesterday

2001-10-24 Thread Alan McIlwain Perez
done to any of you. Thanks for your patience, Alan __ OpenSSL Project http://www.openssl.org Development Mailing List [EMAIL PROTECTED] Automated List Ma

Re: 0.9.7 approaching

2002-03-06 Thread Alan McIlwain Perez
I tried the snapshot openssl-0.9.7-stable-SNAP-20020305 with the flags: no-dsa no-idea no-cast and shared in the following platforms: Solaris 7 Solaris 8, 32 and 64 bit Linux Debian 2.4.17 It worked in all of them after adding in crypto/engine/hw_sureware.c : #ifndef OPENSSL_NO_DSA around each pl

RE: [openssl.org #2036] bug report: TLS session resumption not checking for existence of client finished message

2009-09-09 Thread Alan DeKok via RT
d, something seems to be going wrong with the SSL exchange. Our code that handles TLS "is session established" doesn't change when using session resumption. However, the change cipher spec notification doesn't seem to get sent, *and* OpenSSL is telling our APP that