From: Simon Josefsson Date: Tue, 16 Sep 2008 12:34:06 +0000 (+0200) Subject: Credit. X-Git-Tag: gnutls_2_5_7~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fde91b3f4543c8a70bff52bb5115e456567487cb;p=thirdparty%2Fgnutls.git Credit. --- diff --git a/NEWS b/NEWS index 91ccd9a780..27b7796d3e 100644 --- a/NEWS +++ b/NEWS @@ -93,7 +93,8 @@ No changes since last version. ** libgnutls: New API to set the public parameters in a certificate request ** from a private key. -The function is gnutls_x509_crq_set_key_rsa_raw. +The function is gnutls_x509_crq_set_key_rsa_raw. Inspired by +discussion with "Zach C." . ** libgnutls: New API to set a callback to extract TLS Finished data. The function to register is gnutls_session_set_finished_function and