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
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 -
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
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
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
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