I have fixed my issue. For anyone who was wondering, what I ended up doing
was looking in the cipher name string appropriate cipher names, and mac
authentication name. I am writing a proxy that is only concerned with a
limited amount of ciphers, so this wasn't all that difficult. I know that
it'
Hello all,
I am trying to reconstruct the key block from a given ssl connection,
and I seem to have found a way to do it (borrowing heavily from the files
t1_enc.c, and ssl_ciph.c) but I run into a problem. During a call to
ssl_cipher_get_evp(const SSL_SESSION *s, const EVP_CIPHER **enc,const