Re: OpenSSL without Transport

2010-11-09 Thread David Schwartz
On 11/9/2010 4:06 PM, Karthick Ramu wrote: I know that SSL requires a transport layer for reliability purpose. But if there is a reliable, pre-provisioned and lossless network is it possible to transport a SSL packet without any transport layer protocol. Does OpenSSL support SSL without transpo

Re: OpenSSL without Transport

2010-11-09 Thread Wim Lewis
On 9 Nov 2010, at 4:06 PM, Karthick Ramu wrote: > I know that SSL requires a transport layer for reliability purpose. But if > there is a reliable, pre-provisioned and lossless network is it possible to > transport a SSL packet without any transport layer protocol. Does OpenSSL > support SSL wi

Re: How to generate gost-mac using ccgost engine?

2010-11-09 Thread Dr. Stephen Henson
On Wed, Nov 10, 2010, Andrey Kulikov wrote: > Hello, > > I've got a problem with calculating gost-mac using Openssl 1.0.0a > May be problem with cmd options, but I was unable to find out how to get it > work > Try: openssl dgst -engin gost -mac gost-mac -macopt key: README Steve. -- Dr Steph

Re: Source level debug config for 1.0.0a?

2010-11-09 Thread Andrey Kulikov
As a quick hack I added to root Makefile following lines: == debug: CFLAG+= -ggdb3 -O0 -DDEBUG debug: all == just before all: Makefile build_all openssl.pc libssl.pc libcrypto.pc Then # make clean # make debug After that NetBeans can walk through source using gdb. Linux i368. It con

How to generate gost-mac using ccgost engine?

2010-11-09 Thread Andrey Kulikov
Hello, I've got a problem with calculating gost-mac using Openssl 1.0.0a May be problem with cmd options, but I was unable to find out how to get it work Trying to generate gost-mac. Example from documentation (engines/ccgost/README.gost)  Calculation of GOST 28147 MAC  

OpenSSL without Transport

2010-11-09 Thread Karthick Ramu
I know that SSL requires a transport layer for reliability purpose. But if there is a reliable, pre-provisioned and lossless network is it possible to transport a SSL packet without any transport layer protocol. Does OpenSSL support SSL without transport layer. Please help. -Karthick

Re: Bug in EVP_PKEY_CTX function

2010-11-09 Thread Valery Blazhnov
You are right, sorry. The reference error is indirectly caused by my own changes. Thank you for your help. Valery Blazhnov 03.11.2010 15:20, Dr. Stephen Henson пишет: On Wed, Nov 03, 2010, Valery Blazhnov wrote: Yes, but EVP_PKEY_CTX_new() may be called and is really called sometimes in O