GOST in openssl - SSL

2007-08-29 Thread André Ziermann
and tested with GOST keys and certs when being compiled from the current openssl snapshot? Are there other versions of openssl which are fitter to run SSL with GOST? Thanks for help. André Ziermann Senior Solution Engineer SECUDE IT Security GmbH Goebelstrasse 21 64293 Darmstadt / Germany Tel

Re: Wrong hash algorithm displayed in GOST-Certificates

2007-08-08 Thread André Ziermann
identifier. Regards André ____ From: André Ziermann Sent: Mittwoch, 8. August 2007 12:44 To: 'openssl-users@openssl.org' Subject: FW: Wrong hash algorithm displayed in GOST-Certificates Hi, Playing with GOST engine in opnessl 0.9.9. I cannot get a cert

FW: Wrong hash algorithm displayed in GOST-Certificates

2007-08-08 Thread André Ziermann
rtificates GOST compliant? Where should I submit the report, if this turns out to be a bug?   Thank you very much for advice.   PS: Thanks to Andrej Kol'tsov for having helped with GOST key generation. :-)   André Ziermann Senior Solution Engineer SECUDE IT Security GmbH Goebelstrasse 21

How to generate and use asymmetric GOST keys?

2007-07-31 Thread André Ziermann
_pmeth.c: 274: error in req OpenSSL>   Although it was said on the cited page that there are no parameters needed, the shell complains about not having any. Is it a bug? Thanks for help.   André Ziermann Senior Solution Engineer SECUDE IT Security GmbH Goebelstrasse 21 64293 Darmstadt / Ge

How do I get openssl 0.9.9?

2007-07-25 Thread André Ziermann
/source/)? How do get it? Thanks   André Ziermann   smime.p7s Description: S/MIME Cryptographic Signature

RE: Need help: Understanding SSL object in multi-threaded environment

2006-10-05 Thread André Ziermann
Hi,   you may use the same H_SSL_CTX (handle to an SSL context) in concurrent threads. This structure serves as a factory of ssl connections. You use SSL_new to create SSL connection handles (H_SSL). These you can use only within one thread. So, you may share H_SSL_CTX, you may not share H_

RE: Transfer Encoding : Chunked

2006-10-04 Thread André Ziermann
Hi, The transfer encoding chunked header tells you that your server's response will be sent in more than one little pieces. Sometimes the server does so, sometimes not. Depends on the response and on whether the server knows the response's length in the very moment it starts sending it. So you s