Hello, Sorry for the basic question, but I am looking for some guidance.
I am looking at the code of DTLS in openssl-1.0.0a, and in d1_pkt.c, line 412 ,
we have "enc_err = s->method->ssl3_enc->enc(s,0);".
My Q is:
Are we calling the routine "int ssl3_enc(SSL *s, int send) ", that start from
line 469 in s3_enc.c ?
If not, which file would the called routine reside in?
Thanks in advance,
Nadhem
