Don't hard-code cipher type in GnuTLS DTLS
authorDavid Woodhouse <David.Woodhouse@intel.com>
Fri, 8 Jun 2012 12:54:56 +0000 (13:54 +0100)
committerDavid Woodhouse <David.Woodhouse@intel.com>
Fri, 8 Jun 2012 12:56:47 +0000 (13:56 +0100)
commite68dc3d849d877ce741b7ceb3fe3211cd7acc18e
treecefe291b063a49f4ce81782008455d02691212a0
parent3cfd38d36aeed026857ed52b3bc32623bb1ebce6
Don't hard-code cipher type in GnuTLS DTLS

Add an array with the two cipher labels (AES128-SHA and DES-CBC3-SHA) that
I've been able to test. The server doesn't seem to accept anything else
that we ask for.

Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
dtls.c