Hi everybody,
I'm working inside the routine
ssl_callback_verify, in module ssl_engine_kernel.c
and I need to get subject e-mail, subject name
(which are inside X509_NAME structure)
and certificate serial number from the X509* xs
data. Exactly I catch X509_NAME* with
routine X509_get_subject_name(X509* xs), and
then I need to extract CN (common name)
and E-Mail from X509_NAME and put them in two
string (char*) in C language.
Any suggestion ?
Thanks in advance
Andrea
