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

2008-08-04 Thread Amadeu A. Barbosa Jr
Hello again, Please, can someone help me? I need to compile openssl0.9.9 on Windows (MSVC or MinGW/MSYS based). Thanks. -- Amadeu A. Barbosa Jr :: http://www.inf.puc-rio.br/~ajunior > Hello, > > I´m trying to compile openssl-snap-20080729 under MinGW/MSYS environment > but I have problems with

OpenSSL server and thread pools

2008-08-04 Thread Matthew Fanto
I'm playing around with OpenSSL development and was curious about how to do thread pools with an OpenSSL server. I've implemented the client/server in the book"Network Security with OpenSSL", and can successfully send data back and forth. The way the code works is by spawning a new thread when a co

Re: Can OpenSSL parse SHA-2 within PKCS#7 objects?

2008-08-04 Thread Dr. Stephen Henson
On Mon, Aug 04, 2008, Travis wrote: > I've been trying to get OpenSSL to parse PKCS#7 objects made with > BouncyCastle, which uses SHA-2 hashes in it. > > However, I haven't had much luck. I know that OpenSSL has support for > SHA-2 directly, but I think the ASN.1 parser is blowing up on the > p

Can OpenSSL parse SHA-2 within PKCS#7 objects?

2008-08-04 Thread Travis
I've been trying to get OpenSSL to parse PKCS#7 objects made with BouncyCastle, which uses SHA-2 hashes in it. However, I haven't had much luck. I know that OpenSSL has support for SHA-2 directly, but I think the ASN.1 parser is blowing up on the particular NID/OID for SHA-2 hashes. Does anyone

Program crashes in EVP_CipherUpdate while doing T-DES Decryption

2008-08-04 Thread Ambarish Mitra
Hi all, Platform: Redhat Linux Advanced Server 4.0 Compiler: g++ 3.3.2 (C++ compiler used) Linkage: openssl libraries statically linked with the application program. Version: OpenSSL 0.9.7a Feb 19 2003 (I tried with a recent version of openssl, but same result). I am trying out the EVP API fu

Re: Re: Re: hello everyone

2008-08-04 Thread abc_123_ok
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 a lot. abc_123_ok 2008-08-04 发件人: Ger Hobbelt 发送时间: 2008-08-04 17:08:38 收件人: openssl-users@openssl.org 抄送: 主题: Re: Re: Re: hello everyone Great!

Vista

2008-08-04 Thread Michael S. Gebo
ISupport Team, was trying to convert a file from .pem to .p12 and was having a hard time getting openssl.exe to run properly for me. Just wanted to give you a heads up on this. I kept getting the "unable to write random state" error. In Vista you need to go to the openssl.exe file and do "Run as A

Re: Can I make a wildcard certificate for IIS?

2008-08-04 Thread dumbloser
Thank you for your reply. Althought there are many TERMS I don't understand, thank you very much. I ill learn more. :clap: Loren M. Lang wrote: > > dumbloser wrote: >> I am developing a web application at home using XP Pro and IIS 5.1. I >> want to >> use https:// to access the application. I m

Re: Re: Re: hello everyone

2008-08-04 Thread Ger Hobbelt
Great! I'm curious: what was the solution? Thanks, Ger On Sat, Aug 2, 2008 at 10:12 AM, abc_123_ok <[EMAIL PROTECTED]> wrote: > thanks Ger Hobbelt and All, > > my question have been solved, > > thanks a lot. > 2008-08-02 > > abc_123_ok > ___