diff options
author | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2018-11-27 13:47:46 +0100 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2018-11-27 16:35:45 +0100 |
commit | 07f5f270b2dc20ebd493ae357a3fcc99e918a3a4 (patch) | |
tree | 7fd750627f4e91c05fee51e60c88afe6dbec4f9d /lib | |
parent | e8450eb997fe2c5c5c259078ab5ea2ef3f694577 (diff) | |
download | gnutls-07f5f270b2dc20ebd493ae357a3fcc99e918a3a4.tar.gz |
Fix session description info printing
This fixes a truncation issue in session description information printing
for certain ciphersuites, and adds a limited testing of expected description
strings for certain ciphersuites.
Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/session.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/session.c b/lib/session.c index 5d862198b5..a7ac943153 100644 --- a/lib/session.c +++ b/lib/session.c @@ -317,7 +317,7 @@ void gnutls_session_force_valid(gnutls_session_t session) session->internals.invalid_connection = 0; } -#define DESC_SIZE 64 +#define DESC_SIZE 96 /** * gnutls_session_get_desc: |