Re: eap-smartcard

2004-09-24 Thread Mohamad Badra
Nelson, maybe this link help you, http://www.infres.enst.fr/~urien/security/ Badra - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: verify client finished handshake message

2004-08-03 Thread Mohamad Badra
Avinash Agarwal wrote: Hello all, I needed some help on how to verify the client finished handshake message. I get a encrypted client finished message on the server(java based). The negotiated cipher suite is TLS_RSA_WITH_RC4_128_MD5 Using the rc4 cipher and the client write key I am able

Re: EAP-TLS query

2004-07-30 Thread Mohamad Badra
message is the first message encrypted under the negotiated algorithms, keys, and secrets. So,the TLS Record takes the verify_data, applies a MAC (SHA or MD5),... , encrypts, and transmits the result. In your trace, you see the result of these operations, not the verify_data value. -- Mohamad Badra

eap-tls resumed handshake code

2004-07-26 Thread Mohamad Badra
Hi list, I didn't find the code related to eap-tls resumed handshake. Can you help me please in that? I don't know if it is based on openssl resumed handshake of not. It seems not clear to me. Sincerely, Badra - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html