Added gnutls_record_get_state() and gnutls_record_set_state()
authorNikos Mavrogiannopoulos <nmav@redhat.com>
Fri, 20 Feb 2015 10:16:44 +0000 (11:16 +0100)
committerNikos Mavrogiannopoulos <nmav@redhat.com>
Fri, 20 Feb 2015 10:16:46 +0000 (11:16 +0100)
commit47e828d793807700f20da4c32a9149bf4906f7b2
tree555712903a1fc5f9098236eda4306ae0044f9176
parentb5557f947060167172b43e16889aa206572c70a2
Added gnutls_record_get_state() and gnutls_record_set_state()

These functions allow to export the key material and sequence numbers.
That allows offloading the sending and receiving of individual records.
lib/gnutls_state.c
lib/includes/gnutls/gnutls.h.in
lib/libgnutls.map