crypt: add TLS stream cipher type
commited05255e183f5a1c5466b96140d7729960845f89
authorStefan Becker <chemobejk@gmail.com>
Mon, 24 Aug 2015 11:45:54 +0000 (24 14:45 +0300)
committerStefan Becker <chemobejk@gmail.com>
Mon, 24 Aug 2015 11:45:54 +0000 (24 14:45 +0300)
treebf3197b414b0960c09f199b3bb3caf872f2da061
parentcfb7c73509d3746fb4130b023e67e27d52d0cd44
crypt: add TLS stream cipher type

sipe-crypt implementations now support RC4 and AES CBC stream ciphers
for TLS.
src/core/sipe-crypt-nss.c
src/core/sipe-crypt-openssl.c
src/core/sipe-crypt.h
src/core/sipe-tls.c