Re: UI

2002-07-11 Thread Richard Levitte - VMS Whacker
In message [EMAIL PROTECTED] on Wed, 10 Jul 2002 18:56:20 +0200, Götz Babin-Ebell [EMAIL PROTECTED] said: babinebell Is there a easy way to convert a passphrase callback to a UI ? babinebell babinebell meaning: babinebell I have a pem_password_callback (and a pointer to babinebell

[openssl.org #141] Error while writing zero-length string

2002-07-11 Thread Martin Sjögren via RT
When you write a zero-length string with SSL_write, OpenSSL signals a protocol-violating EOF even though no such thing has happened. My guess is that a zero returned is misinterpreted somewhere though I have not had time to dig through the source. I attached a program that (at least on my

Re: Update: Bull TrustWay PKCS#11 engine

2002-07-11 Thread afchine madjlessi
aSteven A. Bade wrote The 64$ question from my mind is are you working on a 0.9.7 engine for PKCS#11... That's the one of particular interest to me in the long run. of course. afchine __ [EMAIL PROTECTED] Bull - Trustway RD - Networking Security

[openssl.org #142] (no subject)

2002-07-11 Thread [EMAIL PROTECTED] via RT
Dear all, I get error messages when I tryed to compile the latest version of openssl. I attach a logfile of make OpenSSL self-test report: OpenSSL version: 0.9.6d Last change: Fix crypto/asn1/a_sign.c so that 'parameters' is omitte... Options: -mips4 OS (uname): IRIX gold

Re: Getting the CERT chain

2002-07-11 Thread Lutz Jaenicke
On Thu, Jul 11, 2002 at 07:12:30AM -0700, Patrick Powell wrote: Question 1: Is there a simple way using exported (i.e. - available to general use via the openssl library and having definitions in openssl.h) OpenSSL functions to do the following: During the SSL connection process, if a

Getting the CERT chain

2002-07-11 Thread Patrick Powell
Question 1: Is there a simple way using exported (i.e. - available to general use via the openssl library and having definitions in openssl.h) OpenSSL functions to do the following: During the SSL connection process, if a user CERT has been presented, get the cert chain? Here is the code

[openssl.org #142] (no subject)

2002-07-11 Thread Lutz Jaenicke via RT
[[EMAIL PROTECTED] - Thu Jul 11 15:25:40 2002]: I get error messages when I tryed to compile the latest version of openssl. I attach a logfile of make... The error messages indicate, that there is something odd with your gcc setup. It seems, that the assembler used cannot correctly handle

Re: [openssl.org #141] Error while writing zero-length string

2002-07-11 Thread Bodo Moeller
Martin Sjögren: When you write a zero-length string with SSL_write, OpenSSL signals a protocol-violating EOF even though no such thing has happened. My guess is that a zero returned is misinterpreted somewhere though I have not had time to dig through the source. SSL_write() with length 0

Re: [openssl.org #127] AES draft cipher suites

2002-07-11 Thread Bodo Moeller
Lutz Jaenicke: I have already worked in the cipher selection routines yesterday with respect to PR#130. I will add an appropriate NOTDEFAULT selection keyword that will cover cipher suites not selected by default. As this is a new feature I intend to only add it to 0.9.7 (and later).

[openssl.org #143] pod2mantest gives wrong return value

2002-07-11 Thread via RT
During make install on a Solaris 2.6 with Perl 5.005_002 pod2mantest is called via `cd ../../util; ./pod2mantest ignore` It complains MultilineTest failed and returns util/pod2man.pl This path does not work at this place. It should be ../../util/pod2man.pl The installation stops here. I