Hello:


The key derivation and encryption for TLS is done in ssl/t1_enc.c there's
actually some debugging code in there already so if you #define TLS_DEBUG it
should print out all the keys for you.


I'm making more test using debugging features of openssl ( nice features ), i'm trying to build the source using :

KSSL_DEBUG

but i get an error (using MSVC7), probably is an already know issue, on file e_des3.c line 110:

char *cp;

commenting this line compilation runs fine :)


Know another question i want to debug what is the key that the openssl server is using for decrypt the messages, i think i need to see this in :


file: tls1enc.c
function : int tls1_enc(SSL *s, int send)

I'm rigth ?? if i'm right how can i know the key that is being used for decrypt the message ??



Thanks in advance :)




-- Best regards

Carlos Guzman Alvarez
Vigo-Spain

_________________________________________________________________
MSN Compras: Veinte tiendas personales abiertas todo el día. http://www.msn.es/compras/


______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to