tls-dsk: add initial, empty implementation
commit88af9b7ded690cee93787b786fe78dbcaa71bccf
authorStefan Becker <chemobejk@gmail.com>
Mon, 31 Oct 2011 17:23:59 +0000 (31 19:23 +0200)
committerStefan Becker <chemobejk@gmail.com>
Tue, 1 Nov 2011 09:37:38 +0000 (1 11:37 +0200)
tree25ce051f2b4fbd9bfa9d903faa291405d7f6dce7
parentef9fb4220947844b0d8c619f563427bd274d778c
tls-dsk: add initial, empty implementation

TLS-DSK is a new authentication scheme introduced in Lync. It is
required for users of Office365 Lync accounts.
src/api/sipe-core.h
src/core/Makefile.am
src/core/Makefile.mingw
src/core/sip-sec-sspi.c
src/core/sip-sec-tls-dsk.c [new file with mode: 0644]
src/core/sip-sec-tls-dsk.h [new file with mode: 0644]
src/core/sip-sec.c
src/core/sip-sec.h
src/core/sip-transport.c
src/purple/purple-plugin.c