Missing \r in index.txt

2002-01-13 Thread Maxime Dubois
not change the openssl version, so why did its behaviour changed?? Any idea? Thanks for help. Regards Maxime Dubois __ OpenSSL Project http://www.openssl.org User Support Mailing List

Openssl req and accents

2001-10-30 Thread Maxime Dubois
Maxime Dubois __ OpenSSL Project http://www.openssl.org User Support Mailing List[EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]

Re: Did anybody execute openssl with PHP?

2001-07-16 Thread Maxime Dubois
Hi and thanks for your reply, I finally resolved it: The problem comes from the openssl ca command, I find that all outputs are sent to bio_err instead of standard output, and that's confusing PHP/IIS. thanks again Regards Maxime - Original Message - From: Brad House [EMAIL PROTECTED]

Did anybody execute openssl with PHP?

2001-07-12 Thread Maxime Dubois
of the command that should be retained in a variable is partially sent to the output (the web page) causing display problems I try some other openssl commands without problems. Why is it doing this? Thanks in advance for your help Regards Maxime Dubois

Technical solution about smart card readers and Openssl?

2001-04-27 Thread Maxime Dubois
into the smart card, and I wonder how it works with Windows. I find a Smard card enrollment control (scrdenrl.dll) but only for 2K.Is there any other solution (without using PKCS12 file) to manage the smart card store? Your help will be much appreciated. Maxime DUBOIS

Re: Smart Card Readers

2001-04-24 Thread Maxime Dubois
Hi, How do you work with openssl and PKCS11 SmartCard readers? Can we export a a PKCS11 certificate with the command line tool? I can only see a pkcs12 command. Thanks Regards Maxime DUBOIS __ OpenSSL Project

Rsautl decrypt error

2001-03-07 Thread Maxime Dubois
mod len :./crypto/rsa/rsa_eay.c:364: I don't know much about RSA so could you help me and explain me what this error is, please? Maxime Dubois __ OpenSSL Project http://www.openssl.org User

Re: RSA, Perl and OpenSSL

2001-03-01 Thread Maxime Dubois
Hello Jason, Interesting, your package is exactly what I need, Is it or will it be available to everyone? I am not a Perl guru so I can't build such a package by myself and do not have time. Your help is welcome. Thanks. Maxime Dubois CGEY Jason Aras wrote : I have a RSA.pm That i cobbled

Re: Key length with IE and Xenroll?

2001-02-06 Thread Maxime Dubois
dwModulusSizeInBits = CLng ( 1024 ) Enroll.GenKeyFlags= (65536 * dwModulusSizeInBits ) + CRYPT_EXPORTABLE + CRYPT_USER_PROTECTED _ Greg Stark Ethentica, Inc. [EMAIL PROTECTED] _ ----- Original Mes

Re: Certificate renewal

2001-01-31 Thread Maxime Dubois
Hi, This solution was interesting but it seems that I need the private key of the user certificate to sign the request (and unfortunately it was created and stored in the client browser). openssl x509 -x509toreq -in cert.pem -out req.pem Getting request Private Key no request key file specified

Re: Certificate renewal

2001-01-29 Thread Maxime Dubois
don't know how long they will stay there and so can't deliver long-time certs. So the renewal has some long-term benefits for users (e.g when using secure mail). Regards. Maxime Maxime Dubois wrote: I generate user certificates with IE and Netscape by using Xenroll dll and Keygen, I want

Re: Intermediate CA Revocation?

2001-01-29 Thread Maxime Dubois
Hello and thanks for your help, 1. How can I revoke an intermediate CA? Is It Possible? Yes it is possible. Just have the parent CA issue a CRL that includes the intermediate. Do you mean that the parent CA's CRL must include the intermediate CA's CRL? I'm not sure I really understand