[glib-networking/wip/openssl] handle another possible error



commit d236f109e7f0d3f31d61ed849ce081b52975bcbb
Author: Ignacio Casal Quinteiro <icq gnome org>
Date:   Tue Jan 19 10:45:26 2016 +0100

    handle another possible error

 tls/openssl/gtlsconnection-openssl.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/tls/openssl/gtlsconnection-openssl.c b/tls/openssl/gtlsconnection-openssl.c
index 9bac302..3792ccd 100644
--- a/tls/openssl/gtlsconnection-openssl.c
+++ b/tls/openssl/gtlsconnection-openssl.c
@@ -125,6 +125,7 @@ end_openssl_io (GTlsConnectionOpenssl  *openssl,
       if (reason == SSL_R_BAD_PACKET_LENGTH ||
           reason == SSL_R_UNKNOWN_ALERT_TYPE ||
           reason == SSL_R_DECRYPTION_FAILED ||
+          reason == SSL_R_DECRYPTION_FAILED_OR_BAD_RECORD_MAC ||
           reason == SSL_R_BAD_PROTOCOL_VERSION_NUMBER ||
           reason == SSL_R_SSLV3_ALERT_HANDSHAKE_FAILURE ||
           reason == SSL_R_UNKNOWN_PROTOCOL)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]