Re: othername in subjectAltName

2002-06-11 Thread Michael Bell
Vadim Fedukovich schrieb: > > On Tue, Jun 11, 2002 at 01:46:40PM +0200, Michael Bell wrote: > > Hi, > > > > I start a simple implementation of othername only for strings in the > > subject alternative name. Actually I have a problem with the resolving > > of the ASN1_TYPE. > > > > OTHERNAME is de

[openssl.org #94] build Problems

2002-06-11 Thread \"\" Jamie L.Lipinski \" via RT\"
Hello, I'm getting the following error when I try and build openssh-0.9.6d while running the make command: cc -I.. -I../.. -I../../include -KPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -xtarget=ultra -xarch=v8plus -xO5 -xstrconst -xdepend -Xa -DB_ENDIAN -DBN_DIV2W -DULTRASPARC

Re: make depend from Configure?

2002-06-11 Thread Doug Kaufman
On Tue, 11 Jun 2002, Bodo Moeller wrote: > Richard Levitte - VMS Whacker <[EMAIL PROTECTED]>: > > > In revision 1.81 of Configure, the automatic run of 'make depend' was > > commented out. IIRC, this was done because we had a dependency > > rebuild war happening a little now and then back then.

[openssl.org #93] 0.9.7-b1 openssl ocsp core dump on invalid -CAfile parameter

2002-06-11 Thread Jean-Marc Desperrier via RT
In 0.9.7-b1, an invalid value for the CAfile parameter in a call to openssl ocsp generates a core dump when verifying OCSP requests. When the setup_verify function fails because it can not open the CAfile parameters, it returns NULL. The function OCSP_basic_verify that is called just after th

0.9.7-b1 openssl ocsp core dump on invalid -CAfile parameter

2002-06-11 Thread Jean-Marc Desperrier
In 0.9.7-b1, an invalid value for the CAfile parameter in a call to openssl ocsp generates a core dump when verifying OCSP requests. When the setup_verify function fails because it can not open the CAfile parameters, it returns NULL. The function OCSP_basic_verify that is called just after tha

Re: make depend from Configure?

2002-06-11 Thread Bodo Moeller
Richard Levitte - VMS Whacker <[EMAIL PROTECTED]>: > In revision 1.81 of Configure, the automatic run of 'make depend' was > commented out. IIRC, this was done because we had a dependency > rebuild war happening a little now and then back then. Since then, > we've unified the results of depende

Re: othername in subjectAltName

2002-06-11 Thread Vadim Fedukovich
On Tue, Jun 11, 2002 at 01:46:40PM +0200, Michael Bell wrote: > Hi, > > I start a simple implementation of othername only for strings in the > subject alternative name. Actually I have a problem with the resolving > of the ASN1_TYPE. > > OTHERNAME is defined like this in crypto/x509v3/x509v3.h:

Re: [openssl.org #86] Bug in RSA_check_key

2002-06-11 Thread Giudicelli Frédéric via RT
openssl-0.9.7-beta1 ___ Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français ! Yahoo! Mail : http://fr.mail.yahoo.com __ OpenSSL Project

[openssl.org #88] Encrypted alert 25.

2002-06-11 Thread Lutz Jaenicke via RT
Sorry, my explanation went into the wrong bucket :-( Here again: I have tried to access the host (and the specific URL) mentioned with the openssl s_client command line tool. I could not see anything strange. After the data (how useful is it?) is transferred, the client sends a close notify ale

Re: [openssl.org #88] Ticket Resolved

2002-06-11 Thread Fabrice Mougin via RT
On Tue, Jun 11, 2002 at 01:40:36PM +0200, Lutz Jaenicke via RT wrote: > According to our records, your request has been resolved. If you have any > further questions or concerns, please respond to this message. Good news ! Can you tell me if the bug fix has been applied on a release or

[openssl.org #73] make failing under MAC OS X (darwin)

2002-06-11 Thread Lutz Jaenicke via RT
[[EMAIL PROTECTED] - Tue Jun 4 19:09:40 2002]: > cc -o openssl -DMONOLITH -I../include -fPIC -DTHREADS -D_REENTRANT -O3 > -D_DARWIN -DB_ENDIAN openssl.o verify.o asn1pars.o req.o dgst.o dh.o > dhparam.o enc.o passwd.o gendh.o errstr.o ca.o pkcs7.o crl2p7.o crl.o > rsa.o rsautl.o dsa.o dsaparam.

othername in subjectAltName

2002-06-11 Thread Michael Bell
Hi, I start a simple implementation of othername only for strings in the subject alternative name. Actually I have a problem with the resolving of the ASN1_TYPE. OTHERNAME is defined like this in crypto/x509v3/x509v3.h: typedef struct otherName_st { ASN1_OBJECT *type_id; ASN1_TYPE *value; } OTH

[openssl.org #86] Bug in RSA_check_key

2002-06-11 Thread via RT
[[EMAIL PROTECTED] - Fri Jun 7 09:14:53 2002]: > If the key is loaded via an ENGINE, openssl crashes > because of a segfault (function BN_num_bits > crypto/bn/bn_lib.c:252). > > Explanation: When loading a key from an engine the p q > and d members of the RSA struct are never set. > > However

[openssl.org #92] Prototypes SSL_write() & SSL_read() problem in openssl/ssl.h for 64-bit applications

2002-06-11 Thread Lutz Jaenicke via RT
[[EMAIL PROTECTED] - Tue Jun 11 09:11:38 2002]: > I believe that this last parameter needs to be of type size_t. The problem is not solved by changing the calls to SSL_read() and SSL_write(). These functions call internal functions which again call other internal functions and so on. All of th