Re: Handshake message split across multiple records

2014-10-09 Thread ankur dwivedi
You can write a script/program which sends the fragmented message. Not only the certificate message but you can fragment any handshake messages, like client hello, server hello and others. For an example while fragmenting client hello you can send the first 5 bytes first, then the remaining x byte

Re: Browsers do not import chained certificate.

2014-10-09 Thread Jakob Bohm
On 09/10/2014 08:17, dE wrote: Hi! I'm trying to make a certificate chain using the following commands -- openssl genpkey -out issuer.key -algorithm rsa openssl genpkey -out intermediate.key -algorithm rsa openssl req -new -key issuer.key -out issuer.csr openssl req -new -key intermediate.key -

Re: Browsers do not import chained certificate.

2014-10-09 Thread Michael Sierchio
On Wed, Oct 8, 2014 at 11:17 PM, dE wrote: > Hi! > > I'm trying to make a certificate chain using the following commands -- > > openssl genpkey -out issuer.key -algorithm rsa > openssl genpkey -out intermediate.key -algorithm rsa > openssl req -new -key issuer.key -out issuer.csr > openssl req -ne

Browsers do not import chained certificate.

2014-10-09 Thread dE
Hi! I'm trying to make a certificate chain using the following commands -- openssl genpkey -out issuer.key -algorithm rsa openssl genpkey -out intermediate.key -algorithm rsa openssl req -new -key issuer.key -out issuer.csr openssl req -new -key intermediate.key -out intermediate.csr openssl x50

Handshake message split across multiple records

2014-10-09 Thread Abhinav Gandhi
Hi all, I am trying to test a case where the handshake message is fragmented across two or more records. One way I was thinking was to create a very big certificate and try. But, is there any option in openssl command line tool for that? may be something which can set the MAX SSL record size? Als

Error _armv7_tick openssl

2014-10-09 Thread Jay D Bhatt
Hi , I was working on a armv7l architecture platform and was trying to run webruntime related library, but it was crashing _armv7_tick(). So, I did GDB on the wrt binary and below are the logs: root:/usr/bin> gdb wrt_launchpad_daemon GNU gdb (GDB) 7.5.1 Copyright (C) 2012 Free Software Foundati