RE: UAC related errors on windows 7 64-bit with Application Verifier

2014-02-03 Thread Michael Wojcik
From: owner-openssl-us...@openssl.org [mailto:owner-openssl- us...@openssl.org] On Behalf Of mswarna Sent: Friday, 31 January, 2014 08:43 We would like to go for windows app certification/Microsoft client logo certification. One of the requirements for this is running a tool called

Using AF_ALG with openssl

2014-02-03 Thread tera tellence
Dear All, i am trying to built the AF_ALG API to access kernel cryptographic API on an ubuntu machine. I donwloaded the aF_ALG open SOurce code and followed the instructions to compile it. I then copied the shared library in the openssl engine path. But I have the following error when I tried to

RE: bac record mac alert with openssl 1.0.1e

2014-02-03 Thread Sairam Rangaswamy -X (sairanga - ARICENT TECHNOLOGIES MAURIITIUS LIMITED at Cisco)
Hi, Any help on this is greatly appreciated. I have not seen any reply to this issue so far, on even how to debug or workaround this issue. Thanks, R. Sairam From: Sairam Rangaswamy -X (sairanga - ARICENT TECHNOLOGIES MAURIITIUS LIMITED at Cisco) Sent: 02 February 2014 14:18 To:

SSL_CTX_set_tlsext_servername_callback not being called?

2014-02-03 Thread Jeffrey Walton
I've set a servername callback using SSL_CTX_set_tlsext_servername_callback. SSL_CTX_set_tmp_dh_callback(ctx, edh_cb); SSL_CTX_set_tlsext_servername_callback(ctx, servername_cb); I verified the callback was set in the context object: gdb p *server_ctx ... client_cert_engine

Forcing an application to use SHA512

2014-02-03 Thread Gnanasekar R
Hi, I am trying to write a cli-ser app and in that I want to force SHA512 to be used. I am always seeing SHA1 being used. Is there a way to force that in the application? Thanks in advance!