Re: Program crashes in EVP_CipherUpdate while doing T-DES Decryption

2008-08-05 Thread Ger Hobbelt
Shoot. Forgot to mention: I checked this on latest 0.9.9 CVS, so slight differences may appear) -- Met vriendelijke groeten / Best regards, Ger Hobbelt -- web: http://www.hobbelt.com/ http://www.hebbut.net/ mail: [EMAIL PROTECTED] mobile:

Re: openssl-snap-20080729 mingw/msys compilation problem

2008-08-05 Thread Ger Hobbelt
Did a grep on CERT_SYSTEM_STORE_CURRENT_USER: it is defined in wincrypt.h (@ ~ line 7377), which is a Microsoft-provided header file. Anyway, sounds to me like the code does not #include that header file in the 'proper places'. However, I see that wincrypt.h is included in engines/e_capi.c right

Where I get list of trusted certs from verisign ?

2008-08-05 Thread petekolle123
Hello I use openssl with a simple client. This client only connect to one server. I get error message unable to get local issuer certificate. That means server sends his certificate and client has to verify it with a list of trusted certificates or CAs. And this list is missing. In this

certificate creation

2008-08-05 Thread Khoo Wei Hiong
I am a newbie to SSL 1. With openssl versions release so far, is it possible to create public key certificate with signature algorithm : sha2withRSAEncryption? 2. Message Digest Algorithm I will use is SHA-2, therefore, is it necessary to change signature algorithm from

Re: Program crashes in EVP_CipherUpdate while doing T-DES Decryption

2008-08-05 Thread Ger Hobbelt
Given the coredump stack trace you provide, it looks like ctx-cipher-do_cipher == NULL, while it should be a valid pointer to a cypher-specific en/decrypt function (see evp_cipher_st typedef in evp.h). Please check with assert() or debugger if this member != NULL before entering the decrypt

RE: Program crashes in EVP_CipherUpdate while doing T-DES Decryption

2008-08-05 Thread Ambarish Mitra
Given the coredump stack trace you provide, it looks like ctx-cipher-do_cipher == NULL, while it should be a valid pointer to a cypher-specific en/decrypt function (see evp_cipher_st typedef in evp.h). Please check with assert() or debugger if this member != NULL before entering the decrypt

Re: Re: Re: hello everyone

2008-08-05 Thread Ger Hobbelt
2008/8/4 abc_123_ok [EMAIL PROTECTED]: Dear Ger, ^_^ the reason is I didn't decrypt the 24 bytes data, so the IV don't update , as a result is the data decrypted is error. Thanks for posting the resolution. thanks a lot. You're welcome! Take care, Ger

OpenSSL for Windows

2008-08-05 Thread Ariel Sanchez
Good afternoon, sir. Using v.0.9.8g, on Windows XP SP3 (FTP Server), logged in as Local Administrator account. I was hoping to get some insight as to why I am getting the following errors (I hope you can see these screen shots) I tried the g version since v.0.9.8h was giving me

Win32 OpenSSL v.0.9.8g

2008-08-05 Thread Ariel Sanchez
Good afternoon, sir. Using v.0.9.8g, on Windows XP SP3 (FTP Server), logged in as Local Administrator account. I was hoping to get some insight as to why I am getting the following errors (I hope you can see these screen shots) I tried the g version since v.0.9.8h was giving me

Re: SSL3_accept makes Server stuck

2008-08-05 Thread Du, Jinsong
Hi Urjit, Unfortunately, I can't reach the computers with problem when running the client software, I don't even know where they are. I just checked the server, and the stuck process is still there, running more than two weeks: 20743 jdu./reg_mpt 14-18:43:57 #ls

Re: SSL3_accept makes Server stuck

2008-08-05 Thread Kyle Hamilton
Because no data has been transmitted on the socket, the client didn't send an RST, and SO_KEEPALIVE wasn't set on the socket. -Kyle H On Tue, Aug 5, 2008 at 10:19 AM, Du, Jinsong [EMAIL PROTECTED] wrote: Hi Urjit, Unfortunately, I can't reach the computers with problem when running the

Re: RFC 4130 checksum in SHA1

2008-08-05 Thread javierm
Thanks Marco: Sorry about the delay, but today all got very well cleared and I will describe the solution (which is not very complex by the way, but rather easy) The canonicalization (what you call normalization) has to be performed also on the message, not only the headers. I tested this with

Re: Win32 OpenSSL v.0.9.8g

2008-08-05 Thread Thomas J. Hruska
Ariel Sanchez wrote: Good afternoon, sir. Using v.0.9.8g, on Windows XP SP3 (FTP Server), logged in as Local Administrator account. I was hoping to get some insight as to why I am getting the following errors (I hope you can see these screen shots) I tried the g version since v.0.9.8h was