tls_connection_peer_serial_num() function
tls_connection_peer_serial_num - Fetch peer certificate serial number @tls_ctx: TLS context data from tls_init() @conn: Connection context data from tls_connection_init() Returns: Allocated string buffer containing the peer certificate serial number or %NULL on error. The caller is responsible for freeing the returned buffer with os_free().