Re: [Sofia-sip-devel] darcs patch: TLS Subject Verification in tport module

2009-01-07 Thread Jarod Neuner
On Wed, 2009-01-07 at 16:19 -0600, Jarod Neuner wrote: > On Wed, 2009-01-07 at 11:44 -0600, Pekka Pessi wrote: > > Also, if we want to do some automated Subject testing at tport level, > > I'd go for using tpn_canon which should contain the domain name used > > in the SIP URI. > > Through various m

Re: [Sofia-sip-devel] darcs patch: TLS Subject Verification in tport module

2009-01-07 Thread Jarod Neuner
Pekka, Thanks for the quick response. On Wed, 2009-01-07 at 11:44 -0600, Pekka Pessi wrote: > tpn_subject breaks the binary compatibility I was wondering if that would be an issue. The point was to get the subject into vtp_connect() and perform subject verification before tport_send_event()

Re: [Sofia-sip-devel] darcs patch: TLS Subject Verification in tport module

2009-01-07 Thread Pekka Pessi
2009/1/6 Jarod Neuner : > This patch should wrap up the major changes to the tport module. A new > pointer (tpn_subject) has been added to the tp_name_t structure, which > defines the subject name of the intended recipient of each message. Many thanks for your patch! Unfortunately adding new fiel