FreeRDP/include/freerdp/crypto
Bernhard Miklautz 90968e07e1 rename and update tls_disconnect
tls_disconnect shut down the ssl stream but didn't inform
the BIO(s) about this therefore could happen that a second shut down
was initiated (e.g. in bio_rdp_tls_free) causing rather long delays.

After removing the shut down from tls_disconnect the only thing the
function does is to prepare/send an alert therefore it was renamed to
tls_send_alert.
2015-03-30 11:56:09 +02:00
..
ber.h build: fix compiler warnings 2015-03-03 19:36:54 +01:00
certificate.h Fixed missing extern C 2014-12-01 13:12:51 +01:00
crypto.h libfreerdp: crypto: add certificate chain validation! 2015-03-13 13:50:54 -04:00
der.h Fixed missing extern C 2014-12-01 13:12:51 +01:00
er.h build: fix compiler warnings 2015-03-03 19:36:54 +01:00
per.h Fixed missing extern C 2014-12-01 13:12:51 +01:00
tls.h rename and update tls_disconnect 2015-03-30 11:56:09 +02:00