Re: SSL version 3 - How Firefox contructs key materials for 3DES

2008-11-15 Thread rusdy13
Thank Nelson, it work... Actually I already read rfc2246 and others many times, switch from ssl to tls v1.0 back and fort, tried rc4, and even got worse. Rusdy Nelson B Bolyard wrote: Rusdy13 wrote, On 2008-11-12 02:25: I've been developing a web server (research) based on ssl version 3 doc

SSL version 3 - How Firefox contructs key materials for 3DES

2008-11-12 Thread Rusdy13
I've been developing a web server (research) based on ssl version 3 doc (ssl-version3-02.txt), choosing cipher suite 0x000a (ssl-tripleDes-sha) and using firefox browser to test the program. It works successfully from client hello until server finished (handshake protocol). All key materials

Re: SSL version 3 - How Firefox contructs key materials for 3DES

2008-11-12 Thread Nelson B Bolyard
Rusdy13 wrote, On 2008-11-12 02:25: I've been developing a web server (research) based on ssl version 3 doc (ssl-version3-02.txt), choosing cipher suite 0x000a (ssl-tripleDes-sha) and using firefox browser to test the program. It works successfully from client hello until server finished