Re: COMP_zlibd don't return a valid method

2005-08-18 Thread Ignacio Butler
thank you, it worked! but, why don't use the installed openssl library and i have to put the source directory? thanks ignacio On 8/17/05, prakash babu <[EMAIL PROTECTED]> wrote: > Hi Ignacio , > > I think that the problem is that your are not linking the appropriate > libraries. > > Try th

ADH and ECDH

2005-08-18 Thread Jagannadha Bhattu Gosukonda
Hi, I have a question on ADH and ECDH. Is ADH and ECDH same in terms of algorithms used for key exchange? Can't we skip authentication for ECDH just like how we do for ADH in case if the algorithms are different ? Thanks JB __ Op

Re: how to look for utf8 in CSRs?

2005-08-18 Thread Peter BENKO,VSE IT Sluzby,+421-55-610-2045,+421-903-855532
On Thu, Aug 18, 2005 at 10:41:45AM +0200, Gerd Schering wrote: > Hallo, > > could someone tell me how can I se if a CSR contains utf8 strings in the > DN ? > openssl req -in csr -noout -text -nameopt show_type > has not the desired effect. You can use: openssl asn1parse -in request.pem ... if y

Re: how to look for utf8 in CSRs?

2005-08-18 Thread Dr. Stephen Henson
On Thu, Aug 18, 2005, Gerd Schering wrote: > Hallo, > > could someone tell me how can I se if a CSR contains utf8 strings in the > DN ? > openssl req -in csr -noout -text -nameopt show_type > has not the desired effect. > You need to combine "show_type" with another option such as "multiline,s

Re: certificate purpose & smime

2005-08-18 Thread Dr. Stephen Henson
On Thu, Aug 18, 2005, Peter BENKO,VSE IT Sluzby,+421-55-610-2045,+421-903-855532 wrote: > Hi > > I have the certificate with following purpose: > openssl x509 -purpose -noout -in crt.pem > Certificate purposes: > SSL client : Yes > SSL client CA : No > SSL server : No > SSL server CA : No > Nets

Re: Decrypting pkcs7 messages

2005-08-18 Thread Tan Eng Ten
Hi, U can loop through every PKCS7_RECIP_INFO object in P7->d.enveloped->recipientinfo stack and print the issuer and serial like: X509_NAME_print(bio, recp_info->issuer_and_serial->issuer, ) i2a_ASN1_INTEGER(bio, recp_info->issuer_and_serial->serial, .) Hadmut Danisch wrote: Hi, a q

how to look for utf8 in CSRs?

2005-08-18 Thread Gerd Schering
Hallo, could someone tell me how can I se if a CSR contains utf8 strings in the DN ? openssl req -in csr -noout -text -nameopt show_type has not the desired effect. Gerd -- -- -- Gerd Schering, Email: [EMAIL PROTECTED] -- ---

Decrypting pkcs7 messages

2005-08-18 Thread Hadmut Danisch
Hi, a question about pkcs7 decryption: An encrypted pkcs7 message (enveloped) contains a list of recipient info objects (i.e. the subject name of the issuer and the serial number of the certificates used for encryption). When I pass a certificate and a private key to the library, the library

certificate purpose & smime

2005-08-18 Thread Peter BENKO,VSE IT Sluzby,+421-55-610-2045,+421-903-855532
Hi I have the certificate with following purpose: openssl x509 -purpose -noout -in crt.pem Certificate purposes: SSL client : Yes SSL client CA : No SSL server : No SSL server CA : No Netscape SSL server : No Netscape SSL server CA : No S/MIME signing : Yes S/MIME signing CA : No S/MIME encryption

Re: strange error when trying to sign CSR

2005-08-18 Thread Gerd Schering
Richard Levitte wrote: Gerd Schering writes: Sorry for this question, of course we have rfc2459. *ahem* 3280 Cheers, Richard Yes, yes you're so right! -- -- -- Gerd Schering, Email: [EMAIL PROTECTED] -- -