Re: Creating certificates with more than one eMail address

2004-02-04 Thread Massimiliano Pala
Lee Dilkie wrote: Mine works fine. I have multiple "E=" fields in the subject attribute. I use the same certificate from several accounts. (This message is signed so you can take a look for yourself). Also, this isn't openssl generated but I see no reason why that would matter. IMHO if you want

Re: variable command line options

2004-02-04 Thread Charles B Cranston
prefab wrote: I had the same question for subjectAltName=otherName:1.3.6.1.4.1.311.20.2.3;UTF8:(copy emailAddress) In Windows the environment variable replacement only works if you set the variable before calling openssl for signing the request: set [EMAIL PROTECTED] openssl x509 -req ... Does any

Test

2004-02-04 Thread andreas . koenig
­¡&WÌææ ʾòÅ}„IÏNz>ÇÀsMóàÖIx—³Ž®^&‰XO:d.‚gk—'J#¼ž›^?VCFrUXµJÄ?à ã?ŸB:‹ï ¶íâÛßWýñ?ö|»ùùkÃFÚDx¦ýdšu?^ÈùcˆEú?|xCÇ™m&~?T÷±4F$/(D7ŠØËâvr¸-Û¸àtY~‰ç¾0íúL¼4‡â™ÏªrãQ¡¦¤é·ü—„÷}Âá>ª³lŸï½¹¼BNâSY¹iéžœAˆBÖ£¸nÇ6ØÍbœ»”é%΢o#òí”TèwƒÄ»·ílœdƹþõ{ÁX×.!?·*hÏÚffŸ6Bž§·sB”»\åR4œR‹ê´xž™¯—Y5Sê20"¹ë¸¦~i–•SÒâŠæ¢X{? )éóÓ̓x¿#

How to enable Debug mode for OpenSSL? Is there a need to change CC to gcc ?

2004-02-04 Thread murugesan
Hello all,     I need to enable debug mode for OpenSSL. How can I achieve this. There is no such option for Configure. Also I have already installed openssl with CC being cc compiler. Is there a need to change this to gcc ? With CC being set to cc it worked perfectly. All these are with resp

RE: Creating certificates with more than one eMail address

2004-02-04 Thread Lee Dilkie
you didn't look at the certificate fully. there is also RFC822 [EMAIL PROTECTED] RFC822 [EMAIL PROTECTED] RFC822 [EMAIL PROTECTED] in the Subject Alternative Name as rfc3280 requires. So I assume Thawte is covering all bases by putting the addresses in both places. And I hope we could do the sam

Re: variable command line options

2004-02-04 Thread prefab
--- Charles Cranston <[EMAIL PROTECTED]> wrote: > > I'd like to set the value of the SubjectAltName in openssl.cnf as a > > variable, in order to create different certificates without changing the > > SubjectAltName value in openssl.cnf at anytime. I'd like to set the > > value during starting

ASN1_i2d_bio

2004-02-04 Thread Amar Desai
I want to have OCSP_CERTID field from the OCSP_REQUEST in binary format. I tried to get it using i2d_OCSP_CERTID(bp,certID). When i call this function my program segfaults. I also tried ASN1_i2d_bio(i2d_OCSP_CERTID,bp,unsigned char *) and got same segmentation fault. I am using openssl-0.9.7c