Is it possible to generate RSA private and public keys by Opensssl in XML format

2010-12-16 Thread Rade

obj_name_cmp invalid pointer? OpenSSL 1.0.0.3

2010-12-16 Thread Marin Bek
Hello, I use axis2 in my application, and it uses openssl 1.0.0.3. It sometimes happens that a null pointer is used in obj_name_cmp(). See stack trace below. I found some bug reports regarding this, but no fixes. Is it possible to correct this? Thank you Insure stack trace: Runtime:

[FWD] Crash inside libeay32.dll

2010-12-16 Thread Lutz Jaenicke
Forwarded to openssl-users for public discussion. Best regards, Lutz - Forwarded message from Yu, Eleanor eleanor...@siemens-enterprise.com - From: Yu, Eleanor eleanor...@siemens-enterprise.com To: r...@openssl.org r...@openssl.org Date: Tue, 14 Dec 2010 20:46:05 +0100 Subject:

using openssl without config file

2010-12-16 Thread felix farcas
Hello I want to make a form with a submit button. For this I would like to creat a req_user.pem over a secure Internet. Than I want this file to be send to an e-ail addres. I need to introduce per command line the following variables * Domain Component: * Domain Component: *

Re: Is it possible to generate RSA private and public keys by Opensssl in XML format

2010-12-16 Thread michel
Pehaps you should rather look at the XMLSec project : http://www.aleksey.com/xmlsec/ __ OpenSSL Project http://www.openssl.org User Support Mailing List

Re: Verify CSR fails for 256 byte modulus, what am I doing wrong?

2010-12-16 Thread Kannan J
This is the error message I get when I use openssl to verify my generated CSR: D:\deletemeopenssl req -noout -text -verify -in server.csr verify.out verify failure 4368:error:0407006A:rsa routines:RSA_padding_check_PKCS1_type_1:block type is no t 01:.\crypto\rsa\rsa_pk1.c:100:

Re: [FWD] Crash inside libeay32.dll

2010-12-16 Thread Marin Bek
You could compile a debug version of openssl and run your application with some debugger, depending on the compiler you use for your application. It all depends on a kind of a crash you experience. If it is some memory-related error, you could try Insure++ or IBM Purify. HTH, Marin On Thu, Dec

Re: Verify CSR fails for 256 byte modulus, what am I doing wrong?

2010-12-16 Thread Kannan J
How can I be sure that the signature is actually wrong? Our smart card provider is going to ignore my email if I say that their card is not signing correctly with the private key. What if the message digest is wrong? However everything works fine for 128 byte modulus. --- On Thu, 16/12/10,

SSLv3 alert decompression failure

2010-12-16 Thread Jan Hejl
Hello everyone, since i've updated openssl to 1.0.0 (first b-r1 and c after) version i'm unable to establish TLS connection to some mailservers - probably with older binaries of openssl. Below is telnet connection with starttls to mailserver.prestice-mesto.cz - Kerio Mailserver 6.0.10. I

Re: SSLv3 alert decompression failure

2010-12-16 Thread Dr. Stephen Henson
On Thu, Dec 16, 2010, Jan Hejl wrote: Hello everyone, since i've updated openssl to 1.0.0 (first b-r1 and c after) version i'm unable to establish TLS connection to some mailservers - probably with older binaries of openssl. Below is telnet connection with starttls to

Re: using openssl without config file

2010-12-16 Thread Patrick Patterson
Hi Felix: What you want is the -subj command line option. Have fun. Patrick. On 2010-12-16, at 8:13 AM, felix farcas wrote: Hello I want to make a form with a submit button. For this I would like to creat a req_user.pem over a secure Internet. Than I want this file to be send to an