OpenSSL 1.1.1q DTLS Client error

2022-08-15 Thread Shashank Namdev
Hello ! I'm completely new to openssl, but I really need to implement a simple application which will use DTLS over UDP. Unfortunately, it seems that all examples which I can find, correctly implement DTLS server, but not implement DTLS client side. After going through various blogs and OpenSSL

TLS renegotiation failure (on receiving application data during handshake)

2014-01-14 Thread Shashank Vinchurkar (sha1)
additional information. Thanks for the help. -Shashank

Re: TLS renegotiation failure (on receiving application data during handshake)

2014-01-14 Thread Shashank Vinchurkar (sha1)
Hi Karthik, Thanks a lot for the response. I will also go through the route of modifying the application for renegotiation. -Shashank On 1/14/14 7:44 AM, Karthik Krishnamurthy karthik3...@gmail.com wrote: Shashank, I don't think there is a workaround for this. I've faced this very recently

TLS renegotiation failure (on receiving application data during handshake)

2014-01-13 Thread Shashank Vinchurkar (sha1)
additional information. Thanks for the help. -Shashank

Contributing to SSL code?

2003-10-25 Thread Shashank Khanvilkar
Hi, Is there any How-to/tutorial, which I can use to integrate my own crypto code into the openssl library (for my use only).. Or Is hacking into the OpenSSL source code the only way to start. Any help appreciated. Shank

SSL programming question.

2003-07-26 Thread Shashank Khanvilkar
command (at both client/server) #ssldump -i eth0 -A -d -X -k /path/to/serverPrivateKey.pem port 1905 Thanks Shashank __ OpenSSL Project http://www.openssl.org User Support Mailing List

Question on Record Layer.

2003-07-21 Thread Shashank Khanvilkar
. In other wiords, I know how the 152 bytes packet comes, but I have no idea as to why the client sends an additional 24 byte record layer packet. Any help is appreciated. Shashank New TCP connection #1: mia.ece.uic.edu(59608) - zidler.ece.uic.edu(7171) 1 1 0.0034 (0.0034) CSV3.0(95) Handshake

Re: Question on Record Layer.

2003-07-21 Thread Shashank Khanvilkar
-A -d -X -k $HOME/certificates/client.pem port I think ssldump has no option to dump the application data in hex.. but I will check. Thanks Shashank Richard -- Dr. Richard W. Könning Fujitsu Siemens Computers GmbH, EP LP COM 5

Re: Question on Record Layer.

2003-07-21 Thread Shashank Khanvilkar
Shashank Khanvilkar wrote: Yes.. i did use SSLdump, with the private RSA key to capture the trace. Below is the command that i used. /usr/local/sbin/ssldump -i eth0 -A -d -X -k $HOME/certificates/client.pem port I think ssldump has no option to dump the application data in hex

Re: How do I create a Key + Certificate?

2003-07-13 Thread Shashank Khanvilkar
On Sun, 13 Jul 2003, Oliver Foden wrote: --- Tony Esp [EMAIL PROTECTED] wrote: I downloaded the latest version of OpenSSL. I did read all the documentation online. I unzipped the files (have Windows XP) For SSL, my Server asks for a Key and a Certificate. How do I create a

Re: Estimating the packet overhead imposed by SSL.

2003-07-08 Thread Shashank Khanvilkar
observe, using a packet sniffer (ethereal), that the SSL layer produces an output of 202 bytes (in all my experiments) for input of 144 bytes. Am I missing some fields somewhere? Thanks for any hekp, Shashank Fred Crable -Original Message- From: Shashank Khanvilkar [mailto:[EMAIL

Re: Estimating the packet overhead imposed by SSL. (updated)

2003-07-08 Thread Shashank Khanvilkar
is less than 212 by 6 bytes)/ I did not find any defined extensions. So will really appreciate if someone can let me, where am i missing these bytes. Shank Thanks for any hekp, Shashank Fred Crable -Original Message- From: Shashank Khanvilkar [mailto:[EMAIL PROTECTED] Sent

securing html application/pages

2000-12-26 Thread Shashank
will be helpful. shashank __ OpenSSL Project http://www.openssl.org User Support Mailing List[EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]

creating pkcs#8 certificates..

2000-09-26 Thread Shashank
cygwin installed ... where to make changes..?? help shashank __ OpenSSL Project http://www.openssl.org User Support Mailing List[EMAIL PROTECTED] Automated List Manager

Re: creating pkcs#8 certificates..

2000-09-26 Thread Shashank
use configuration from c:\openssl\openssl-0.9.5a\apps\openssl.cnf where openssl.conf file is.. how and where to make change so that it reads configuration of openssl.conf not from /usr/local/ssl/opnssl.cnf help me, shashank Shashank wrote: Hi, I tried to create pkcs#8 certs, but on the very

Re: creating pkcs#8 certificates..

2000-09-26 Thread Shashank
Hi, openssl.conf is in path .. shashank Dr S N Henson wrote: Shashank wrote: Hi, I tried to create pkcs#8 certs, but on the very first step when I type Well you'll have a problem there. There's no such thing as a "pkcs#8 certificate". PKCS#8 is a private key fo

verifying passphrase..

2000-09-19 Thread Shashank
something like this: if I use a phrase then this should verify against each encrypted key. and I want to make it return true or false. depending upon whether it is encrypted using that passphrase or not. shashank __ OpenSSL Project

error creating certs..

2000-08-07 Thread Shashank D.Jha
hi, I am trying to create certificate..all is well till I call last method.. CA.pl -signreq C:\ssl\openssl-0.9.5a\out32dllCA.pl -signreq Using configuration from C:\ssl\openssl-0.9.5a\apps\openssl.cnf Loading 'screen' into random state - done unable to load CA private key 114:error:0906D06C:PEM

create certs..

2000-08-05 Thread Shashank D.Jha
: Verifying password - Enter PEM pass phrase: - unable to find 'distinguished_name' in config problems making Certificate Request how to solve this problem. Shashank !--IMAIL.MessageBodyReply-- __ OpenSSL Project

create certs..

2000-08-04 Thread Shashank D.Jha
hi, I want to create my own demo certificate, that will have ditinguished name and all other informations of my choice ...how to do. The option here (openssl.exe...) will create certs of default settings.. I need this for a demo. help me. Shashank