RE: Problem with accents in certificate...

2006-06-14 Thread Bastien Gauthier
So the returned strings is UTF-8 ? That is what we want to use. We use the Zope application server (Python) that works in UTF-8 too, but when displaying the data, it seemed that it did not display correctly... We'll investigate ;-) Thank you for your fast response... BASTIEN Gauthier

Re: Is FIPS 140-2 Validation violated

2006-06-14 Thread Kyle Hamilton
It will violate the FIPS security policy. That much has been stated, but there's been no workaround that I'm aware of to select alternate options like that. (yay lack of foresight and a required-to-be-closed validation process.) -Kyle H On 6/13/06, Haridharan [EMAIL PROTECTED] wrote: Hi, I

Re: i am confused in PEM_read_PrivateKey

2006-06-14 Thread 孙 金龙
PEM_read_PrivateKey call PEM_read_bio_PrivateKey(BIO *bp, EVP_PKEY **x, pem_password_cb *cb, void *u) { if (!PEM_bytes_read_bio(data, len, nm, PEM_STRING_EVP_PKEY, bp, cb, u)) return NULL; p = data; if (strcmp(nm,PEM_STRING_RSA) == 0)

RE: Problem with accents in certificate...

2006-06-14 Thread Bastien Gauthier
By the way, we are using mod_ssl (OpenSSL) with Apache2, is there a way to change the openssl x509 command somwhere (we wish to add some -nameopt parameter ;-)) in Apache ? Thank u! BASTIEN Gauthier Service Informatique - Administration Communale de Sambreville 071/260.247

i can't find the EC_PRIVATEKEY_new()) and d2i_EC_PRIVATEKEY()

