Re: SSLv3 TLS ciphers

2004-12-01 Thread Peter
Oh.. man, I always answer my own questions. What's happening here is that the rollback protection afforded for version 2 -> 3 in the client-key-exchange message, is also hurting me when I'm trying to make a TLS connection an SSL3 connection.. which means I have to either maintain two separate

SSLv3 TLS ciphers

2004-12-01 Thread Peter
Hi, I've written a program that deals in SSLv3, but it uses a TLS cipher... my code gets a bad MAC header message when I use s_client but works fine if I add the -ssl3 option. My question is, can you use TLS ciphers in code that only handles SSLv3? For instance TLS calculates the MAC header