[openssl-users] SSLv3 error in Ubuntu/Apache2

2018-05-12 Thread Deepak Goel
resolve the error? Deepak "The greatness of a nation can be judged by the way its animals are treated. Please stop cruelty to Animals, become a Vegan" +91 73500 12833 deic...@gmail.com Facebook: https://www.facebook.com/deicool LinkedIn: www.linkedin.com/in/deicool "Plant a Tree,

[openssl-users] Password based key derivation

2015-04-09 Thread Deepak
Hi, Any help on following questions is appreciated. 1) Can the function PKCS5_PBKDF2_HMAC_SHA1() in 0.9.8zf be used to derive a key for AES-256-CBC encryption from user supplied passphrase? 2) Is PKCS5_PBKDF2_HMAC_SHA1() preferable to EVP_BytesToKey() and why ? I see

[openssl-users] How to disable all EXPORT Ciphers?

2015-03-09 Thread Deepak
Hi, How to I disable all EXPORT Ciphers from OpenSSL? Will the use of string kEDH:ALL:!ADH:!DES:!LOW:!EXPORT:+SSLv2:@STRENGTH with SSL_CTX_set_cipher_list() be good enough to disable EXPORT40, 56 and 1024? Thank you, Deepak ___ openssl-users mailing

[openssl-users] Openssl verify command and c_rehash

2015-02-04 Thread Deepak
Hi, Can following behaviour be confirmed as expected? OpenSSL verify test (test_verify) fails Env- c_rehash run using Cygwin. Run c_rehash on /path/to/certs/demo Cmd - openssl verify -CApath ../certs/demo ../certs/demo/*.pem Cause - Symbolic links (from hash.0 to file.pem) created by c_rehash

[openssl-users] OpenSSL 'verify' command and c_ rehash script on Cygwin

2015-02-01 Thread Deepak
-- Forwarded message -- From: Deepak dpb795...@gmail.com Date: Jan 31, 2015 8:05 AM Subject: OpenSSL 'verify' command and c_ rehash script on Cygwin To: openssl-users@openssl.org Cc: Hi, Can following behaviour be confirmed as expected? OpenSSL verify test (test_verify) fails

[openssl-users] OpenSSL 'verify' command and c_ rehash script on Cygwin

2015-01-30 Thread Deepak
Hi, Can following behaviour be confirmed as expected? OpenSSL verify test (test_verify) fails Env- c_rehash run using Cygwin. Run c_rehash on /path/to/certs/demo Cmd - openssl verify -CApath ../certs/demo ../certs/demo/*.pem Cause - Symbolic links (from hash.0 to file.pem) created by

Re: [openssl-users] Assembler Optimizations in 'crypto' on Windows

2015-01-15 Thread Deepak
. It is free and for me quite reliable. -- Steve Kneizys Senior Business Process Engineer @ Ferrilli web: http://www.ferrilli.com/ On Wed, Jan 14, 2015 at 8:29 AM, Deepak dpb795...@gmail.com wrote: Dear OpenSSL User, I am working on porting 0.9.8h based 'OpenSSL customization' to 1.0.1

[openssl-users] Assembler Optimizations in 'crypto' on Windows

2015-01-14 Thread Deepak
Dear OpenSSL User, I am working on porting 0.9.8h based 'OpenSSL customization' to 1.0.1. Earlier this code was using 'cpp' as input parameter to the Perl scripts. 1. What option shall I use now for Windows? As per documentation, nasm will be the only supported assembler. But currently both

Re: CVE-0224-2014 CCS byte

2014-11-25 Thread Deepak
On Nov 22, 2014 2:35 AM, Dr. Stephen Henson st...@openssl.org wrote: On Sat, Nov 22, 2014, Deepak wrote: Hi, Can a SSL client upgraded with patch for CVE-0224-2014 (say OpenSSL 0.9.8zb) talk to SSL server which does not have this patch (say OpenSSL 0.9.8u) ? Problem I have

CVE-0224-2014 CCS byte

2014-11-21 Thread Deepak
Hi, Can a SSL client upgraded with patch for CVE-0224-2014 (say OpenSSL 0.9.8zb) talk to SSL server which does not have this patch (say OpenSSL 0.9.8u) ? Problem I have - Server -Apache 2.2.22 with mod_ssl compiled with OpenSSL 0.9.8u Client - privately maintained PKI code based upon OpenSSL

Issue setting up apache mod proxy over SSL connection for gevent socketio server

2014-06-13 Thread Deepak Rokade
:00:36 2014] [debug] ssl_engine_kernel.c(1884): OpenSSL: Write: SSL negotiation finished successfully [Wed Jun 11 08:00:36 2014] [info] [client 10.142.149.45] Connection closed to child 0 with standard shutdown (server myserver:443) -- Deepak Rokade

Using same SSL certificate for Apache and socketio web server for same application

2014-05-08 Thread Deepak Rokade
? -- Deepak Rokade

How can server accept connection from specific clients only

2009-10-20 Thread Deepak Mundra
openssl x509 -inform PEM -in outlog -text -out root.pem Thanks In Advance Deepak

NEW Bee Please help in writing a client server program

2008-09-17 Thread Deepak Mundra
Hi everybody .. I am new to open ssl .. I am trying to write a simple client server program ... I have already created client server program .. now i have to add ssl code snippet so that i can send and recive data using ssl.. and please tel me how to create certificates for server and clients ..

SSL_read is blocked .. get segmentation fault

2008-09-17 Thread Deepak Mundra
hi i have written a server client program .. in client using SSL_write im writing some data in buffer and in server using SSL_read reading .. client side wtite returns succesfully but at server SSL_read i get segmentation fault .. and Another question is after handshaking i am using

Re: help needed

2002-05-29 Thread Deepak Saini
active perl is needed to run the perl scripts that help u build libraries... - Original Message - From: Rajiv Kumar To: [EMAIL PROTECTED] Sent: Wednesday, May 29, 2002 6:01 PM Subject: help needed hi, Iam running a Client/Server application written in

generating a certificate

2001-12-26 Thread deepak
application server (just for testing) , and don't want to use services of versign, etc is it possible to generate a working certificate (for ssl between my client and server) with openssl only. thanks deepak __ OpenSSL Project

Urgent: Trusting Self Signed Certificate

2000-12-22 Thread Deepak
ile). Any idea of how this can be done ? Thanks in advance, :-Deepak __ OpenSSL Project http://www.openssl.org User Support Mailing List[EMAIL PROTECTED] Automated Li

Re: Looking for an HTTPS client for NT C/C++

2000-12-01 Thread Deepak Taneja
Hello , i'm using Win95,Vc++ I'm getting problem in compiling the RSA,SHA,HMac,DH algo . Is HMAC is necessary after compuding the digest from md5 . Have u compiled the openssl library successfully. If yes then which OS and Which compiler thanx regards Deepak Vadim Fedukovich wrote

dh algo in not compiling

2000-11-27 Thread Deepak Taneja
As i tried dh algo from openssl . this is not compiling and giving the error of undeclared identifier BN_BL_CTX. There is no defination of this structure BN_BL_CTX. Anybody tried it successfully . Help me on this Regards Thanx Deepak Prashant Nair wrote: Thanks Massimiliano, Keep in touch

Re: Looking for an HTTPS client for NT C/C++

2000-11-24 Thread Deepak Taneja
thankfull as i need it urgntly And also what algo is to use to generate Public and private key Regards thanx Deepak Jean-Marc Desperrier wrote: Shridhar Bhat wrote: ¾G¹ÅÂ×(kevin) wrote: Hi, Will you post to this mailing list how and where to download the tool? kevin Yes