2006-06-14 Thread 孙 金龙
when i watch the EC_KEY *d2i_ECPrivateKey(EC_KEY **a, const unsigned char **in, long len) { int ok=0; EC_KEY *ret=NULL; EC_PRIVATEKEY *priv_key=NULL; if ((priv_key = EC_PRIVATEKEY_new()) == NULL) {

Re: valgrind warnings for 0.9.8b

2006-06-14 Thread Nils Larsch
Erik Leunissen wrote: I've run under valgrind an application which has been linked to libcrypto.a from the openssl0.9.8b release. Valgrind reports some warnings which all relate to uninitialized values. I really do not know whether that's significant, but just in case I attach the valgrind

Re: Is FIPS 140-2 Validation violated

2006-06-14 Thread William A. Rowe, Jr.
Kyle Hamilton wrote: It will violate the FIPS security policy. That much has been stated, but there's been no workaround that I'm aware of to select alternate options like that. Right, not with openssl ./config. However, some folks might want to consider if their compiler environment can be

Re: i can't find the EC_PRIVATEKEY_new()) and d2i_EC_PRIVATEKEY()

2006-06-14 Thread Nils Larsch
孙 金龙 wrote: when i watch the EC_KEY *d2i_ECPrivateKey(EC_KEY **a, const unsigned char **in, long len) { int ok=0; EC_KEY *ret=NULL; EC_PRIVATEKEY *priv_key=NULL; if ((priv_key = EC_PRIVATEKEY_new()) == NULL) {

Re: i am confused in PEM_read_PrivateKey

2006-06-14 Thread Nils Larsch
孙 金龙 wrote: thanks! i only want to read ec privatekey my ec privatekey is below -BEGIN EC PRIVATE KEY- MGACAQEEGAu0lmj+Fgurl8m7Tpwi4+wZk9GRSgdyjKALBgkqgRzXYwEBAgGhNAMy AQS0/wY++sZk+W3QERcmJ+5m1l+PKkaFhJelGBfWaDN4vmSZg7ltf8YtRaUVvyaS m1I= -END EC PRIVATE KEY- so i use

What's wrong with this openssl.cnf?

2006-06-14 Thread M. Fioretti
Hello, I am configuring a remote x86 Centos 4.3 box (running in UML) as personal web and email server. Openssl version is openssl-0.9.7a-43.8. I want it to be able to serve https pages and to securely forward/email to and from my home computer. Therefore, I have generated a certificate

Re: valgrind warnings for 0.9.8b

2006-06-14 Thread Marek Marcola
Hello, Erik Leunissen wrote: I've run under valgrind an application which has been linked to libcrypto.a from the openssl0.9.8b release. Valgrind reports some warnings which all relate to uninitialized values. I really do not know whether that's significant, but just in case I attach

Re: valgrind warnings for 0.9.8b

2006-06-14 Thread Nils Larsch
Marek Marcola wrote: Hello, Erik Leunissen wrote: I've run under valgrind an application which has been linked to libcrypto.a from the openssl0.9.8b release. Valgrind reports some warnings which all relate to uninitialized values. I really do not know whether that's significant, but just in

Re: What's wrong with this openssl.cnf?

2006-06-14 Thread Dr. Stephen Henson
On Wed, Jun 14, 2006, M. Fioretti wrote: Hello, I am configuring a remote x86 Centos 4.3 box (running in UML) as personal web and email server. Openssl version is openssl-0.9.7a-43.8. I want it to be able to serve https pages and to securely forward/email to and from my home computer.

Re: valgrind warnings for 0.9.8b

2006-06-14 Thread Marek Marcola
Hello, Please let me know if further particulars are desired because it is significant. in case you've done some crypto operations requiring random numbers (for example rsa with blinding) this is normal as openssl uses some uninitialized memory as an additional source of random. If you

Re: What's wrong with this openssl.cnf?

2006-06-14 Thread M. Fioretti
On Wed, Jun 14, 2006 13:15:42 PM +0200, Dr. Stephen Henson ([EMAIL PROTECTED]) wrote: On Wed, Jun 14, 2006, M. Fioretti wrote: Therefore, I have generated a certificate following, on the server, the procedure at http://wanderingbarque.com/howtos/mailserver/mailserver.html, but it [...]

Re: Error revoking a certificate

2006-06-14 Thread Susan McIntosh
Sendil kumar wrote: Hi, I think box A be the owner of the certificate so when u revoke it in box A it works fine.Box B may not be the owner(issuer) and when revoking the certificate , it is verified whether it is revoked by the corresponding person who issued the certificate by checking CN

Dovecot and SSL

2006-06-14 Thread Darryl Cook
I am having problems getting Dovecot and SSL to work correctly.I feel like I am really close but just cant quite get there.Im running the following:Redhat Linux Enterprise Edition version 4 update 3openssl version 0.9.8aDovecot version 1.0.beta7I have created the certificates and am trying to

Re: Dovecot and SSL

2006-06-14 Thread Marek Marcola
Hello, I am having problems getting Dovecot and SSL to work correctly. I feel like I am really close but just cant quite get there. Im running the following: Redhat Linux Enterprise Edition version 4 update 3 openssl version 0.9.8a Dovecot version 1.0.beta7 I have created the

Re: Dovecot and SSL

2006-06-14 Thread Marek Marcola
Hello, write:errno=104 This errno means: Connection reset by peer Best regards, -- Marek Marcola [EMAIL PROTECTED] __ OpenSSL Project http://www.openssl.org User Support Mailing List

Dovecot and SSL problems

2006-06-14 Thread Darryl Cook
I am having problems getting Dovecot and SSL to work correctly. I feel like I am really close but just cant quite get there. Im running the following: Redhat Linux Enterprise Edition version 4 update 3 openssl version 0.9.8a Dovecot version 1.0.beta7 I have created the certificates and am trying

Re: Dovecot and SSL

2006-06-14 Thread M. Fioretti
On Wed, Jun 14, 2006 10:32:18 AM -0400, Darryl Cook ([EMAIL PROTECTED]) wrote: I am having problems getting Dovecot and SSL to work correctly. I feel like I am really close but just cant quite get there. Im running the following: Redhat Linux Enterprise Edition version 4 update 3 openssl

Re: Dovecot and SSL

2006-06-14 Thread Darryl Cook
Thanks so much for the input ... at least I know whether to devote more time to ssl or dovecot now.Quoting Marek Marcola [EMAIL PROTECTED]: Hello, write:errno=104 This errno means: Connection reset by peer Best regards, -- Marek Marcola [EMAIL PROTECTED]

Re: What's wrong with this openssl.cnf?

2006-06-14 Thread Dr. Stephen Henson
On Wed, Jun 14, 2006, M. Fioretti wrote: On Wed, Jun 14, 2006 13:15:42 PM +0200, Dr. Stephen Henson ([EMAIL PROTECTED]) wrote: On Wed, Jun 14, 2006, M. Fioretti wrote: Therefore, I have generated a certificate following, on the server, the procedure at

Re: What's wrong with this openssl.cnf?

2006-06-14 Thread M. Fioretti
On Wed, Jun 14, 2006 18:46:37 PM +0200, Dr. Stephen Henson ([EMAIL PROTECTED]) wrote: The CA.pl script should be installed as part of OpenSSL somewhere. No, not on Centos: ls -l /usr/share/ssl/misc/ total 28 -rwxr-xr-x 1 root root 3520 Jun 13 07:06 CA -rwxr-xr-x 1 root root 119 Mar 8

Building using VC 2003 with some options to Configure (no-hw no-idea) do not work

2006-06-14 Thread Leandro Gustavo Biss Becker
Hi I´m trying to remove features not used by our project from openssl (0.9.8b) but some options do not work. First, i´ve tried use only "perl Configure VC-WIN32no-hw". When linking libeay, the .def file export functions that do not exists due no-hw switch giving a linker error. Second,

SUMMARY: Dovecot and SSL

2006-06-14 Thread Darryl Cook
Well after a great deal of work I finally got it work.   It seems that the problem is with dovecot configuration and openssl.   I got to poking around and found that I had both an rpm for openssl and had installed it in /usr/local/ssl manually as well.  The two were different versions.  I took the

Re: SUMMARY: Dovecot and SSL

2006-06-14 Thread M. Fioretti
On Wed, Jun 14, 2006 14:52:38 PM -0400, Darryl Cook ([EMAIL PROTECTED]) wrote: The version of openssl that seems to be working correctly is 0.9.7a. The problems I reported previously are with 0.9.7a, and there is no other version installed anywhere on my box. Ciao, Marco PS for

Re: SUMMARY: Dovecot and SSL

2006-06-14 Thread Marek Marcola
Hello, The version of openssl that seems to be working correctly is 0.9.7a. The problems I reported previously are with 0.9.7a, and there is no other version installed anywhere on my box. Maybe you should connect to your SSL mail server with openssl s_client for test ? Best regards, --

Implement HTTPS connection

2006-06-14 Thread Max Velasques
Hi, I'm creating a download manager with the library wxWidgets, and until now the program supports multithread download by HTTP and FTP protocol. Now I want to implement downloads by HTTPS. Asking in some mail list, they recommend the use of OpenSSL to do this. Some people said that I need

update to: What's wrong with this openssl.cnf?

2006-06-14 Thread M. Fioretti
On Wed, Jun 14, 2006 12:11:55 PM +0200, io ([EMAIL PROTECTED]) wrote: Hello, I am configuring a remote x86 Centos 4.3 box (running in UML) as personal web and email server. Openssl version is openssl-0.9.7a-43.8. I want it to be able to serve https pages and to securely forward/email to

Re: update to: What's wrong with this openssl.cnf?

2006-06-14 Thread david kine
You're missingthe -CAfile option in s_client."M. Fioretti" [EMAIL PROTECTED] wrote: On Wed, Jun 14, 2006 12:11:55 PM +0200, io ([EMAIL PROTECTED])wrote: Hello, I am configuring a remote x86 Centos 4.3 box (running in UML) as personal web and email server. Openssl version is openssl-0.9.7a-43.8.

Re: update to: What's wrong with this openssl.cnf?

2006-06-14 Thread M. Fioretti
On Wed, Jun 14, 2006 14:33:35 PM -0700, david kine ([EMAIL PROTECTED]) wrote: You're missing the -CAfile option in s_client. I have no access to that server right now, so I can't run the test right away, but: ok as far as openssl s_client is concerned, but what about using the cert when the

FIPS enabled OpenSSL with shared enabled-how to do?

2006-06-14 Thread sivabalakrishnan
Hi , I am building FIPS compliant OpenSSL in HP-UX PA 11.11 architecture. I was build the FIPS module from the source with the security policy 140-2 suggested in the FIPS user guide. The steps followed to build the FIPS module are ./config fips make make install The stepsfollowed to